SMS Copay Card Updates

ENDPOINT: POST /v1/patients/{patientId}/event

The notify.sms.copaycard event lets you notify the patient of their copay savings card information by using the additionalData field and then specifying GroupNum and ID:

				
					{
  "status": {
    "name": "notify.sms.copaycard",
    "text": "",
    "additionData": [
      {
        "key": "GroupNum",
        "value": "some value"
      },
      {
        "key": "ID",
        "value": "some id"
      }
    ]
  },
  "phoneNumber": "{{test-user-phone-number}}",
  "externalId": "{{test-user-external-user-id}}",
  "supportProgramId": "{{partners-support-program-id}}"
}
				
			

Standard Response Codes

StatusCodeMessageDescription
200N/APatient updated successfullyPatient updated successfully
4010UnauthorizedPlease verify with RxWare that you are authorized to use the RxWare API.
4001006Patient Not FoundPatient cannot be found in the system.
4002002Invalid Support Program IDThis means that the supportProgramId you provided is invalid.
Please check your Support Program ID.
4001005User Previously Unsubscribed
403403Invalid TokenThis means that the bearer token you supplied is not valid for this Support Program.
Please verify your credentials.
SMS Copay Card Updates
Skip to content