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": "5eb3aafb-b9be-45a5-bc8b-914469b86b9d",
"ReferredDoctorId": "c188e7ae-a26f-4d75-be0d-bfe4f7e7b104",
"TimeZone": "sample string 4",
"SpecialtyId": "d9a76663-3336-471a-9107-90a3abd1da7f",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"5eb3aafb-b9be-45a5-bc8b-914469b86b9d","ReferredDoctorId":"c188e7ae-a26f-4d75-be0d-bfe4f7e7b104","TimeZone":"sample string 4","SpecialtyId":"d9a76663-3336-471a-9107-90a3abd1da7f","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>5eb3aafb-b9be-45a5-bc8b-914469b86b9d</ReferringDoctorId> <ReferredDoctorId>c188e7ae-a26f-4d75-be0d-bfe4f7e7b104</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>d9a76663-3336-471a-9107-90a3abd1da7f</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. |