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": "829271cf-e0aa-4c4d-96c3-f81583549201",
"ReferredDoctorId": "f70e41f6-ce63-4319-91fa-086997dc379c",
"TimeZone": "sample string 4",
"SpecialtyId": "d02b29c8-0e09-4ae6-8421-ca26b69f538d",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"829271cf-e0aa-4c4d-96c3-f81583549201","ReferredDoctorId":"f70e41f6-ce63-4319-91fa-086997dc379c","TimeZone":"sample string 4","SpecialtyId":"d02b29c8-0e09-4ae6-8421-ca26b69f538d","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>829271cf-e0aa-4c4d-96c3-f81583549201</ReferringDoctorId> <ReferredDoctorId>f70e41f6-ce63-4319-91fa-086997dc379c</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>d02b29c8-0e09-4ae6-8421-ca26b69f538d</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. |