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": "77ce9504-26bf-4320-86b7-7990dc03a29b",
"Integrated": true,
"ReferringDoctorId": "ab9308ad-f13f-402a-96b9-e6242eb55914",
"ReferredDoctorId": "651e8cc6-57cc-4025-a4b8-1c3f9f20c3ee",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"77ce9504-26bf-4320-86b7-7990dc03a29b","Integrated":true,"ReferringDoctorId":"ab9308ad-f13f-402a-96b9-e6242eb55914","ReferredDoctorId":"651e8cc6-57cc-4025-a4b8-1c3f9f20c3ee","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>77ce9504-26bf-4320-86b7-7990dc03a29b</Id> <Integrated>true</Integrated> <ReferringDoctorId>ab9308ad-f13f-402a-96b9-e6242eb55914</ReferringDoctorId> <ReferredDoctorId>651e8cc6-57cc-4025-a4b8-1c3f9f20c3ee</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. |