At 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
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 'https://domain-open-api.getmx.com/v1/group-pay/update' \
--form'token="token"' \
--form'group_pay_id="12345678"' \
--form'mark="mark"'