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": "fdb503f5-b2a0-48ee-9408-caae873fc516",
"ReferredDoctorId": "cf3149aa-2a2e-47bc-ab96-ad32d2eb8e1c",
"TimeZone": "sample string 4",
"SpecialtyId": "2c632d9b-a96e-4efa-a724-edcab5e3dd90",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"fdb503f5-b2a0-48ee-9408-caae873fc516","ReferredDoctorId":"cf3149aa-2a2e-47bc-ab96-ad32d2eb8e1c","TimeZone":"sample string 4","SpecialtyId":"2c632d9b-a96e-4efa-a724-edcab5e3dd90","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>fdb503f5-b2a0-48ee-9408-caae873fc516</ReferringDoctorId> <ReferredDoctorId>cf3149aa-2a2e-47bc-ab96-ad32d2eb8e1c</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>2c632d9b-a96e-4efa-a724-edcab5e3dd90</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. |