Skip to content

Create a prescription request

POST
/prescription
curl --request POST \
--url https://example.com/prescription \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "userId": "example", "indicationSurvey": {} }'
Media typeapplication/json
object
userId
required
string
indicationSurvey
object
key
additional properties
any
Examplegenerated
{
"userId": "example",
"indicationSurvey": {}
}

Prescription request created.