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": "470e6dca-8061-494b-82cc-612992c57f2e",
"Integrated": true,
"ReferringDoctorId": "edd41640-c81f-4e87-a711-0a171786f196",
"ReferredDoctorId": "ae894384-3425-47bb-9844-4fc9b1160959",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"470e6dca-8061-494b-82cc-612992c57f2e","Integrated":true,"ReferringDoctorId":"edd41640-c81f-4e87-a711-0a171786f196","ReferredDoctorId":"ae894384-3425-47bb-9844-4fc9b1160959","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>470e6dca-8061-494b-82cc-612992c57f2e</Id> <Integrated>true</Integrated> <ReferringDoctorId>edd41640-c81f-4e87-a711-0a171786f196</ReferringDoctorId> <ReferredDoctorId>ae894384-3425-47bb-9844-4fc9b1160959</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. |