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": "e606fd4f-4958-46d5-9866-c71efceee4ee",
"Integrated": true,
"ReferringDoctorId": "17a77d37-b5d2-4233-9d21-7af54fb1e766",
"ReferredDoctorId": "a7a74b0e-97e3-482e-9035-40022aca2940",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"e606fd4f-4958-46d5-9866-c71efceee4ee","Integrated":true,"ReferringDoctorId":"17a77d37-b5d2-4233-9d21-7af54fb1e766","ReferredDoctorId":"a7a74b0e-97e3-482e-9035-40022aca2940","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>e606fd4f-4958-46d5-9866-c71efceee4ee</Id> <Integrated>true</Integrated> <ReferringDoctorId>17a77d37-b5d2-4233-9d21-7af54fb1e766</ReferringDoctorId> <ReferredDoctorId>a7a74b0e-97e3-482e-9035-40022aca2940</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. |