POST Cases/Create
Request Information
URI Parameters
None.
Body Parameters
CreateCaseDtoForApiName | 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": "50a188dc-84f7-4382-91c7-344b3e495dce", "ReferredDoctorId": "ef709a22-c594-4c3b-b23f-33b0cbc6dbc0", "TimeZone": "sample string 4", "SpecialtyId": "81e41aaa-cfd7-42a1-b6d2-c2527e79d445", "SubmissionJson": "sample string 6" }
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"50a188dc-84f7-4382-91c7-344b3e495dce","ReferredDoctorId":"ef709a22-c594-4c3b-b23f-33b0cbc6dbc0","TimeZone":"sample string 4","SpecialtyId":"81e41aaa-cfd7-42a1-b6d2-c2527e79d445","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>50a188dc-84f7-4382-91c7-344b3e495dce</ReferringDoctorId> <ReferredDoctorId>ef709a22-c594-4c3b-b23f-33b0cbc6dbc0</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>81e41aaa-cfd7-42a1-b6d2-c2527e79d445</SpecialtyId> <SubmissionJson>sample string 6</SubmissionJson> </CreateCaseDtoForApi>
Response Information
Resource Description
HttpResponseMessageName | 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. |