List
Lista de Métodos de Pagamento
Fornece uma Lista de todos os Métodos de Pagamento existentes.
Query Parameters
Name
Type
Description
curl https://api.cloudinvoice.net/payment_methods/
-H "Content-Type: application/json"{
"limit": 10,
"offset": 0,
"count": 48,
"next": "https://api.cloudinvoice.net/payment_methods/?limit=10&offset=10",
"previous": null
"results": [
{
"id": 1,
"code": 1,
"description": "Dinheiro",
"where_to_use_id": 58,
"where_to_use": {
"id": 58,
"description1": "Ambos"
},
"payment_mechanism_id": 61,
"payment_mechanism": {
"id": 61,
"description1": "Numerário"
},
"does_add_to_till": true,
"obs": ""
},
...
]
}Last updated