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": "8dd7189b-6c57-4dc8-a728-735b9e9dd570",
"ReferredDoctorId": "5099b2d2-86e8-4e17-9cb0-98124d18238a",
"TimeZone": "sample string 4",
"SpecialtyId": "54d6c4dd-c46c-443c-a03c-cb6ec6b52c80",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"8dd7189b-6c57-4dc8-a728-735b9e9dd570","ReferredDoctorId":"5099b2d2-86e8-4e17-9cb0-98124d18238a","TimeZone":"sample string 4","SpecialtyId":"54d6c4dd-c46c-443c-a03c-cb6ec6b52c80","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>8dd7189b-6c57-4dc8-a728-735b9e9dd570</ReferringDoctorId> <ReferredDoctorId>5099b2d2-86e8-4e17-9cb0-98124d18238a</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>54d6c4dd-c46c-443c-a03c-cb6ec6b52c80</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. |