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": "fcc142e4-4a1b-4617-900b-d0f4518739c8",
"ReferredDoctorId": "192db261-3d15-4560-a6d4-2b6d6e08eb77",
"TimeZone": "sample string 4",
"SpecialtyId": "403d33fb-d023-4a04-a5e4-1cd5ce32dbfe",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"fcc142e4-4a1b-4617-900b-d0f4518739c8","ReferredDoctorId":"192db261-3d15-4560-a6d4-2b6d6e08eb77","TimeZone":"sample string 4","SpecialtyId":"403d33fb-d023-4a04-a5e4-1cd5ce32dbfe","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>fcc142e4-4a1b-4617-900b-d0f4518739c8</ReferringDoctorId> <ReferredDoctorId>192db261-3d15-4560-a6d4-2b6d6e08eb77</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>403d33fb-d023-4a04-a5e4-1cd5ce32dbfe</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. |