Create with hl7message

Create order in the CloudRx system from the HL7 message.

put
Authorizations
Body
stringOptional
Responses
200
Returns orderId on successfull creation of the order.
application/json
put
PUT /api/v1/Order/create-with-hl7message HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 6

"text"
{
  "orderId": 1
}

Last updated