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": "69e932ec-a3e0-4ae0-a3a7-1689943d747a",
"Integrated": true,
"ReferringDoctorId": "f6e194f3-c4a0-4bf9-9415-ad90b11b1aa5",
"ReferredDoctorId": "3c234d18-2fda-4bee-8262-e9d3c3918967",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"69e932ec-a3e0-4ae0-a3a7-1689943d747a","Integrated":true,"ReferringDoctorId":"f6e194f3-c4a0-4bf9-9415-ad90b11b1aa5","ReferredDoctorId":"3c234d18-2fda-4bee-8262-e9d3c3918967","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>69e932ec-a3e0-4ae0-a3a7-1689943d747a</Id> <Integrated>true</Integrated> <ReferringDoctorId>f6e194f3-c4a0-4bf9-9415-ad90b11b1aa5</ReferringDoctorId> <ReferredDoctorId>3c234d18-2fda-4bee-8262-e9d3c3918967</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. |