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": "1529f1ba-183e-4694-90ff-8503729cb9fc",
"Integrated": true,
"ReferringDoctorId": "0e2949e3-6078-4a60-98a3-2e07e6a031a3",
"ReferredDoctorId": "eef4c725-3f68-4a55-b57d-4328b1267d46",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"1529f1ba-183e-4694-90ff-8503729cb9fc","Integrated":true,"ReferringDoctorId":"0e2949e3-6078-4a60-98a3-2e07e6a031a3","ReferredDoctorId":"eef4c725-3f68-4a55-b57d-4328b1267d46","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>1529f1ba-183e-4694-90ff-8503729cb9fc</Id> <Integrated>true</Integrated> <ReferringDoctorId>0e2949e3-6078-4a60-98a3-2e07e6a031a3</ReferringDoctorId> <ReferredDoctorId>eef4c725-3f68-4a55-b57d-4328b1267d46</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. |