POST api/Case_Details/CaseFilesInsert
Request Information
URI Parameters
None.
Body Parameters
ClsCaseFilesInsert| Name | Description | Type | Additional information |
|---|---|---|---|
| DML_Indicator | string |
None. |
|
| file_id | string |
None. |
|
| status | integer |
None. |
|
| case_id | string |
None. |
|
| created_by | string |
None. |
|
| file_path | string |
None. |
|
| notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DML_Indicator": "sample string 1",
"file_id": "sample string 2",
"status": 3,
"case_id": "sample string 4",
"created_by": "sample string 5",
"file_path": "sample string 6",
"notes": "sample string 7"
}
application/xml, text/xml
Sample:
<ClsCaseFilesInsert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityLayer"> <DML_Indicator>sample string 1</DML_Indicator> <case_id>sample string 4</case_id> <created_by>sample string 5</created_by> <file_id>sample string 2</file_id> <file_path>sample string 6</file_path> <notes>sample string 7</notes> <status>3</status> </ClsCaseFilesInsert>
application/x-www-form-urlencoded
Sample:
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. |