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": "bed96d0e-d313-4608-9d3b-d5ce8f055b72",
"ReferredDoctorId": "4196c08f-01aa-4eb7-9510-9da60ad7a732",
"TimeZone": "sample string 4",
"SpecialtyId": "ace91304-4320-4d94-b0bd-7dedcd414534",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"bed96d0e-d313-4608-9d3b-d5ce8f055b72","ReferredDoctorId":"4196c08f-01aa-4eb7-9510-9da60ad7a732","TimeZone":"sample string 4","SpecialtyId":"ace91304-4320-4d94-b0bd-7dedcd414534","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>bed96d0e-d313-4608-9d3b-d5ce8f055b72</ReferringDoctorId> <ReferredDoctorId>4196c08f-01aa-4eb7-9510-9da60ad7a732</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>ace91304-4320-4d94-b0bd-7dedcd414534</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. |