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": "04532469-5211-4c32-999c-8d131122017a",
"Integrated": true,
"ReferringDoctorId": "6db2a531-6146-4ae4-9684-0320b528aa59",
"ReferredDoctorId": "53691544-0d7b-4254-8630-84ac46188f3d",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"04532469-5211-4c32-999c-8d131122017a","Integrated":true,"ReferringDoctorId":"6db2a531-6146-4ae4-9684-0320b528aa59","ReferredDoctorId":"53691544-0d7b-4254-8630-84ac46188f3d","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>04532469-5211-4c32-999c-8d131122017a</Id> <Integrated>true</Integrated> <ReferringDoctorId>6db2a531-6146-4ae4-9684-0320b528aa59</ReferringDoctorId> <ReferredDoctorId>53691544-0d7b-4254-8630-84ac46188f3d</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. |