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": "6310ed71-4c1f-4c48-b72f-05e955c767d5",
"ReferredDoctorId": "475aec04-a445-4d80-80e8-deef487f3cd6",
"TimeZone": "sample string 4",
"SpecialtyId": "700e9d65-85bc-459f-978a-56fb237bbff9",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"6310ed71-4c1f-4c48-b72f-05e955c767d5","ReferredDoctorId":"475aec04-a445-4d80-80e8-deef487f3cd6","TimeZone":"sample string 4","SpecialtyId":"700e9d65-85bc-459f-978a-56fb237bbff9","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>6310ed71-4c1f-4c48-b72f-05e955c767d5</ReferringDoctorId> <ReferredDoctorId>475aec04-a445-4d80-80e8-deef487f3cd6</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>700e9d65-85bc-459f-978a-56fb237bbff9</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. |