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": "ddc54a47-7cf3-46ce-abb9-f6253e0f6eb0",
"Integrated": true,
"ReferringDoctorId": "ab6541f9-98f1-4efe-a99e-6201b3b76126",
"ReferredDoctorId": "323e68a7-e8d9-4a38-8834-99e3224b8c66",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"ddc54a47-7cf3-46ce-abb9-f6253e0f6eb0","Integrated":true,"ReferringDoctorId":"ab6541f9-98f1-4efe-a99e-6201b3b76126","ReferredDoctorId":"323e68a7-e8d9-4a38-8834-99e3224b8c66","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>ddc54a47-7cf3-46ce-abb9-f6253e0f6eb0</Id> <Integrated>true</Integrated> <ReferringDoctorId>ab6541f9-98f1-4efe-a99e-6201b3b76126</ReferringDoctorId> <ReferredDoctorId>323e68a7-e8d9-4a38-8834-99e3224b8c66</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. |