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": "8900c508-0322-4fb8-bcc6-6cf936c74e4a",
"ReferredDoctorId": "44379185-ae4d-4b4d-a64f-1ae67197110c",
"TimeZone": "sample string 4",
"SpecialtyId": "1f9a7e94-df62-4832-a588-bca3d7f70324",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"8900c508-0322-4fb8-bcc6-6cf936c74e4a","ReferredDoctorId":"44379185-ae4d-4b4d-a64f-1ae67197110c","TimeZone":"sample string 4","SpecialtyId":"1f9a7e94-df62-4832-a588-bca3d7f70324","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>8900c508-0322-4fb8-bcc6-6cf936c74e4a</ReferringDoctorId> <ReferredDoctorId>44379185-ae4d-4b4d-a64f-1ae67197110c</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>1f9a7e94-df62-4832-a588-bca3d7f70324</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. |