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": "c1c4b221-4f00-4e80-a6a9-a94486199d6f",
"ReferredDoctorId": "e9ac6996-2393-417f-bdc9-daa880b63919",
"TimeZone": "sample string 4",
"SpecialtyId": "aebe97c5-4a90-4221-9d61-0efeb9be98e5",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"c1c4b221-4f00-4e80-a6a9-a94486199d6f","ReferredDoctorId":"e9ac6996-2393-417f-bdc9-daa880b63919","TimeZone":"sample string 4","SpecialtyId":"aebe97c5-4a90-4221-9d61-0efeb9be98e5","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>c1c4b221-4f00-4e80-a6a9-a94486199d6f</ReferringDoctorId> <ReferredDoctorId>e9ac6996-2393-417f-bdc9-daa880b63919</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>aebe97c5-4a90-4221-9d61-0efeb9be98e5</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. |