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": "c3d0223c-0c3e-4828-8378-c7c091f62857",
"ReferredDoctorId": "a973f8e8-52f9-4016-b03f-7d99c256076c",
"TimeZone": "sample string 4",
"SpecialtyId": "9e6298a3-7019-421e-bf13-36233a61d3eb",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"c3d0223c-0c3e-4828-8378-c7c091f62857","ReferredDoctorId":"a973f8e8-52f9-4016-b03f-7d99c256076c","TimeZone":"sample string 4","SpecialtyId":"9e6298a3-7019-421e-bf13-36233a61d3eb","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>c3d0223c-0c3e-4828-8378-c7c091f62857</ReferringDoctorId> <ReferredDoctorId>a973f8e8-52f9-4016-b03f-7d99c256076c</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>9e6298a3-7019-421e-bf13-36233a61d3eb</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. |