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": "5c15a466-a1b5-45bc-b1b9-2484825ea48f",
"ReferredDoctorId": "ea7215b9-000a-4dca-a832-7f02dc4804b1",
"TimeZone": "sample string 4",
"SpecialtyId": "9f892abc-5672-47c1-8202-c24426a4fb60",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"5c15a466-a1b5-45bc-b1b9-2484825ea48f","ReferredDoctorId":"ea7215b9-000a-4dca-a832-7f02dc4804b1","TimeZone":"sample string 4","SpecialtyId":"9f892abc-5672-47c1-8202-c24426a4fb60","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>5c15a466-a1b5-45bc-b1b9-2484825ea48f</ReferringDoctorId> <ReferredDoctorId>ea7215b9-000a-4dca-a832-7f02dc4804b1</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>9f892abc-5672-47c1-8202-c24426a4fb60</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. |