subscription
Create a new subscription
post/patients/{patient_id}/subscriptions
Path parameters
patient_idinteger required
Query parameters
start_datestring required
calendar date in format YYYY-MM-DD
Example:2019-01-02
Response
successful operation
Example response
[
{
"expiration_date": "2019-01-02",
"name": "three-day",
"report_date": "2019-01-05",
"start_date": "2019-01-02"
}
]Changes
No recorded changes to this endpoint across all 3 revisions of this API.