POST Cases/Create
Request Information
URI Parameters
None.
Body Parameters
CreateCaseDtoForApiName | Description | Type | Additional information |
---|---|---|---|
Integrated | boolean |
None. |
|
ReferringDoctorId | globally unique identifier |
None. |
|
ReferredDoctorId | globally unique identifier |
None. |
|
TimeZone | string |
None. |
|
SpecialtyId | globally unique identifier |
None. |
|
SubmissionJson | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Integrated": true, "ReferringDoctorId": "e2b607b8-4840-407c-920f-cc2e18ec5cc8", "ReferredDoctorId": "a50200b7-9ecf-4825-b737-9a1100ea317c", "TimeZone": "sample string 4", "SpecialtyId": "5b8bfc3e-8387-4c57-aa82-032d713eaa53", "SubmissionJson": "sample string 6" }
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"e2b607b8-4840-407c-920f-cc2e18ec5cc8","ReferredDoctorId":"a50200b7-9ecf-4825-b737-9a1100ea317c","TimeZone":"sample string 4","SpecialtyId":"5b8bfc3e-8387-4c57-aa82-032d713eaa53","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>e2b607b8-4840-407c-920f-cc2e18ec5cc8</ReferringDoctorId> <ReferredDoctorId>a50200b7-9ecf-4825-b737-9a1100ea317c</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>5b8bfc3e-8387-4c57-aa82-032d713eaa53</SpecialtyId> <SubmissionJson>sample string 6</SubmissionJson> </CreateCaseDtoForApi>
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. |