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": "8b9df4b4-35cc-4c61-a112-b22539da0632",
"ReferredDoctorId": "53a840a8-85be-4259-a190-7f58c02b2371",
"TimeZone": "sample string 4",
"SpecialtyId": "c196d2f5-f369-4a8b-8ffb-6201c243a002",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"8b9df4b4-35cc-4c61-a112-b22539da0632","ReferredDoctorId":"53a840a8-85be-4259-a190-7f58c02b2371","TimeZone":"sample string 4","SpecialtyId":"c196d2f5-f369-4a8b-8ffb-6201c243a002","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>8b9df4b4-35cc-4c61-a112-b22539da0632</ReferringDoctorId> <ReferredDoctorId>53a840a8-85be-4259-a190-7f58c02b2371</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>c196d2f5-f369-4a8b-8ffb-6201c243a002</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. |