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": "4b481cc4-66ce-4ef4-b7c9-42ef22373c3e",
"Integrated": true,
"ReferringDoctorId": "3b961e2e-f3e8-4efb-87ac-6ec2d5d98c12",
"ReferredDoctorId": "b9337299-0990-4a12-930d-1c92fabc3564",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"4b481cc4-66ce-4ef4-b7c9-42ef22373c3e","Integrated":true,"ReferringDoctorId":"3b961e2e-f3e8-4efb-87ac-6ec2d5d98c12","ReferredDoctorId":"b9337299-0990-4a12-930d-1c92fabc3564","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>4b481cc4-66ce-4ef4-b7c9-42ef22373c3e</Id> <Integrated>true</Integrated> <ReferringDoctorId>3b961e2e-f3e8-4efb-87ac-6ec2d5d98c12</ReferringDoctorId> <ReferredDoctorId>b9337299-0990-4a12-930d-1c92fabc3564</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. |