POST Cases/Create
Request Information
URI Parameters
None.
Body Parameters
CreateCaseDtoForApi| Name | 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": "d317d81e-88da-46fd-8aef-9acae90cef76",
"ReferredDoctorId": "749af8dc-5721-47cb-98c1-1fbf7f0199bb",
"TimeZone": "sample string 4",
"SpecialtyId": "d9b8f54e-6215-4e55-8f21-141742db122a",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"d317d81e-88da-46fd-8aef-9acae90cef76","ReferredDoctorId":"749af8dc-5721-47cb-98c1-1fbf7f0199bb","TimeZone":"sample string 4","SpecialtyId":"d9b8f54e-6215-4e55-8f21-141742db122a","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>d317d81e-88da-46fd-8aef-9acae90cef76</ReferringDoctorId> <ReferredDoctorId>749af8dc-5721-47cb-98c1-1fbf7f0199bb</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>d9b8f54e-6215-4e55-8f21-141742db122a</SpecialtyId> <SubmissionJson>sample string 6</SubmissionJson> </CreateCaseDtoForApi>
Response Information
Resource Description
HttpResponseMessage| Name | 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. |