ChangeRepricePush
Developing
Request
Body Params application/json
{
"orderNum": "917070354395357001",
"priceStatus": "PRICED",
"remark": "xxxx",
"solution":
{
"currency": "CNY",
"changeServiceFee": 1574,
"adtAdditionalFare": 291,
"adtAdditionalTax": 0,
"adtChangeFee": 0,
"adtChangeAmount": 0,
"chdAdditionalFare": 0,
"chdAdditionalTax": 0,
"chdChangeFee": 0,
"chdChangeAmount": 0,
"infAdditionalFare": 0,
"infAdditionalTax": 0,
"infChangeFee": 0,
"infChangeAmount": 0,
"totalChangeAmount": 1865,
"merchantFee": 0
} }
Request Code Samples
curl --location 'https://api.pkfare.comChangeRepricePush' \
--header 'Content-Type: application/json' \
--data '{
"orderNum": "917070354395357001",
"priceStatus": "PRICED",
"remark": "xxxx",
"solution":
{
"currency": "CNY",
"changeServiceFee": 1574,
"adtAdditionalFare": 291,
"adtAdditionalTax": 0,
"adtChangeFee": 0,
"adtChangeAmount": 0,
"chdAdditionalFare": 0,
"chdAdditionalTax": 0,
"chdChangeFee": 0,
"chdChangeAmount": 0,
"infAdditionalFare": 0,
"infAdditionalTax": 0,
"infChangeFee": 0,
"infChangeAmount": 0,
"totalChangeAmount": 1865,
"merchantFee": 0
} }'
Responses
application/json
{
"errorCode": "string",
"errorMsg": "string"
}
Modified at 2026-01-12 10:02:23