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": "7aaee6cc-733d-4b82-82af-40a7524ff2d3",
"Integrated": true,
"ReferringDoctorId": "4d8f972b-1195-4ef1-af7d-37040fa0a430",
"ReferredDoctorId": "18b223aa-8ca4-48b0-a495-d22925a25fc2",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"7aaee6cc-733d-4b82-82af-40a7524ff2d3","Integrated":true,"ReferringDoctorId":"4d8f972b-1195-4ef1-af7d-37040fa0a430","ReferredDoctorId":"18b223aa-8ca4-48b0-a495-d22925a25fc2","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>7aaee6cc-733d-4b82-82af-40a7524ff2d3</Id> <Integrated>true</Integrated> <ReferringDoctorId>4d8f972b-1195-4ef1-af7d-37040fa0a430</ReferringDoctorId> <ReferredDoctorId>18b223aa-8ca4-48b0-a495-d22925a25fc2</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. |