Update Group-Pay
POST
/v1/group-pay/updateAt least one parameter to be modified must be provided; do not include parameters that do not require changes in the request.
Request
Body Params multipart/form-data
token
string
required
Token generated by the management backend
Example:
{{token}}
group_pay_id
string
required
Group pay ID (group_pay_id can be obtained from the GetMX backend or through the /v1/group-pay/list endpoint, with the 'id' field corresponding to 'group_pay_id').
Example:
12345678
mark
string
required
Mark
Example:
mark
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer
required
msg
string
required
data
null
required
Example
{
"code": 0,
"msg": "string",
"data": null
}
Last modified: 1 个月前