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": "52af6eda-ff63-4d2f-8c43-54ce48b297ae",
"ReferredDoctorId": "d3cfaa2d-d1d2-46dc-9773-6b8e74ca3b96",
"TimeZone": "sample string 4",
"SpecialtyId": "a61e73cf-e118-48b8-9678-7eb422ee6669",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"52af6eda-ff63-4d2f-8c43-54ce48b297ae","ReferredDoctorId":"d3cfaa2d-d1d2-46dc-9773-6b8e74ca3b96","TimeZone":"sample string 4","SpecialtyId":"a61e73cf-e118-48b8-9678-7eb422ee6669","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>52af6eda-ff63-4d2f-8c43-54ce48b297ae</ReferringDoctorId> <ReferredDoctorId>d3cfaa2d-d1d2-46dc-9773-6b8e74ca3b96</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>a61e73cf-e118-48b8-9678-7eb422ee6669</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. |