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": "9495420c-d63f-4c2f-b1a0-d38e54cea351",
"Integrated": true,
"ReferringDoctorId": "4f285348-ac82-4a8d-9827-9ed62ce4fab9",
"ReferredDoctorId": "c477b0e6-74f0-4af8-9128-606d744bc9e2",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"9495420c-d63f-4c2f-b1a0-d38e54cea351","Integrated":true,"ReferringDoctorId":"4f285348-ac82-4a8d-9827-9ed62ce4fab9","ReferredDoctorId":"c477b0e6-74f0-4af8-9128-606d744bc9e2","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>9495420c-d63f-4c2f-b1a0-d38e54cea351</Id> <Integrated>true</Integrated> <ReferringDoctorId>4f285348-ac82-4a8d-9827-9ed62ce4fab9</ReferringDoctorId> <ReferredDoctorId>c477b0e6-74f0-4af8-9128-606d744bc9e2</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. |