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": "12ba7922-96cf-4d7a-afbf-8c255e7a3631",
"ReferredDoctorId": "417203c4-8e3c-4eba-8d60-c5acd855b0ad",
"TimeZone": "sample string 4",
"SpecialtyId": "3720649d-e3bb-4f37-a9d5-5e7f20ad0a87",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"12ba7922-96cf-4d7a-afbf-8c255e7a3631","ReferredDoctorId":"417203c4-8e3c-4eba-8d60-c5acd855b0ad","TimeZone":"sample string 4","SpecialtyId":"3720649d-e3bb-4f37-a9d5-5e7f20ad0a87","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>12ba7922-96cf-4d7a-afbf-8c255e7a3631</ReferringDoctorId> <ReferredDoctorId>417203c4-8e3c-4eba-8d60-c5acd855b0ad</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>3720649d-e3bb-4f37-a9d5-5e7f20ad0a87</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. |