Tracking Shipment Updates

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

RxWare offers integrated FedEx shipment tracking.

This Case Update allows partners to provide the FedEx tracking number within the payload so that patients and caregivers can quickly and easily receive updates about and track their treatment shipments:

Schema:

				
					{
  "status": {
    "name": "shipment.status",
    "text": "shipped",
    "additionalData": [
      {
        "key": "trackerCode",
        "value": "{{tracking-code}}"
      }
    ]
  },
  "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.
Tracking Shipment Updates
Skip to content