cURL
curl --request POST \ --url https://api.centralcart.com.br/v1/app/affiliate \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "ref_code": "<string>", "percent_commission": 123, "email": "<string>", "min_withdraw": 123 } '
{ "id": 1, "store_id": 1, "name": "Afiliado Exemplo", "ref_code": "AFFILIATE001", "percent_commission": 10, "balance": 0, "min_withdraw": 50.00, "email": "[email protected]", "self_affiliated": false, "withdraw_settings": null, "dash_secret": "REDACTED", "created_at": "2024-01-16T15:12:36.000-03:00", "updated_at": "2024-01-16T15:12:36.000-03:00" }
Cria um novo afiliado.