For the complete documentation index, see llms.txt. This page is also available as Markdown.

Payment groups

Get payment Group

get
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
idstringObrigatório
Respostas
200

OK

application/json
idstringOpcional
namestringOpcional
get/payment-groups/{id}

Update payment group

put
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
idstringObrigatório
Corpo
namestringObrigatório
Respostas
200

PaymentGroup updated successfully

application/json
idstringOpcional
namestringOpcional
put/payment-groups/{id}

Delete payment group

delete
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
idstringObrigatório
Respostas
204

PaymentGroup removed successfully

application/json
idstringOpcional
delete/payment-groups/{id}

List payment Groups

get
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de consulta
searchstringOpcionalDefault: ""
pageinteger · int32OpcionalDefault: 0
perPageinteger · int32OpcionalDefault: 25
sortstringOpcionalDefault: ""
dirstringOpcionalDefault: asc
Respostas
200

OK

application/json
currentPageinteger · int32Opcional
perPageinteger · int32Opcional
totalinteger · int64Opcional
get/payment-groups

Create payment group

post
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Corpo
idstringOpcional
namestringObrigatório
Respostas
201

PaymentGroup created successfully

application/json
idstringOpcional
namestringOpcional
post/payment-groups