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": "c87f6f39-8910-4474-a115-a4cc09f014ab",
"Integrated": true,
"ReferringDoctorId": "36016614-967b-4272-a7dc-45575c978406",
"ReferredDoctorId": "6214ec16-bd18-4546-a0be-980625947a4a",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"c87f6f39-8910-4474-a115-a4cc09f014ab","Integrated":true,"ReferringDoctorId":"36016614-967b-4272-a7dc-45575c978406","ReferredDoctorId":"6214ec16-bd18-4546-a0be-980625947a4a","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>c87f6f39-8910-4474-a115-a4cc09f014ab</Id> <Integrated>true</Integrated> <ReferringDoctorId>36016614-967b-4272-a7dc-45575c978406</ReferringDoctorId> <ReferredDoctorId>6214ec16-bd18-4546-a0be-980625947a4a</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. |