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": "a31ee6e3-6c0e-4ad3-9a92-c224929252b6",
"ReferredDoctorId": "c498b58f-7f0d-49c6-990c-747bcdd757cf",
"TimeZone": "sample string 4",
"SpecialtyId": "ffc85057-c61b-4ca1-a2a1-1b1f7e88af01",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"a31ee6e3-6c0e-4ad3-9a92-c224929252b6","ReferredDoctorId":"c498b58f-7f0d-49c6-990c-747bcdd757cf","TimeZone":"sample string 4","SpecialtyId":"ffc85057-c61b-4ca1-a2a1-1b1f7e88af01","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>a31ee6e3-6c0e-4ad3-9a92-c224929252b6</ReferringDoctorId> <ReferredDoctorId>c498b58f-7f0d-49c6-990c-747bcdd757cf</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>ffc85057-c61b-4ca1-a2a1-1b1f7e88af01</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. |