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": "a23dcbe6-6166-4f6a-b1e4-97fc98bfd30a",
"ReferredDoctorId": "f8c80cad-0340-4d61-a16f-308a37646f9c",
"TimeZone": "sample string 4",
"SpecialtyId": "abdbf414-963b-4cdf-84d1-c50367393e2e",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"a23dcbe6-6166-4f6a-b1e4-97fc98bfd30a","ReferredDoctorId":"f8c80cad-0340-4d61-a16f-308a37646f9c","TimeZone":"sample string 4","SpecialtyId":"abdbf414-963b-4cdf-84d1-c50367393e2e","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>a23dcbe6-6166-4f6a-b1e4-97fc98bfd30a</ReferringDoctorId> <ReferredDoctorId>f8c80cad-0340-4d61-a16f-308a37646f9c</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>abdbf414-963b-4cdf-84d1-c50367393e2e</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. |