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": "b0104dc2-d1eb-491e-a661-34684d3a381f", "Integrated": true, "ReferringDoctorId": "aafdc804-4f1d-40c9-937d-a2a06818e2e2", "ReferredDoctorId": "a4b49e20-d376-4d99-8b69-60aaeecf7c6a", "TimeZone": "sample string 5" }
text/html
Sample:
{"Id":"b0104dc2-d1eb-491e-a661-34684d3a381f","Integrated":true,"ReferringDoctorId":"aafdc804-4f1d-40c9-937d-a2a06818e2e2","ReferredDoctorId":"a4b49e20-d376-4d99-8b69-60aaeecf7c6a","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>b0104dc2-d1eb-491e-a661-34684d3a381f</Id> <Integrated>true</Integrated> <ReferringDoctorId>aafdc804-4f1d-40c9-937d-a2a06818e2e2</ReferringDoctorId> <ReferredDoctorId>a4b49e20-d376-4d99-8b69-60aaeecf7c6a</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. |