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": "bdf632ca-60aa-4bc7-97a7-6c4bbe5e783e",
"ReferredDoctorId": "67307cc0-954c-44da-a04e-75a8126b48eb",
"TimeZone": "sample string 4",
"SpecialtyId": "9b3f9903-4abd-45a4-90d5-d59211c6fbb1",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"bdf632ca-60aa-4bc7-97a7-6c4bbe5e783e","ReferredDoctorId":"67307cc0-954c-44da-a04e-75a8126b48eb","TimeZone":"sample string 4","SpecialtyId":"9b3f9903-4abd-45a4-90d5-d59211c6fbb1","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>bdf632ca-60aa-4bc7-97a7-6c4bbe5e783e</ReferringDoctorId> <ReferredDoctorId>67307cc0-954c-44da-a04e-75a8126b48eb</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>9b3f9903-4abd-45a4-90d5-d59211c6fbb1</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. |