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": "b1a16101-7a97-4d5f-ba03-d671829a706c",
"ReferredDoctorId": "84bcdf42-e346-4208-9921-10d0c7001f2f",
"TimeZone": "sample string 4",
"SpecialtyId": "6e63de7a-0933-4fd1-953a-1cfb028641ba",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"b1a16101-7a97-4d5f-ba03-d671829a706c","ReferredDoctorId":"84bcdf42-e346-4208-9921-10d0c7001f2f","TimeZone":"sample string 4","SpecialtyId":"6e63de7a-0933-4fd1-953a-1cfb028641ba","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>b1a16101-7a97-4d5f-ba03-d671829a706c</ReferringDoctorId> <ReferredDoctorId>84bcdf42-e346-4208-9921-10d0c7001f2f</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>6e63de7a-0933-4fd1-953a-1cfb028641ba</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. |