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": "7670fe7f-7227-4f39-a0ad-1e612f22d47b",
"Integrated": true,
"ReferringDoctorId": "9e145bf3-d120-47a2-a556-eb7428bbb48d",
"ReferredDoctorId": "62425725-5b95-4bb2-a5aa-50247918a190",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"7670fe7f-7227-4f39-a0ad-1e612f22d47b","Integrated":true,"ReferringDoctorId":"9e145bf3-d120-47a2-a556-eb7428bbb48d","ReferredDoctorId":"62425725-5b95-4bb2-a5aa-50247918a190","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>7670fe7f-7227-4f39-a0ad-1e612f22d47b</Id> <Integrated>true</Integrated> <ReferringDoctorId>9e145bf3-d120-47a2-a556-eb7428bbb48d</ReferringDoctorId> <ReferredDoctorId>62425725-5b95-4bb2-a5aa-50247918a190</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. |