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": "eff34d0f-e85f-4a9f-836b-936d83701f07",
"ReferredDoctorId": "93b2813d-f1e7-4ac6-aad1-382f7cc50f22",
"TimeZone": "sample string 4",
"SpecialtyId": "1943b872-ed4f-485f-97af-bca74e680ec6",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"eff34d0f-e85f-4a9f-836b-936d83701f07","ReferredDoctorId":"93b2813d-f1e7-4ac6-aad1-382f7cc50f22","TimeZone":"sample string 4","SpecialtyId":"1943b872-ed4f-485f-97af-bca74e680ec6","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>eff34d0f-e85f-4a9f-836b-936d83701f07</ReferringDoctorId> <ReferredDoctorId>93b2813d-f1e7-4ac6-aad1-382f7cc50f22</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>1943b872-ed4f-485f-97af-bca74e680ec6</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. |