Create Affiliate
POST {{baseUrl}}/affiliates
This endpoint allows you to create a marketing affiliate.
Request Body
{"code"=>"frm11", "marketer_name"=>"User Name", "marketer_city"=>"Medina", "commission_type"=>"fixed", "amount"=>100, "apply_to"=>"first_order", "notes"=>"Notes Here"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":200,"success":true,"data":{"id":611208326,"code":"frm11","marketer_name":"User Name","marketer_city":"Medina","commission_type":"fixed","amount":{"amount":300,"currency":"SAR"},"profit":{"amount":150,"currency":"SAR"},"links":{"affiliate":"https://salla.sa/dev-wofftr4xsra5xtlv?utm_source=aff\u0026utm_campaign=CXNAZ","statistics":"https://salla.sa/dev-wofftr4xsra5xtlv/marketing/statistics/1604086218"},"apply_to":"first_order","visits_count":17,"notes":"Notes Here"}}