POST api/HeYuShip/exeTradingPaymentListUpdate

更新付款记录

Request Information

Parameters

NameDescriptionAdditional information
parms

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "key": "sample string 1",
  "OrderNum": "sample string 2",
  "BusinessId": "sample string 3",
  "PaymentItem": "sample string 4",
  "ReceiptAccount": "sample string 5",
  "PaymentMoney": "sample string 6",
  "Bank": "sample string 7",
  "BankAccountName": "sample string 8",
  "Remaker": "sample string 9"
}

text/html

Sample:
{"key":"sample string 1","OrderNum":"sample string 2","BusinessId":"sample string 3","PaymentItem":"sample string 4","ReceiptAccount":"sample string 5","PaymentMoney":"sample string 6","Bank":"sample string 7","BankAccountName":"sample string 8","Remaker":"sample string 9"}

application/xml, text/xml

Sample:
<TradingPaymentListUpdateParms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Public.Model.HeYu.Parms">
  <Bank>sample string 7</Bank>
  <BankAccountName>sample string 8</BankAccountName>
  <BusinessId>sample string 3</BusinessId>
  <OrderNum>sample string 2</OrderNum>
  <PaymentItem>sample string 4</PaymentItem>
  <PaymentMoney>sample string 6</PaymentMoney>
  <ReceiptAccount>sample string 5</ReceiptAccount>
  <Remaker>sample string 9</Remaker>
  <key>sample string 1</key>
</TradingPaymentListUpdateParms>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.