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": "9d474049-463c-4f24-80b6-9178dbc032af",
"Integrated": true,
"ReferringDoctorId": "0962a120-ba63-452b-a9de-156e307d9874",
"ReferredDoctorId": "4afdbc06-a324-4dda-b85c-9965ecc1ea32",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"9d474049-463c-4f24-80b6-9178dbc032af","Integrated":true,"ReferringDoctorId":"0962a120-ba63-452b-a9de-156e307d9874","ReferredDoctorId":"4afdbc06-a324-4dda-b85c-9965ecc1ea32","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>9d474049-463c-4f24-80b6-9178dbc032af</Id> <Integrated>true</Integrated> <ReferringDoctorId>0962a120-ba63-452b-a9de-156e307d9874</ReferringDoctorId> <ReferredDoctorId>4afdbc06-a324-4dda-b85c-9965ecc1ea32</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. |