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": "d25b6fa3-ad31-461b-9bd2-f952883a7d09",
"ReferredDoctorId": "b16b5225-3942-4a2a-bb2b-47d2c1f143ec",
"TimeZone": "sample string 4",
"SpecialtyId": "56df3331-d0eb-45d4-8494-c84b91429b41",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"d25b6fa3-ad31-461b-9bd2-f952883a7d09","ReferredDoctorId":"b16b5225-3942-4a2a-bb2b-47d2c1f143ec","TimeZone":"sample string 4","SpecialtyId":"56df3331-d0eb-45d4-8494-c84b91429b41","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>d25b6fa3-ad31-461b-9bd2-f952883a7d09</ReferringDoctorId> <ReferredDoctorId>b16b5225-3942-4a2a-bb2b-47d2c1f143ec</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>56df3331-d0eb-45d4-8494-c84b91429b41</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. |