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": "1531d7b6-64bb-4eff-b4a7-0aac97f1f374",
"ReferredDoctorId": "f736d386-4109-4990-b723-6158be9d0935",
"TimeZone": "sample string 4",
"SpecialtyId": "1a060e70-b6e2-4893-b1a8-7960571c1fe6",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"1531d7b6-64bb-4eff-b4a7-0aac97f1f374","ReferredDoctorId":"f736d386-4109-4990-b723-6158be9d0935","TimeZone":"sample string 4","SpecialtyId":"1a060e70-b6e2-4893-b1a8-7960571c1fe6","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>1531d7b6-64bb-4eff-b4a7-0aac97f1f374</ReferringDoctorId> <ReferredDoctorId>f736d386-4109-4990-b723-6158be9d0935</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>1a060e70-b6e2-4893-b1a8-7960571c1fe6</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. |