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": "7ada9f74-9e93-48b1-9f4b-22af5a1c141e",
"ReferredDoctorId": "0eae2135-8750-43ec-a793-284f4cbdcbc2",
"TimeZone": "sample string 4",
"SpecialtyId": "f301ed90-77c6-44a4-a772-7ad2deca897a",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"7ada9f74-9e93-48b1-9f4b-22af5a1c141e","ReferredDoctorId":"0eae2135-8750-43ec-a793-284f4cbdcbc2","TimeZone":"sample string 4","SpecialtyId":"f301ed90-77c6-44a4-a772-7ad2deca897a","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>7ada9f74-9e93-48b1-9f4b-22af5a1c141e</ReferringDoctorId> <ReferredDoctorId>0eae2135-8750-43ec-a793-284f4cbdcbc2</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>f301ed90-77c6-44a4-a772-7ad2deca897a</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. |