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": "5ab118d1-06b8-41cf-a600-2360a8e930ed",
"Integrated": true,
"ReferringDoctorId": "5e2feb7e-6380-4ed7-aaf5-8c46199d7d64",
"ReferredDoctorId": "2adaa91f-b5f2-4481-928e-d22fa4edae87",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"5ab118d1-06b8-41cf-a600-2360a8e930ed","Integrated":true,"ReferringDoctorId":"5e2feb7e-6380-4ed7-aaf5-8c46199d7d64","ReferredDoctorId":"2adaa91f-b5f2-4481-928e-d22fa4edae87","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>5ab118d1-06b8-41cf-a600-2360a8e930ed</Id> <Integrated>true</Integrated> <ReferringDoctorId>5e2feb7e-6380-4ed7-aaf5-8c46199d7d64</ReferringDoctorId> <ReferredDoctorId>2adaa91f-b5f2-4481-928e-d22fa4edae87</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. |