POST Case
Request Information
URI Parameters
None.
Body Parameters
CaseDtoForApiName | 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": "1a75c29c-d9a7-4e14-b6be-200251e55ccf", "Integrated": true, "ReferringDoctorId": "34d959c4-275a-4d59-b4f1-00fcac26ffd1", "ReferredDoctorId": "56f21711-477e-4dd2-9330-2f7ad7465333", "TimeZone": "sample string 5" }
text/html
Sample:
{"Id":"1a75c29c-d9a7-4e14-b6be-200251e55ccf","Integrated":true,"ReferringDoctorId":"34d959c4-275a-4d59-b4f1-00fcac26ffd1","ReferredDoctorId":"56f21711-477e-4dd2-9330-2f7ad7465333","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>1a75c29c-d9a7-4e14-b6be-200251e55ccf</Id> <Integrated>true</Integrated> <ReferringDoctorId>34d959c4-275a-4d59-b4f1-00fcac26ffd1</ReferringDoctorId> <ReferredDoctorId>56f21711-477e-4dd2-9330-2f7ad7465333</ReferredDoctorId> <TimeZone>sample string 5</TimeZone> </CaseDtoForApi>
Response Information
Resource Description
HttpResponseMessageName | 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. |