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": "62d71314-a30f-4cf3-9d72-ec96c2853625",
"ReferredDoctorId": "f99214c6-a902-4ee7-a0b4-75d718bdbcaf",
"TimeZone": "sample string 4",
"SpecialtyId": "61bfa210-a64e-42d6-b249-d164f0a7c682",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"62d71314-a30f-4cf3-9d72-ec96c2853625","ReferredDoctorId":"f99214c6-a902-4ee7-a0b4-75d718bdbcaf","TimeZone":"sample string 4","SpecialtyId":"61bfa210-a64e-42d6-b249-d164f0a7c682","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>62d71314-a30f-4cf3-9d72-ec96c2853625</ReferringDoctorId> <ReferredDoctorId>f99214c6-a902-4ee7-a0b4-75d718bdbcaf</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>61bfa210-a64e-42d6-b249-d164f0a7c682</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. |