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": "28a2821a-909a-45e9-bf19-3b9c9eefa32a",
"ReferredDoctorId": "86974cee-cd00-4fd8-8e36-1c0a08708188",
"TimeZone": "sample string 4",
"SpecialtyId": "e692ea17-1a93-41d6-bdcc-db8b3e1eda96",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"28a2821a-909a-45e9-bf19-3b9c9eefa32a","ReferredDoctorId":"86974cee-cd00-4fd8-8e36-1c0a08708188","TimeZone":"sample string 4","SpecialtyId":"e692ea17-1a93-41d6-bdcc-db8b3e1eda96","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>28a2821a-909a-45e9-bf19-3b9c9eefa32a</ReferringDoctorId> <ReferredDoctorId>86974cee-cd00-4fd8-8e36-1c0a08708188</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>e692ea17-1a93-41d6-bdcc-db8b3e1eda96</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. |