POST api/Vip/ChargeAccountFlowSale?sign={sign}&shopno={shopno}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sign

string

Required

shopno

string

Required

Body Parameters

C_Pos_ChargeAccountFlow
NameDescriptionTypeAdditional information
ID

string

None.

ShopID

string

None.

AccountNO

string

None.

AccountName

string

None.

OperType

integer

None.

BusinessDate

date

None.

BillNO

string

None.

OldChargeAccount

decimal number

None.

ChargeAccount

decimal number

None.

NewChargeAccount

decimal number

None.

AddTime

date

None.

AddUser

string

None.

RepayAmount

decimal number

None.

PayWay

string

None.

PayName

string

None.

CoinNO

string

None.

CoinName

string

None.

CoinRate

decimal number

None.

CoinAmount

decimal number

None.

Description

string

None.

UpdateTime

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "sample string 1",
  "ShopID": "sample string 2",
  "AccountNO": "sample string 3",
  "AccountName": "sample string 4",
  "OperType": 5,
  "BusinessDate": "2025-05-05T18:13:48.0295414+08:00",
  "BillNO": "sample string 6",
  "OldChargeAccount": 7.0,
  "ChargeAccount": 8.0,
  "NewChargeAccount": 9.0,
  "AddTime": "2025-05-05T18:13:48.0295414+08:00",
  "AddUser": "sample string 11",
  "RepayAmount": 12.0,
  "PayWay": "sample string 13",
  "PayName": "sample string 14",
  "CoinNO": "sample string 15",
  "CoinName": "sample string 16",
  "CoinRate": 17.0,
  "CoinAmount": 18.0,
  "Description": "sample string 19",
  "UpdateTime": "QEA="
}

application/xml, text/xml

Sample:
<C_Pos_ChargeAccountFlow xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">
  <AccountNO>sample string 3</AccountNO>
  <AccountName>sample string 4</AccountName>
  <AddTime>2025-05-05T18:13:48.0295414+08:00</AddTime>
  <AddUser>sample string 11</AddUser>
  <BillNO>sample string 6</BillNO>
  <BusinessDate>2025-05-05T18:13:48.0295414+08:00</BusinessDate>
  <ChargeAccount>8</ChargeAccount>
  <CoinAmount>18</CoinAmount>
  <CoinNO>sample string 15</CoinNO>
  <CoinName>sample string 16</CoinName>
  <CoinRate>17</CoinRate>
  <Description>sample string 19</Description>
  <ID>sample string 1</ID>
  <NewChargeAccount>9</NewChargeAccount>
  <OldChargeAccount>7</OldChargeAccount>
  <OperType>5</OperType>
  <PayName>sample string 14</PayName>
  <PayWay>sample string 13</PayWay>
  <RepayAmount>12</RepayAmount>
  <ShopID>sample string 2</ShopID>
  <UpdateTime>QEA=</UpdateTime>
</C_Pos_ChargeAccountFlow>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.