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": "0cffff6a-b6f7-46f8-af25-fea5c01c8370",
"Integrated": true,
"ReferringDoctorId": "46113b95-1f20-43eb-9df8-e2041f9fb1db",
"ReferredDoctorId": "9ba648c3-19c8-4169-ac12-e530bae4c300",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"0cffff6a-b6f7-46f8-af25-fea5c01c8370","Integrated":true,"ReferringDoctorId":"46113b95-1f20-43eb-9df8-e2041f9fb1db","ReferredDoctorId":"9ba648c3-19c8-4169-ac12-e530bae4c300","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>0cffff6a-b6f7-46f8-af25-fea5c01c8370</Id> <Integrated>true</Integrated> <ReferringDoctorId>46113b95-1f20-43eb-9df8-e2041f9fb1db</ReferringDoctorId> <ReferredDoctorId>9ba648c3-19c8-4169-ac12-e530bae4c300</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. |