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": "7132ac6d-ef21-4fa0-81c7-34bedefbfb6e",
"ReferredDoctorId": "c044f796-8055-4269-bef4-25bd94fcaeef",
"TimeZone": "sample string 4",
"SpecialtyId": "44f90e9b-4a3f-4c8b-919b-3c81f1b3a3a1",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"7132ac6d-ef21-4fa0-81c7-34bedefbfb6e","ReferredDoctorId":"c044f796-8055-4269-bef4-25bd94fcaeef","TimeZone":"sample string 4","SpecialtyId":"44f90e9b-4a3f-4c8b-919b-3c81f1b3a3a1","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>7132ac6d-ef21-4fa0-81c7-34bedefbfb6e</ReferringDoctorId> <ReferredDoctorId>c044f796-8055-4269-bef4-25bd94fcaeef</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>44f90e9b-4a3f-4c8b-919b-3c81f1b3a3a1</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. |