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": "75d1d6f3-29a6-4557-a673-9910e999e119",
"Integrated": true,
"ReferringDoctorId": "a68fed81-5907-4278-95e4-6bb9ed3d7a33",
"ReferredDoctorId": "df6a8407-7c2b-4f44-8e84-2a69763177f7",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"75d1d6f3-29a6-4557-a673-9910e999e119","Integrated":true,"ReferringDoctorId":"a68fed81-5907-4278-95e4-6bb9ed3d7a33","ReferredDoctorId":"df6a8407-7c2b-4f44-8e84-2a69763177f7","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>75d1d6f3-29a6-4557-a673-9910e999e119</Id> <Integrated>true</Integrated> <ReferringDoctorId>a68fed81-5907-4278-95e4-6bb9ed3d7a33</ReferringDoctorId> <ReferredDoctorId>df6a8407-7c2b-4f44-8e84-2a69763177f7</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. |