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": "81ea9628-beee-4c0f-ab90-2e16d4e139c7",
"Integrated": true,
"ReferringDoctorId": "045141ff-2bc7-46fe-9a3f-5188c0d44454",
"ReferredDoctorId": "7edec535-1cb0-40c2-9e54-a97408b6dc42",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"81ea9628-beee-4c0f-ab90-2e16d4e139c7","Integrated":true,"ReferringDoctorId":"045141ff-2bc7-46fe-9a3f-5188c0d44454","ReferredDoctorId":"7edec535-1cb0-40c2-9e54-a97408b6dc42","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>81ea9628-beee-4c0f-ab90-2e16d4e139c7</Id> <Integrated>true</Integrated> <ReferringDoctorId>045141ff-2bc7-46fe-9a3f-5188c0d44454</ReferringDoctorId> <ReferredDoctorId>7edec535-1cb0-40c2-9e54-a97408b6dc42</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. |