POST api/Pos/Sell/Bill/Pay/WithPrepayment/ByPwd

Request Information

URI Parameters

None.

Body Parameters

PosPayWithPrepaymentByThirdPartyParm
NameDescriptionTypeAdditional information
BillNum

string

Max length: 20

SenderBillNum

string

Max length: 32

PayPwd

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BillNum": "sample string 1",
  "SenderBillNum": "sample string 2",
  "PayPwd": "sample string 3"
}

application/xml, text/xml

Sample:
<PosPayWithPrepaymentByThirdPartyParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm">
  <BillNum>sample string 1</BillNum>
  <PayPwd>sample string 3</PayPwd>
  <SenderBillNum>sample string 2</SenderBillNum>
</PosPayWithPrepaymentByThirdPartyParm>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CommonOperationResultWithTagOfPosPayWithPrepaymentResult
NameDescriptionTypeAdditional information
errcode

integer

None.

errmsg

string

None.

tag

PosPayWithPrepaymentResult

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": {
    "BillNum": "sample string 1",
    "BillState": "sample string 2",
    "RndCode": "sample string 3"
  }
}

application/xml, text/xml

Sample:
<CommonOperationResultWithTagOfPosPayWithPrepaymentResultldpHZqFJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
  <errcode>1</errcode>
  <errmsg>sample string 2</errmsg>
  <tag xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result">
    <d2p1:BillNum>sample string 1</d2p1:BillNum>
    <d2p1:BillState>sample string 2</d2p1:BillState>
    <d2p1:RndCode>sample string 3</d2p1:RndCode>
  </tag>
</CommonOperationResultWithTagOfPosPayWithPrepaymentResultldpHZqFJ>