文档
测试

收款查询可核销明细

POST
http://localhost:27212//Api/Hedge/WriteArCashList

接口描述

收款查询可核销明细

请求参数

参数名
类型
描述
必填
fUsrID
string
示例:1 /*操作人员ID 数值栏位*/
必填
fToken
string
示例:111111 /*Token */
必填
fOrgID
string
示例:1
必填
fHedgeID
string
示例:1 /*核销单ID*/
必填
fShipHeadCode
string
示例:S250829001 /*送货单号*/
可选
fShipDate_S
string
示例: /*起始送货日期*/
可选
fShipDate_E
string
示例: /*起始送货日期*/
可选
tWriteArLineType
array
核销来源单据明细类型 数据列表
必填
fSourceType
string
示例:S /*核销来源单据明细类型 S-送货明细 / E-送货费用 / H-利息单 / N-销售退货*/
必填

响应参数

参数名
类型
描述
必填
Code
int
示例:1000
必填
Msg
string
示例:Ok
必填
Data
array
数据列表
必填
fOrgID
string
示例:1
必填
fCustomID
string
示例:1
必填
fShipHeadID
string
示例:11 /*来源单ID 数值栏位*/
必填
fShipLineID
string
示例:23 /*来源单明细ID 数值栏位*/
必填
fSourceType
string
示例:S /*核销来源单据明细类型 S-送货明细 / E-送货费用 / H-利息单 / N-销售退货*/
必填
fSourceTypeName
string
示例:S-送货明细 /*核销来源单据明细类型描述*/
必填
fSourceCode
string
示例:S250829001 /*来源单号*/
必填
fShipDate
string
示例:2025/06/01 /*来源单据日期*/
必填
fSourceNo
string
示例:1410100502000100040 /*核销来源单据明细编号*/
必填
fSourceName
string
示例:南宁耀腾5白玻优等2000*1000*40 /*核销来源单据明细描述*/
必填
fQty
string
示例:10.00 /*核销来源单据明细数量*/
必填
fUnitPrice
string
示例:20.0000 /*核销来源单据明细单价*/
必填
fAmount
string
示例:16000.00 /*核销来源单据明细金额*/
必填
fArAmount
string
示例:0.00 /*核销来源单据明细已核销金额*/
必填
fUnAmount
string
示例:16000.00 /*核销来源单据明细未核销金额*/
必填

说明 / 示例

{ "fUsrID":"1", "fToken":"111111", "fOrgID":"1", "fHedgeID":"1", "fShipHeadCode":"S250829001", "fShipDate_S":"", "fShipDate_E":"", "tWriteArLineType":[ { "fSourceType":"S" }, { "fSourceType":"E" }, { "fSourceType":"H" } ] }

返回示例

{ "Code": 1000, "Msg": "Ok", "Data": [ { "fOrgID": "1", "fCustomID": "1", "fShipHeadID": "11", "fShipLineID": "23", "fSourceType": "S", "fSourceTypeName": "S-送货明细", "fSourceCode": "S250829001", "fShipDate": "2025/06/01", "fSourceNo": "1410100502000100040", "fSourceName": "南宁耀腾5白玻优等2000*1000*40", "fQty": "10.00", "fUnitPrice": "20.0000", "fAmount": "16000.00", "fArAmount": "0.00", "fUnAmount": "16000.00" }, { "fOrgID": "1", "fCustomID": "1", "fShipHeadID": "11", "fShipLineID": "24", "fSourceType": "S", "fSourceTypeName": "S-送货明细", "fSourceCode": "S250829001", "fShipDate": "2025/06/01", "fSourceNo": "1410100504000200040", "fSourceName": "南宁耀腾5白玻优等4000*2000*40", "fQty": "10.00", "fUnitPrice": "40.0000", "fAmount": "128000.00", "fArAmount": "0.00", "fUnAmount": "128000.00" }, { "fOrgID": "1", "fCustomID": "1", "fShipHeadID": "11", "fShipLineID": "11", "fSourceType": "E", "fSourceTypeName": "E-送货费用", "fSourceCode": "S250829001", "fShipDate": "2025/06/01", "fSourceNo": "", "fSourceName": "运费", "fQty": "0.00", "fUnitPrice": "0.0000", "fAmount": "500.00", "fArAmount": "0.00", "fUnAmount": "500.00" }, { "fOrgID": "1", "fCustomID": "1", "fShipHeadID": "11", "fShipLineID": "12", "fSourceType": "E", "fSourceTypeName": "E-送货费用", "fSourceCode": "S250829001", "fShipDate": "2025/06/01", "fSourceNo": "", "fSourceName": "装车费", "fQty": "0.00", "fUnitPrice": "0.0000", "fAmount": "500.00", "fArAmount": "0.00", "fUnAmount": "500.00" }, { "fOrgID": "1", "fCustomID": "1", "fShipHeadID": "11", "fShipLineID": "13", "fSourceType": "E", "fSourceTypeName": "E-送货费用", "fSourceCode": "S250829001", "fShipDate": "2025/06/01", "fSourceNo": "", "fSourceName": "吊装费", "fQty": "0.00", "fUnitPrice": "0.0000", "fAmount": "200.00", "fArAmount": "0.00", "fUnAmount": "200.00" }, { "fOrgID": "1", "fCustomID": "1", "fShipHeadID": "11", "fShipLineID": "14", "fSourceType": "E", "fSourceTypeName": "E-送货费用", "fSourceCode": "S250829001", "fShipDate": "2025/06/01", "fSourceNo": "", "fSourceName": "其他费用", "fQty": "0.00", "fUnitPrice": "0.0000", "fAmount": "400.00", "fArAmount": "0.00", "fUnAmount": "400.00" } ] }