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": "659f47a9-400d-4893-b494-260beae8b7c4",
"Integrated": true,
"ReferringDoctorId": "b1753149-d865-4d34-a04b-53486e8ca69a",
"ReferredDoctorId": "e2beb0ad-461b-4e07-a51e-96533c23f208",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"659f47a9-400d-4893-b494-260beae8b7c4","Integrated":true,"ReferringDoctorId":"b1753149-d865-4d34-a04b-53486e8ca69a","ReferredDoctorId":"e2beb0ad-461b-4e07-a51e-96533c23f208","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>659f47a9-400d-4893-b494-260beae8b7c4</Id> <Integrated>true</Integrated> <ReferringDoctorId>b1753149-d865-4d34-a04b-53486e8ca69a</ReferringDoctorId> <ReferredDoctorId>e2beb0ad-461b-4e07-a51e-96533c23f208</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. |