Request
POST https://demo.onco-reg.ru/api/1.0/json/search/start/RcAppointmentQuery HTTP/1.1
X-Oncor-API-Token:
Content-Type: application/json
{
"query":{
"from_date":"2017-10-01",
"to_date":"2017-12-10"
}
}
Response
{
"result":[
{
"id":"cebb037d-9902-405a-995c-5345ca045fc4"
}
]
}