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": "af3198d2-7f7c-4581-bcab-52aef70f44ab",
"Integrated": true,
"ReferringDoctorId": "dad2f31c-67a9-4e64-a2e7-35743228b4b0",
"ReferredDoctorId": "12ad18b8-c8ab-44a6-82f7-b8bffd5ff4d0",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"af3198d2-7f7c-4581-bcab-52aef70f44ab","Integrated":true,"ReferringDoctorId":"dad2f31c-67a9-4e64-a2e7-35743228b4b0","ReferredDoctorId":"12ad18b8-c8ab-44a6-82f7-b8bffd5ff4d0","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>af3198d2-7f7c-4581-bcab-52aef70f44ab</Id> <Integrated>true</Integrated> <ReferringDoctorId>dad2f31c-67a9-4e64-a2e7-35743228b4b0</ReferringDoctorId> <ReferredDoctorId>12ad18b8-c8ab-44a6-82f7-b8bffd5ff4d0</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. |