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": "85b2491d-4d30-4e95-b723-7825de483d97",
"ReferredDoctorId": "a39b6632-bb62-404c-8974-76b23f38cc41",
"TimeZone": "sample string 4",
"SpecialtyId": "aa2f1d11-9c47-41af-b8a7-4f2ee3b7ad94",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"85b2491d-4d30-4e95-b723-7825de483d97","ReferredDoctorId":"a39b6632-bb62-404c-8974-76b23f38cc41","TimeZone":"sample string 4","SpecialtyId":"aa2f1d11-9c47-41af-b8a7-4f2ee3b7ad94","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>85b2491d-4d30-4e95-b723-7825de483d97</ReferringDoctorId> <ReferredDoctorId>a39b6632-bb62-404c-8974-76b23f38cc41</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>aa2f1d11-9c47-41af-b8a7-4f2ee3b7ad94</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. |