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": "d3ac4d89-8e1c-4ae3-8c03-f3dc307d5440",
"ReferredDoctorId": "1019a8bb-7db7-4bd1-9732-35894aa26b4f",
"TimeZone": "sample string 4",
"SpecialtyId": "a2d1e78a-2026-4388-98ff-e8f923741d6b",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"d3ac4d89-8e1c-4ae3-8c03-f3dc307d5440","ReferredDoctorId":"1019a8bb-7db7-4bd1-9732-35894aa26b4f","TimeZone":"sample string 4","SpecialtyId":"a2d1e78a-2026-4388-98ff-e8f923741d6b","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>d3ac4d89-8e1c-4ae3-8c03-f3dc307d5440</ReferringDoctorId> <ReferredDoctorId>1019a8bb-7db7-4bd1-9732-35894aa26b4f</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>a2d1e78a-2026-4388-98ff-e8f923741d6b</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. |