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": "3a574230-a0f8-4f5a-8a51-b915975ffd31",
"Integrated": true,
"ReferringDoctorId": "f8c14485-706d-4d85-bfa4-394528221367",
"ReferredDoctorId": "a844b3f2-d269-4929-85a0-2000c50b8ad6",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"3a574230-a0f8-4f5a-8a51-b915975ffd31","Integrated":true,"ReferringDoctorId":"f8c14485-706d-4d85-bfa4-394528221367","ReferredDoctorId":"a844b3f2-d269-4929-85a0-2000c50b8ad6","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>3a574230-a0f8-4f5a-8a51-b915975ffd31</Id> <Integrated>true</Integrated> <ReferringDoctorId>f8c14485-706d-4d85-bfa4-394528221367</ReferringDoctorId> <ReferredDoctorId>a844b3f2-d269-4929-85a0-2000c50b8ad6</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. |