Order

Create Fulfillment Order

post

Creates a fulfillment order for a patient

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
providerstringRequiredPattern: [^\/#\?]+?
Body
patientIdstring · min: 1Required

Patient ID

Example: patient_123
firstNamestring · min: 1Required

First name

Example: John
lastNamestring · min: 1Required

Last name

Example: Doe
emailstringRequired

Email

Example: [email protected]
phonestringRequired

Phone number

Example: +1234567890
addressobjectRequired

Address

Example: {"street":"123 Main St","city":"Anytown","state":"CA","zip":"12345"}
additionalDetailsobjectRequired

Additional details

Example: {"key":"value"}
Responses
chevron-right
200

Successful response

application/json
post
/api/rpm/fulfillment/{provider}/order
200

Successful response

Was this helpful?