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": "9f147454-e3a8-4174-918e-c308859e2414",
"Integrated": true,
"ReferringDoctorId": "779b1296-955e-4923-80b4-42313a67b48a",
"ReferredDoctorId": "93ab7880-2c37-4b6c-ac49-1790c35ffd93",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"9f147454-e3a8-4174-918e-c308859e2414","Integrated":true,"ReferringDoctorId":"779b1296-955e-4923-80b4-42313a67b48a","ReferredDoctorId":"93ab7880-2c37-4b6c-ac49-1790c35ffd93","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>9f147454-e3a8-4174-918e-c308859e2414</Id> <Integrated>true</Integrated> <ReferringDoctorId>779b1296-955e-4923-80b4-42313a67b48a</ReferringDoctorId> <ReferredDoctorId>93ab7880-2c37-4b6c-ac49-1790c35ffd93</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. |