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": "662e9e04-aa05-4391-b6ea-99678129dda7",
"Integrated": true,
"ReferringDoctorId": "5c906fca-6cce-4677-8a75-50c9baff0f73",
"ReferredDoctorId": "79215ab5-a4c0-4f3a-bfd7-f64eda6096c2",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"662e9e04-aa05-4391-b6ea-99678129dda7","Integrated":true,"ReferringDoctorId":"5c906fca-6cce-4677-8a75-50c9baff0f73","ReferredDoctorId":"79215ab5-a4c0-4f3a-bfd7-f64eda6096c2","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>662e9e04-aa05-4391-b6ea-99678129dda7</Id> <Integrated>true</Integrated> <ReferringDoctorId>5c906fca-6cce-4677-8a75-50c9baff0f73</ReferringDoctorId> <ReferredDoctorId>79215ab5-a4c0-4f3a-bfd7-f64eda6096c2</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. |