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": "6f450dfd-599c-49f2-8312-839f34898f6a",
"ReferredDoctorId": "3557baac-377d-4a1e-9c0e-073c3959314e",
"TimeZone": "sample string 4",
"SpecialtyId": "f4d309bf-5d10-47fb-be8e-09dc3fcf913b",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"6f450dfd-599c-49f2-8312-839f34898f6a","ReferredDoctorId":"3557baac-377d-4a1e-9c0e-073c3959314e","TimeZone":"sample string 4","SpecialtyId":"f4d309bf-5d10-47fb-be8e-09dc3fcf913b","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>6f450dfd-599c-49f2-8312-839f34898f6a</ReferringDoctorId> <ReferredDoctorId>3557baac-377d-4a1e-9c0e-073c3959314e</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>f4d309bf-5d10-47fb-be8e-09dc3fcf913b</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. |