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": "5e10a486-91dd-406b-b20f-d5ecf293c558",
"ReferredDoctorId": "22a0e6bc-cd2a-4443-92e3-994f750b52c0",
"TimeZone": "sample string 4",
"SpecialtyId": "d69a9c66-5b0f-48e8-8a79-4982e1124d12",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"5e10a486-91dd-406b-b20f-d5ecf293c558","ReferredDoctorId":"22a0e6bc-cd2a-4443-92e3-994f750b52c0","TimeZone":"sample string 4","SpecialtyId":"d69a9c66-5b0f-48e8-8a79-4982e1124d12","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>5e10a486-91dd-406b-b20f-d5ecf293c558</ReferringDoctorId> <ReferredDoctorId>22a0e6bc-cd2a-4443-92e3-994f750b52c0</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>d69a9c66-5b0f-48e8-8a79-4982e1124d12</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. |