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": "e4746a15-c8e5-45ed-9165-aa1b2d2d1ee3",
"ReferredDoctorId": "859cfbdb-acef-4ac6-9957-9135d8419a5e",
"TimeZone": "sample string 4",
"SpecialtyId": "eca00b99-b9f5-4409-8aff-4a1fcb3e4ee0",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"e4746a15-c8e5-45ed-9165-aa1b2d2d1ee3","ReferredDoctorId":"859cfbdb-acef-4ac6-9957-9135d8419a5e","TimeZone":"sample string 4","SpecialtyId":"eca00b99-b9f5-4409-8aff-4a1fcb3e4ee0","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>e4746a15-c8e5-45ed-9165-aa1b2d2d1ee3</ReferringDoctorId> <ReferredDoctorId>859cfbdb-acef-4ac6-9957-9135d8419a5e</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>eca00b99-b9f5-4409-8aff-4a1fcb3e4ee0</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. |