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": "00a1ef8c-2639-403e-a40f-4747bd3d8727",
"ReferredDoctorId": "b8c8742c-4d53-4696-908e-a50014f4c2f3",
"TimeZone": "sample string 4",
"SpecialtyId": "0ce06ee4-4cde-4572-b6c4-52981a168eaa",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"00a1ef8c-2639-403e-a40f-4747bd3d8727","ReferredDoctorId":"b8c8742c-4d53-4696-908e-a50014f4c2f3","TimeZone":"sample string 4","SpecialtyId":"0ce06ee4-4cde-4572-b6c4-52981a168eaa","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>00a1ef8c-2639-403e-a40f-4747bd3d8727</ReferringDoctorId> <ReferredDoctorId>b8c8742c-4d53-4696-908e-a50014f4c2f3</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>0ce06ee4-4cde-4572-b6c4-52981a168eaa</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. |