POST api/EFArchiveDocumentBankC/DeleteItems?ScreenID={ScreenID}
Шинээр оруулсан баримтууд устгах. Устгах боломжтой баримтуудыг устгаад. Боломжгүй бол үлдээгээд явна.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ScreenID | string |
Required |
Body Parameters
Collection of DeleteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| FKDocType | integer |
None. |
|
| ItemNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": 1,
"FKDocType": 2,
"ItemNo": 3
},
{
"id": 1,
"FKDocType": 2,
"ItemNo": 3
}
]
application/octet-stream
Sample:
[{"id":1,"FKDocType":2,"ItemNo":3},{"id":1,"FKDocType":2,"ItemNo":3}]
Response Information
Resource Description
CResult| Name | Description | Type | Additional information |
|---|---|---|---|
| retType | integer |
None. |
|
| retDesc | string |
None. |
|
| retData | Object |
None. |
|
| retParams | Collection of Object |
None. |
|
| affectedRows | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"retType": 1,
"retDesc": "sample string 2",
"retData": {},
"retParams": [
{},
{}
],
"affectedRows": 4
}
application/octet-stream
Sample:
{"retType":1,"retDesc":"sample string 2","retData":{},"retParams":[{},{}],"affectedRows":4}