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": "c37388c7-dedf-4935-b4ce-906154c61897",
"ReferredDoctorId": "38214be5-7d33-4182-b535-ce0815d0f49c",
"TimeZone": "sample string 4",
"SpecialtyId": "3237bd9b-940b-4206-85fc-036a77939251",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"c37388c7-dedf-4935-b4ce-906154c61897","ReferredDoctorId":"38214be5-7d33-4182-b535-ce0815d0f49c","TimeZone":"sample string 4","SpecialtyId":"3237bd9b-940b-4206-85fc-036a77939251","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>c37388c7-dedf-4935-b4ce-906154c61897</ReferringDoctorId> <ReferredDoctorId>38214be5-7d33-4182-b535-ce0815d0f49c</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>3237bd9b-940b-4206-85fc-036a77939251</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. |