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": "fd427484-59b3-4a71-a98c-692117db5ced",
"Integrated": true,
"ReferringDoctorId": "4ef25a94-5792-41a1-b5e8-443c18b14d8a",
"ReferredDoctorId": "9d6a8ade-e020-4b6d-865d-82b7ad114132",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"fd427484-59b3-4a71-a98c-692117db5ced","Integrated":true,"ReferringDoctorId":"4ef25a94-5792-41a1-b5e8-443c18b14d8a","ReferredDoctorId":"9d6a8ade-e020-4b6d-865d-82b7ad114132","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>fd427484-59b3-4a71-a98c-692117db5ced</Id> <Integrated>true</Integrated> <ReferringDoctorId>4ef25a94-5792-41a1-b5e8-443c18b14d8a</ReferringDoctorId> <ReferredDoctorId>9d6a8ade-e020-4b6d-865d-82b7ad114132</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. |