Create with hl7message
Authorizations
Body
stringOptional
Responses
200
Returns orderId on successfull creation of the order.
application/json
400
Model Validation Errors.
application/json
401
Unauthorized
403
Forbidden
500
CloudRx system is in fault state.
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