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": "dfb032e1-38ab-427e-a19e-f73100a928d3",
"ReferredDoctorId": "9949d3a3-c67e-498e-9ee4-022d18ff61a6",
"TimeZone": "sample string 4",
"SpecialtyId": "75d1ea61-25d6-418c-ac70-8db0b72c8800",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"dfb032e1-38ab-427e-a19e-f73100a928d3","ReferredDoctorId":"9949d3a3-c67e-498e-9ee4-022d18ff61a6","TimeZone":"sample string 4","SpecialtyId":"75d1ea61-25d6-418c-ac70-8db0b72c8800","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>dfb032e1-38ab-427e-a19e-f73100a928d3</ReferringDoctorId> <ReferredDoctorId>9949d3a3-c67e-498e-9ee4-022d18ff61a6</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>75d1ea61-25d6-418c-ac70-8db0b72c8800</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. |