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": "42680cf7-0c21-4926-986e-0baae40552ef",
"Integrated": true,
"ReferringDoctorId": "12509988-4ebc-463c-af9d-ea549f022519",
"ReferredDoctorId": "21312fa3-2290-4771-99a8-10529e6d7651",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"42680cf7-0c21-4926-986e-0baae40552ef","Integrated":true,"ReferringDoctorId":"12509988-4ebc-463c-af9d-ea549f022519","ReferredDoctorId":"21312fa3-2290-4771-99a8-10529e6d7651","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>42680cf7-0c21-4926-986e-0baae40552ef</Id> <Integrated>true</Integrated> <ReferringDoctorId>12509988-4ebc-463c-af9d-ea549f022519</ReferringDoctorId> <ReferredDoctorId>21312fa3-2290-4771-99a8-10529e6d7651</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. |