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": "ab5f53c1-dc64-4059-80ea-742a597f2e78",
"Integrated": true,
"ReferringDoctorId": "2d42ade3-9c7c-4b70-9851-de5ff07fa5bd",
"ReferredDoctorId": "82fdcf73-9391-4aab-aea1-494085bffb71",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"ab5f53c1-dc64-4059-80ea-742a597f2e78","Integrated":true,"ReferringDoctorId":"2d42ade3-9c7c-4b70-9851-de5ff07fa5bd","ReferredDoctorId":"82fdcf73-9391-4aab-aea1-494085bffb71","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>ab5f53c1-dc64-4059-80ea-742a597f2e78</Id> <Integrated>true</Integrated> <ReferringDoctorId>2d42ade3-9c7c-4b70-9851-de5ff07fa5bd</ReferringDoctorId> <ReferredDoctorId>82fdcf73-9391-4aab-aea1-494085bffb71</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. |