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": "414016c9-97ff-490a-a5a7-a1f731dc1e32",
"ReferredDoctorId": "b08597ac-1d77-4aef-b4d7-64dd847236bc",
"TimeZone": "sample string 4",
"SpecialtyId": "0cdacec7-6559-4d67-a27c-40ad2d4014fd",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"414016c9-97ff-490a-a5a7-a1f731dc1e32","ReferredDoctorId":"b08597ac-1d77-4aef-b4d7-64dd847236bc","TimeZone":"sample string 4","SpecialtyId":"0cdacec7-6559-4d67-a27c-40ad2d4014fd","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>414016c9-97ff-490a-a5a7-a1f731dc1e32</ReferringDoctorId> <ReferredDoctorId>b08597ac-1d77-4aef-b4d7-64dd847236bc</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>0cdacec7-6559-4d67-a27c-40ad2d4014fd</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. |