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": "1cf4ed9b-86a2-4bda-a4ba-0e93ff397665",
"Integrated": true,
"ReferringDoctorId": "de0f0c7a-8024-458f-8b50-89a528d32966",
"ReferredDoctorId": "ae53a4fc-df8b-46ac-b547-26a0e4b70506",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"1cf4ed9b-86a2-4bda-a4ba-0e93ff397665","Integrated":true,"ReferringDoctorId":"de0f0c7a-8024-458f-8b50-89a528d32966","ReferredDoctorId":"ae53a4fc-df8b-46ac-b547-26a0e4b70506","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>1cf4ed9b-86a2-4bda-a4ba-0e93ff397665</Id> <Integrated>true</Integrated> <ReferringDoctorId>de0f0c7a-8024-458f-8b50-89a528d32966</ReferringDoctorId> <ReferredDoctorId>ae53a4fc-df8b-46ac-b547-26a0e4b70506</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. |