POST api/EFArchiveDocumentBank/UpdateShelf?FKShelfSector={FKShelfSector}&ScreenID={ScreenID}
Хайрцагны дугаар бөөнөөр засах
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
FKShelfSector |
Тавцангийн PK |
integer |
Required |
ScreenID |
default |
string |
Required |
Body Parameters
Баримтуудын id
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/octet-stream
Sample:
[1,2]
Response Information
Resource Description
CResultName | 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}