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": "a178166f-9e92-4aa6-bbad-8219ec978fad",
"ReferredDoctorId": "d46d157c-d0a1-4bb5-8808-31980df4905c",
"TimeZone": "sample string 4",
"SpecialtyId": "b35224df-cd45-4804-be8a-7f9df0e3aa4b",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"a178166f-9e92-4aa6-bbad-8219ec978fad","ReferredDoctorId":"d46d157c-d0a1-4bb5-8808-31980df4905c","TimeZone":"sample string 4","SpecialtyId":"b35224df-cd45-4804-be8a-7f9df0e3aa4b","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>a178166f-9e92-4aa6-bbad-8219ec978fad</ReferringDoctorId> <ReferredDoctorId>d46d157c-d0a1-4bb5-8808-31980df4905c</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>b35224df-cd45-4804-be8a-7f9df0e3aa4b</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. |