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": "557a6b55-25a0-4a25-93bc-65f4f7e6e2a8",
"Integrated": true,
"ReferringDoctorId": "23bcfcdc-67d0-407f-ac58-98ac96c926ce",
"ReferredDoctorId": "b327e2b6-318d-4b05-83b5-d13f05ef4a61",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"557a6b55-25a0-4a25-93bc-65f4f7e6e2a8","Integrated":true,"ReferringDoctorId":"23bcfcdc-67d0-407f-ac58-98ac96c926ce","ReferredDoctorId":"b327e2b6-318d-4b05-83b5-d13f05ef4a61","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>557a6b55-25a0-4a25-93bc-65f4f7e6e2a8</Id> <Integrated>true</Integrated> <ReferringDoctorId>23bcfcdc-67d0-407f-ac58-98ac96c926ce</ReferringDoctorId> <ReferredDoctorId>b327e2b6-318d-4b05-83b5-d13f05ef4a61</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. |