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": "5fe09958-16cd-4bbf-9099-d504ffacd626",
"ReferredDoctorId": "91186c6f-c190-4038-9406-f8f8c2294d05",
"TimeZone": "sample string 4",
"SpecialtyId": "398de084-f64a-4c47-817b-336289ddcb42",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"5fe09958-16cd-4bbf-9099-d504ffacd626","ReferredDoctorId":"91186c6f-c190-4038-9406-f8f8c2294d05","TimeZone":"sample string 4","SpecialtyId":"398de084-f64a-4c47-817b-336289ddcb42","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>5fe09958-16cd-4bbf-9099-d504ffacd626</ReferringDoctorId> <ReferredDoctorId>91186c6f-c190-4038-9406-f8f8c2294d05</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>398de084-f64a-4c47-817b-336289ddcb42</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. |