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": "cb0c0edf-f6f7-4fa0-b5e0-cd1e5734bb74", "Integrated": true, "ReferringDoctorId": "92a95f2e-c200-481e-a1a7-2357bb953ce2", "ReferredDoctorId": "3a0651b4-3631-4cbb-96f0-7639226232e7", "TimeZone": "sample string 5" }
text/html
Sample:
{"Id":"cb0c0edf-f6f7-4fa0-b5e0-cd1e5734bb74","Integrated":true,"ReferringDoctorId":"92a95f2e-c200-481e-a1a7-2357bb953ce2","ReferredDoctorId":"3a0651b4-3631-4cbb-96f0-7639226232e7","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>cb0c0edf-f6f7-4fa0-b5e0-cd1e5734bb74</Id> <Integrated>true</Integrated> <ReferringDoctorId>92a95f2e-c200-481e-a1a7-2357bb953ce2</ReferringDoctorId> <ReferredDoctorId>3a0651b4-3631-4cbb-96f0-7639226232e7</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. |