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": "ded66648-a30a-4a9d-a87f-03687af63edd",
"ReferredDoctorId": "8a2b9bff-5050-4ecb-a8e3-3112f6579b7a",
"TimeZone": "sample string 4",
"SpecialtyId": "101911c1-4c29-4e2f-8844-16620195b07b",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"ded66648-a30a-4a9d-a87f-03687af63edd","ReferredDoctorId":"8a2b9bff-5050-4ecb-a8e3-3112f6579b7a","TimeZone":"sample string 4","SpecialtyId":"101911c1-4c29-4e2f-8844-16620195b07b","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>ded66648-a30a-4a9d-a87f-03687af63edd</ReferringDoctorId> <ReferredDoctorId>8a2b9bff-5050-4ecb-a8e3-3112f6579b7a</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>101911c1-4c29-4e2f-8844-16620195b07b</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. |