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": "01b8ed82-3618-4844-9444-95a018c7ded0",
"ReferredDoctorId": "29cc1bc2-72ab-4d26-a04d-0dbfc08e61c1",
"TimeZone": "sample string 4",
"SpecialtyId": "0111f7cd-0a65-4e73-8112-31bd2776ba4d",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"01b8ed82-3618-4844-9444-95a018c7ded0","ReferredDoctorId":"29cc1bc2-72ab-4d26-a04d-0dbfc08e61c1","TimeZone":"sample string 4","SpecialtyId":"0111f7cd-0a65-4e73-8112-31bd2776ba4d","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>01b8ed82-3618-4844-9444-95a018c7ded0</ReferringDoctorId> <ReferredDoctorId>29cc1bc2-72ab-4d26-a04d-0dbfc08e61c1</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>0111f7cd-0a65-4e73-8112-31bd2776ba4d</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. |