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": "dfcb87f1-8b25-400f-b01e-bc673a40aca5",
"ReferredDoctorId": "0a6784be-a26b-4e70-a038-85f65c86a1f1",
"TimeZone": "sample string 4",
"SpecialtyId": "c6fbfc35-0478-4647-a843-ccd29cc97f1b",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"dfcb87f1-8b25-400f-b01e-bc673a40aca5","ReferredDoctorId":"0a6784be-a26b-4e70-a038-85f65c86a1f1","TimeZone":"sample string 4","SpecialtyId":"c6fbfc35-0478-4647-a843-ccd29cc97f1b","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>dfcb87f1-8b25-400f-b01e-bc673a40aca5</ReferringDoctorId> <ReferredDoctorId>0a6784be-a26b-4e70-a038-85f65c86a1f1</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>c6fbfc35-0478-4647-a843-ccd29cc97f1b</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. |