- CSSS APIs
- Overview
- Internationalization
- Status code
- Sign code Example
- SIM
- Usage
- Plan
- SMS
- Customized
- Notification
- Mall APIs
- eSIM QR Mall APIs
关闭自动续费
Demo UAT
http://127.0.0.1
Demo UAT
http://127.0.0.1
POST
/cancelAutoRenewalRecord
Request
Header Params
Content-Type
string
optional
Default:
application/json
Body Params application/json
deviceCode
string
required
languageCode
string
required
mark
string
required
orderNo
string
required
partnerCode
string
required
payId
string
required
sign
string
required
terminal
string
required
tradeTime
string
required
tradeType
string
required
version
string
required
Example
{
"deviceCode": "89860220190905123941",
"languageCode": "0",
"mark": "0",
"orderNo": "89860220190905123941",
"partnerCode": "P000818",
"payId": "89860220190905123941",
"sign": "481e1335274f43b0070fcd94e0449fae",
"terminal": "0",
"tradeTime": "20181031256548",
"tradeType": "cancelAutoRenewalRecord",
"version": "3.0"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://127.0.0.1/cancelAutoRenewalRecord' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceCode": "89860220190905123941",
"languageCode": "0",
"mark": "0",
"orderNo": "89860220190905123941",
"partnerCode": "P000818",
"payId": "89860220190905123941",
"sign": "481e1335274f43b0070fcd94e0449fae",
"terminal": "0",
"tradeTime": "20181031256548",
"tradeType": "cancelAutoRenewalRecord",
"version": "3.0"
}'
Responses
🟢200成功
application/json
Body
object {0}
Example
{}
Modified at 2022-10-04 23:23:51