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": "216d410a-cb56-44bc-8339-9b9b1da0802c",
"ReferredDoctorId": "459aacfa-f68c-4faf-a665-f6ff4cf5f5c4",
"TimeZone": "sample string 4",
"SpecialtyId": "b9d76820-4a0b-4463-8c02-1d1ded5b9541",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"216d410a-cb56-44bc-8339-9b9b1da0802c","ReferredDoctorId":"459aacfa-f68c-4faf-a665-f6ff4cf5f5c4","TimeZone":"sample string 4","SpecialtyId":"b9d76820-4a0b-4463-8c02-1d1ded5b9541","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>216d410a-cb56-44bc-8339-9b9b1da0802c</ReferringDoctorId> <ReferredDoctorId>459aacfa-f68c-4faf-a665-f6ff4cf5f5c4</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>b9d76820-4a0b-4463-8c02-1d1ded5b9541</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. |