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": "22ed1b38-36da-413a-a60d-7dbb2d72be03",
"ReferredDoctorId": "cb59537a-dad7-4aec-b789-747164447ce4",
"TimeZone": "sample string 4",
"SpecialtyId": "4dd833c8-6a9c-4213-83b8-1a88fa692424",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"22ed1b38-36da-413a-a60d-7dbb2d72be03","ReferredDoctorId":"cb59537a-dad7-4aec-b789-747164447ce4","TimeZone":"sample string 4","SpecialtyId":"4dd833c8-6a9c-4213-83b8-1a88fa692424","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>22ed1b38-36da-413a-a60d-7dbb2d72be03</ReferringDoctorId> <ReferredDoctorId>cb59537a-dad7-4aec-b789-747164447ce4</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>4dd833c8-6a9c-4213-83b8-1a88fa692424</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. |