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": "5ed5abe5-8d03-495a-b5ba-30daded63150",
"Integrated": true,
"ReferringDoctorId": "ef7af0d2-a3ae-4193-873f-262c8a30f69e",
"ReferredDoctorId": "b2a62fc0-119c-4bc8-98c5-a2e740c7d68c",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"5ed5abe5-8d03-495a-b5ba-30daded63150","Integrated":true,"ReferringDoctorId":"ef7af0d2-a3ae-4193-873f-262c8a30f69e","ReferredDoctorId":"b2a62fc0-119c-4bc8-98c5-a2e740c7d68c","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>5ed5abe5-8d03-495a-b5ba-30daded63150</Id> <Integrated>true</Integrated> <ReferringDoctorId>ef7af0d2-a3ae-4193-873f-262c8a30f69e</ReferringDoctorId> <ReferredDoctorId>b2a62fc0-119c-4bc8-98c5-a2e740c7d68c</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. |