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": "85e7cb28-8409-4088-b086-4eb131ec3461",
"Integrated": true,
"ReferringDoctorId": "74a0ffa5-949c-4796-8b92-08e7da2f3ce2",
"ReferredDoctorId": "bc0de17f-f9c2-499f-bd67-e69dfc8b6e6e",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"85e7cb28-8409-4088-b086-4eb131ec3461","Integrated":true,"ReferringDoctorId":"74a0ffa5-949c-4796-8b92-08e7da2f3ce2","ReferredDoctorId":"bc0de17f-f9c2-499f-bd67-e69dfc8b6e6e","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>85e7cb28-8409-4088-b086-4eb131ec3461</Id> <Integrated>true</Integrated> <ReferringDoctorId>74a0ffa5-949c-4796-8b92-08e7da2f3ce2</ReferringDoctorId> <ReferredDoctorId>bc0de17f-f9c2-499f-bd67-e69dfc8b6e6e</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. |