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": "d74a2979-0209-40b4-b715-1698fdc7a58b",
"ReferredDoctorId": "9eca3943-a28f-46e0-aff2-060dc0a083a0",
"TimeZone": "sample string 4",
"SpecialtyId": "25f6bd67-43ab-4a15-af0f-35cf7e770d05",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"d74a2979-0209-40b4-b715-1698fdc7a58b","ReferredDoctorId":"9eca3943-a28f-46e0-aff2-060dc0a083a0","TimeZone":"sample string 4","SpecialtyId":"25f6bd67-43ab-4a15-af0f-35cf7e770d05","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>d74a2979-0209-40b4-b715-1698fdc7a58b</ReferringDoctorId> <ReferredDoctorId>9eca3943-a28f-46e0-aff2-060dc0a083a0</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>25f6bd67-43ab-4a15-af0f-35cf7e770d05</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. |