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": "fcd02cc8-37a7-47fc-aaaf-5c828201face",
"ReferredDoctorId": "9176a126-f3ca-467b-bdcd-13656db7ccda",
"TimeZone": "sample string 4",
"SpecialtyId": "baee7c54-f068-45cc-9cb8-68590708b002",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"fcd02cc8-37a7-47fc-aaaf-5c828201face","ReferredDoctorId":"9176a126-f3ca-467b-bdcd-13656db7ccda","TimeZone":"sample string 4","SpecialtyId":"baee7c54-f068-45cc-9cb8-68590708b002","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>fcd02cc8-37a7-47fc-aaaf-5c828201face</ReferringDoctorId> <ReferredDoctorId>9176a126-f3ca-467b-bdcd-13656db7ccda</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>baee7c54-f068-45cc-9cb8-68590708b002</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. |