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": "8c24c578-8d57-470c-b790-091ecf739280",
"Integrated": true,
"ReferringDoctorId": "79c5a29c-9492-4710-b1b6-d5181cabe588",
"ReferredDoctorId": "3fe961a1-a432-4f1f-b275-dccad4703bf5",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"8c24c578-8d57-470c-b790-091ecf739280","Integrated":true,"ReferringDoctorId":"79c5a29c-9492-4710-b1b6-d5181cabe588","ReferredDoctorId":"3fe961a1-a432-4f1f-b275-dccad4703bf5","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>8c24c578-8d57-470c-b790-091ecf739280</Id> <Integrated>true</Integrated> <ReferringDoctorId>79c5a29c-9492-4710-b1b6-d5181cabe588</ReferringDoctorId> <ReferredDoctorId>3fe961a1-a432-4f1f-b275-dccad4703bf5</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. |