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": "907bd16a-39d4-4035-b26f-306907beb648",
"Integrated": true,
"ReferringDoctorId": "7cf72d15-f770-45f4-87df-5a2dec6fccf8",
"ReferredDoctorId": "5b9f09d2-6cea-4851-873d-9c4a206e913e",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"907bd16a-39d4-4035-b26f-306907beb648","Integrated":true,"ReferringDoctorId":"7cf72d15-f770-45f4-87df-5a2dec6fccf8","ReferredDoctorId":"5b9f09d2-6cea-4851-873d-9c4a206e913e","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>907bd16a-39d4-4035-b26f-306907beb648</Id> <Integrated>true</Integrated> <ReferringDoctorId>7cf72d15-f770-45f4-87df-5a2dec6fccf8</ReferringDoctorId> <ReferredDoctorId>5b9f09d2-6cea-4851-873d-9c4a206e913e</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. |