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": "103b1487-7307-4d87-baab-821736e76f2b",
"Integrated": true,
"ReferringDoctorId": "c68fbe1e-d3f4-4b82-a5d4-6472f00651dc",
"ReferredDoctorId": "87428e98-ca08-4b86-8fdc-97cf7bdd7fa0",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"103b1487-7307-4d87-baab-821736e76f2b","Integrated":true,"ReferringDoctorId":"c68fbe1e-d3f4-4b82-a5d4-6472f00651dc","ReferredDoctorId":"87428e98-ca08-4b86-8fdc-97cf7bdd7fa0","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>103b1487-7307-4d87-baab-821736e76f2b</Id> <Integrated>true</Integrated> <ReferringDoctorId>c68fbe1e-d3f4-4b82-a5d4-6472f00651dc</ReferringDoctorId> <ReferredDoctorId>87428e98-ca08-4b86-8fdc-97cf7bdd7fa0</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. |