POST api/Base/MiniProgramPay
Request Information
URI Parameters
None.
Body Parameters
TransactionData| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerGUID | string |
None. |
|
| OpenID | string |
None. |
|
| BillGUID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerGUID": "sample string 1",
"OpenID": "sample string 2",
"BillGUID": "sample string 3"
}
application/xml, text/xml
Sample:
<TransactionData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XRKData"> <BillGUID>sample string 3</BillGUID> <CustomerGUID>sample string 1</CustomerGUID> <OpenID>sample string 2</OpenID> </TransactionData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |