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": "36edd289-89f8-4b81-8931-310b71213ff3",
"Integrated": true,
"ReferringDoctorId": "a5a7d198-72cb-4348-a387-fc11d507f352",
"ReferredDoctorId": "04f5c889-5feb-4825-a817-36b39cd40535",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"36edd289-89f8-4b81-8931-310b71213ff3","Integrated":true,"ReferringDoctorId":"a5a7d198-72cb-4348-a387-fc11d507f352","ReferredDoctorId":"04f5c889-5feb-4825-a817-36b39cd40535","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>36edd289-89f8-4b81-8931-310b71213ff3</Id> <Integrated>true</Integrated> <ReferringDoctorId>a5a7d198-72cb-4348-a387-fc11d507f352</ReferringDoctorId> <ReferredDoctorId>04f5c889-5feb-4825-a817-36b39cd40535</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. |