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": "5f2ea2be-0e51-408a-bf16-9619d4c4da08",
"Integrated": true,
"ReferringDoctorId": "4061e563-c794-48f9-8a22-99ef2c989e12",
"ReferredDoctorId": "eb616b32-9e88-497d-b772-9ba77065359d",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"5f2ea2be-0e51-408a-bf16-9619d4c4da08","Integrated":true,"ReferringDoctorId":"4061e563-c794-48f9-8a22-99ef2c989e12","ReferredDoctorId":"eb616b32-9e88-497d-b772-9ba77065359d","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>5f2ea2be-0e51-408a-bf16-9619d4c4da08</Id> <Integrated>true</Integrated> <ReferringDoctorId>4061e563-c794-48f9-8a22-99ef2c989e12</ReferringDoctorId> <ReferredDoctorId>eb616b32-9e88-497d-b772-9ba77065359d</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. |