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": "2baf752f-14e2-4f15-80a3-12504b16da92",
"Integrated": true,
"ReferringDoctorId": "4d1b7d98-abcc-4a52-b3ca-1567be5315fd",
"ReferredDoctorId": "d96cd318-b095-4041-8f0b-cee5181f13a3",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"2baf752f-14e2-4f15-80a3-12504b16da92","Integrated":true,"ReferringDoctorId":"4d1b7d98-abcc-4a52-b3ca-1567be5315fd","ReferredDoctorId":"d96cd318-b095-4041-8f0b-cee5181f13a3","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>2baf752f-14e2-4f15-80a3-12504b16da92</Id> <Integrated>true</Integrated> <ReferringDoctorId>4d1b7d98-abcc-4a52-b3ca-1567be5315fd</ReferringDoctorId> <ReferredDoctorId>d96cd318-b095-4041-8f0b-cee5181f13a3</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. |