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": "520958dd-1c9b-498c-9e3a-00a85a97e4c5",
"ReferredDoctorId": "ae1832f7-4d4e-4e8e-a9bf-dab3f2eba949",
"TimeZone": "sample string 4",
"SpecialtyId": "c5d2e772-bb26-4aa7-9f2f-dd21ea5d23b2",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"520958dd-1c9b-498c-9e3a-00a85a97e4c5","ReferredDoctorId":"ae1832f7-4d4e-4e8e-a9bf-dab3f2eba949","TimeZone":"sample string 4","SpecialtyId":"c5d2e772-bb26-4aa7-9f2f-dd21ea5d23b2","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>520958dd-1c9b-498c-9e3a-00a85a97e4c5</ReferringDoctorId> <ReferredDoctorId>ae1832f7-4d4e-4e8e-a9bf-dab3f2eba949</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>c5d2e772-bb26-4aa7-9f2f-dd21ea5d23b2</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. |