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": "5da3ce1a-c6f5-401b-a41b-50bd3e072b2a",
"ReferredDoctorId": "479fba58-a845-4229-a79e-6dd4f2c39bec",
"TimeZone": "sample string 4",
"SpecialtyId": "91a9a98a-285c-4d78-92c6-5656c228d1e8",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"5da3ce1a-c6f5-401b-a41b-50bd3e072b2a","ReferredDoctorId":"479fba58-a845-4229-a79e-6dd4f2c39bec","TimeZone":"sample string 4","SpecialtyId":"91a9a98a-285c-4d78-92c6-5656c228d1e8","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>5da3ce1a-c6f5-401b-a41b-50bd3e072b2a</ReferringDoctorId> <ReferredDoctorId>479fba58-a845-4229-a79e-6dd4f2c39bec</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>91a9a98a-285c-4d78-92c6-5656c228d1e8</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. |