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": "6ccf53d7-996d-40f4-8093-ae9dd9281a9d",
"Integrated": true,
"ReferringDoctorId": "1c6ccc63-3889-4234-b433-f884c021aa78",
"ReferredDoctorId": "32e3cdc3-5989-49e1-8b07-18958aee50c2",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"6ccf53d7-996d-40f4-8093-ae9dd9281a9d","Integrated":true,"ReferringDoctorId":"1c6ccc63-3889-4234-b433-f884c021aa78","ReferredDoctorId":"32e3cdc3-5989-49e1-8b07-18958aee50c2","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>6ccf53d7-996d-40f4-8093-ae9dd9281a9d</Id> <Integrated>true</Integrated> <ReferringDoctorId>1c6ccc63-3889-4234-b433-f884c021aa78</ReferringDoctorId> <ReferredDoctorId>32e3cdc3-5989-49e1-8b07-18958aee50c2</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. |