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": "ece35d9c-e68e-4d59-8f6e-4b7eea37635d",
"Integrated": true,
"ReferringDoctorId": "70c5457e-67aa-49e2-924b-d7357d19b15b",
"ReferredDoctorId": "03a52637-5d17-4907-a61b-4370f99b0e11",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"ece35d9c-e68e-4d59-8f6e-4b7eea37635d","Integrated":true,"ReferringDoctorId":"70c5457e-67aa-49e2-924b-d7357d19b15b","ReferredDoctorId":"03a52637-5d17-4907-a61b-4370f99b0e11","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>ece35d9c-e68e-4d59-8f6e-4b7eea37635d</Id> <Integrated>true</Integrated> <ReferringDoctorId>70c5457e-67aa-49e2-924b-d7357d19b15b</ReferringDoctorId> <ReferredDoctorId>03a52637-5d17-4907-a61b-4370f99b0e11</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. |