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": "86301389-d646-479e-a1a5-f3c60210d609",
"ReferredDoctorId": "4cc8f404-4fe7-4c92-937e-8d98ba59bcbd",
"TimeZone": "sample string 4",
"SpecialtyId": "8bfef31b-cd91-4cae-a8b3-c5a8a8f9ad37",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"86301389-d646-479e-a1a5-f3c60210d609","ReferredDoctorId":"4cc8f404-4fe7-4c92-937e-8d98ba59bcbd","TimeZone":"sample string 4","SpecialtyId":"8bfef31b-cd91-4cae-a8b3-c5a8a8f9ad37","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>86301389-d646-479e-a1a5-f3c60210d609</ReferringDoctorId> <ReferredDoctorId>4cc8f404-4fe7-4c92-937e-8d98ba59bcbd</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>8bfef31b-cd91-4cae-a8b3-c5a8a8f9ad37</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. |