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": "ce124212-1e0e-43da-9691-eb2c59d24d53",
"ReferredDoctorId": "94ee4cf7-8752-4b19-ac30-2e16abd154c0",
"TimeZone": "sample string 4",
"SpecialtyId": "218b624a-d404-49ce-961a-bdfc54ea868c",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"ce124212-1e0e-43da-9691-eb2c59d24d53","ReferredDoctorId":"94ee4cf7-8752-4b19-ac30-2e16abd154c0","TimeZone":"sample string 4","SpecialtyId":"218b624a-d404-49ce-961a-bdfc54ea868c","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>ce124212-1e0e-43da-9691-eb2c59d24d53</ReferringDoctorId> <ReferredDoctorId>94ee4cf7-8752-4b19-ac30-2e16abd154c0</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>218b624a-d404-49ce-961a-bdfc54ea868c</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. |