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": "b833e06a-8389-4e79-85d7-1a3c68e3acd7",
"Integrated": true,
"ReferringDoctorId": "50fc128d-ad93-4dad-87b0-1c7e9bdcbc57",
"ReferredDoctorId": "22b5cf4a-bc41-4625-8395-2eb135b42ead",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"b833e06a-8389-4e79-85d7-1a3c68e3acd7","Integrated":true,"ReferringDoctorId":"50fc128d-ad93-4dad-87b0-1c7e9bdcbc57","ReferredDoctorId":"22b5cf4a-bc41-4625-8395-2eb135b42ead","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>b833e06a-8389-4e79-85d7-1a3c68e3acd7</Id> <Integrated>true</Integrated> <ReferringDoctorId>50fc128d-ad93-4dad-87b0-1c7e9bdcbc57</ReferringDoctorId> <ReferredDoctorId>22b5cf4a-bc41-4625-8395-2eb135b42ead</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. |