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": "4838062a-aa04-4e86-8cdf-2f5340cdace3",
"ReferredDoctorId": "2530d9db-819f-48ed-af9e-b9182e8ca1f2",
"TimeZone": "sample string 4",
"SpecialtyId": "f910f541-6184-47a9-bdcd-f37090139972",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"4838062a-aa04-4e86-8cdf-2f5340cdace3","ReferredDoctorId":"2530d9db-819f-48ed-af9e-b9182e8ca1f2","TimeZone":"sample string 4","SpecialtyId":"f910f541-6184-47a9-bdcd-f37090139972","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>4838062a-aa04-4e86-8cdf-2f5340cdace3</ReferringDoctorId> <ReferredDoctorId>2530d9db-819f-48ed-af9e-b9182e8ca1f2</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>f910f541-6184-47a9-bdcd-f37090139972</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. |