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": "e61c2306-44af-4870-adf2-e9ca86ea2398",
"ReferredDoctorId": "ab0f9a5b-10c0-45d9-8b2b-69d09a218fcf",
"TimeZone": "sample string 4",
"SpecialtyId": "2e233232-25d2-4159-a697-275f8cedafdc",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"e61c2306-44af-4870-adf2-e9ca86ea2398","ReferredDoctorId":"ab0f9a5b-10c0-45d9-8b2b-69d09a218fcf","TimeZone":"sample string 4","SpecialtyId":"2e233232-25d2-4159-a697-275f8cedafdc","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>e61c2306-44af-4870-adf2-e9ca86ea2398</ReferringDoctorId> <ReferredDoctorId>ab0f9a5b-10c0-45d9-8b2b-69d09a218fcf</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>2e233232-25d2-4159-a697-275f8cedafdc</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. |