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": "664cc384-0e6a-4001-8b7b-802b32c3b100",
"Integrated": true,
"ReferringDoctorId": "a519dad1-34bc-498d-947e-7131a58c2623",
"ReferredDoctorId": "a40287c6-919d-4c07-b3cc-664cbe9756e9",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"664cc384-0e6a-4001-8b7b-802b32c3b100","Integrated":true,"ReferringDoctorId":"a519dad1-34bc-498d-947e-7131a58c2623","ReferredDoctorId":"a40287c6-919d-4c07-b3cc-664cbe9756e9","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>664cc384-0e6a-4001-8b7b-802b32c3b100</Id> <Integrated>true</Integrated> <ReferringDoctorId>a519dad1-34bc-498d-947e-7131a58c2623</ReferringDoctorId> <ReferredDoctorId>a40287c6-919d-4c07-b3cc-664cbe9756e9</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. |