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": "26e09f66-f0c0-45a9-9157-0a5063b1406d",
"Integrated": true,
"ReferringDoctorId": "2923a09f-7769-4439-83f9-4c6e48153c74",
"ReferredDoctorId": "9094891c-4e16-49e5-8b91-22a154b273b3",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"26e09f66-f0c0-45a9-9157-0a5063b1406d","Integrated":true,"ReferringDoctorId":"2923a09f-7769-4439-83f9-4c6e48153c74","ReferredDoctorId":"9094891c-4e16-49e5-8b91-22a154b273b3","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>26e09f66-f0c0-45a9-9157-0a5063b1406d</Id> <Integrated>true</Integrated> <ReferringDoctorId>2923a09f-7769-4439-83f9-4c6e48153c74</ReferringDoctorId> <ReferredDoctorId>9094891c-4e16-49e5-8b91-22a154b273b3</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. |