POST api/EFArchDocBankTransferRec/AllocateToFKFund?FKFund={FKFund}&FKType={FKType}&FKTypeDocs={FKTypeDocs}&Title={Title}
Хадгаламжийн нэгж рүү хувиарлах
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FKFund |
Хөмрөгийн код |
integer |
Required |
| FKType |
Хадгаламжийн нэгжийн төрөл |
integer |
Required |
| FKTypeDocs |
Баримтын нэр төрөл |
integer |
Required |
| Title |
Хадгаламжийн нэгжийн гарчиг |
string |
Required |
Body Parameters
ListDataByFund.Items талбарын өгөгдлүүдийг илгээнэ
Collection of AllocateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": 1
},
{
"id": 1
}
]
application/octet-stream
Sample:
[{"id":1},{"id":1}]
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}