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": "af36a487-bc7d-4929-a775-e5adeb74b1e3",
"ReferredDoctorId": "60287e1f-dfd0-40bb-8417-0e37ccda5810",
"TimeZone": "sample string 4",
"SpecialtyId": "98210ec8-cebb-4386-8890-766acb4a29de",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"af36a487-bc7d-4929-a775-e5adeb74b1e3","ReferredDoctorId":"60287e1f-dfd0-40bb-8417-0e37ccda5810","TimeZone":"sample string 4","SpecialtyId":"98210ec8-cebb-4386-8890-766acb4a29de","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>af36a487-bc7d-4929-a775-e5adeb74b1e3</ReferringDoctorId> <ReferredDoctorId>60287e1f-dfd0-40bb-8417-0e37ccda5810</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>98210ec8-cebb-4386-8890-766acb4a29de</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. |