POST Case
Request Information
URI Parameters
None.
Body Parameters
CaseDtoForApi| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Integrated | boolean |
None. |
|
| ReferringDoctorId | globally unique identifier |
None. |
|
| ReferredDoctorId | globally unique identifier |
None. |
|
| TimeZone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "0be61e3f-9b2f-4631-8cf5-021e1c1dec22",
"Integrated": true,
"ReferringDoctorId": "787344a6-8c05-4550-b91d-3e62bc38317a",
"ReferredDoctorId": "22c51500-7aa1-45e5-a804-95114b266331",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"0be61e3f-9b2f-4631-8cf5-021e1c1dec22","Integrated":true,"ReferringDoctorId":"787344a6-8c05-4550-b91d-3e62bc38317a","ReferredDoctorId":"22c51500-7aa1-45e5-a804-95114b266331","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>0be61e3f-9b2f-4631-8cf5-021e1c1dec22</Id> <Integrated>true</Integrated> <ReferringDoctorId>787344a6-8c05-4550-b91d-3e62bc38317a</ReferringDoctorId> <ReferredDoctorId>22c51500-7aa1-45e5-a804-95114b266331</ReferredDoctorId> <TimeZone>sample string 5</TimeZone> </CaseDtoForApi>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |