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": "ea7ec722-01bb-4213-a8c7-f6732a91bc00",
"ReferredDoctorId": "4bb31ae4-870b-46d8-a3c1-56659445e3ab",
"TimeZone": "sample string 4",
"SpecialtyId": "2384fb5f-1468-4cf0-8d39-a652c3bf287b",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"ea7ec722-01bb-4213-a8c7-f6732a91bc00","ReferredDoctorId":"4bb31ae4-870b-46d8-a3c1-56659445e3ab","TimeZone":"sample string 4","SpecialtyId":"2384fb5f-1468-4cf0-8d39-a652c3bf287b","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>ea7ec722-01bb-4213-a8c7-f6732a91bc00</ReferringDoctorId> <ReferredDoctorId>4bb31ae4-870b-46d8-a3c1-56659445e3ab</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>2384fb5f-1468-4cf0-8d39-a652c3bf287b</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. |