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": "a40b9df9-f6dc-41f9-8ec2-45b4d149c641",
"ReferredDoctorId": "128a0489-9522-477b-b124-393cdf2be38a",
"TimeZone": "sample string 4",
"SpecialtyId": "9ca213ed-5360-46ac-9f88-4ad55558dffc",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"a40b9df9-f6dc-41f9-8ec2-45b4d149c641","ReferredDoctorId":"128a0489-9522-477b-b124-393cdf2be38a","TimeZone":"sample string 4","SpecialtyId":"9ca213ed-5360-46ac-9f88-4ad55558dffc","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>a40b9df9-f6dc-41f9-8ec2-45b4d149c641</ReferringDoctorId> <ReferredDoctorId>128a0489-9522-477b-b124-393cdf2be38a</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>9ca213ed-5360-46ac-9f88-4ad55558dffc</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. |