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": "67a9ab6e-2973-4386-bf5d-aed737ae60ab", "Integrated": true, "ReferringDoctorId": "99b6cfd8-72f1-4fa6-8c62-6de2e33e03f1", "ReferredDoctorId": "b45fe25a-a498-4c55-b400-336a9770c6b6", "TimeZone": "sample string 5" }
text/html
Sample:
{"Id":"67a9ab6e-2973-4386-bf5d-aed737ae60ab","Integrated":true,"ReferringDoctorId":"99b6cfd8-72f1-4fa6-8c62-6de2e33e03f1","ReferredDoctorId":"b45fe25a-a498-4c55-b400-336a9770c6b6","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>67a9ab6e-2973-4386-bf5d-aed737ae60ab</Id> <Integrated>true</Integrated> <ReferringDoctorId>99b6cfd8-72f1-4fa6-8c62-6de2e33e03f1</ReferringDoctorId> <ReferredDoctorId>b45fe25a-a498-4c55-b400-336a9770c6b6</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. |