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": "88823a41-f1f5-49b4-a0dd-8af9f36a552c",
"ReferredDoctorId": "c31906e6-3d11-4d70-95aa-27b6462737fb",
"TimeZone": "sample string 4",
"SpecialtyId": "735e0c04-686b-4b06-8eed-069fb3bc9c05",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"88823a41-f1f5-49b4-a0dd-8af9f36a552c","ReferredDoctorId":"c31906e6-3d11-4d70-95aa-27b6462737fb","TimeZone":"sample string 4","SpecialtyId":"735e0c04-686b-4b06-8eed-069fb3bc9c05","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>88823a41-f1f5-49b4-a0dd-8af9f36a552c</ReferringDoctorId> <ReferredDoctorId>c31906e6-3d11-4d70-95aa-27b6462737fb</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>735e0c04-686b-4b06-8eed-069fb3bc9c05</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. |