POST
/
v1
/
payouts
curl --request POST \
  --url https://api.afficone.com/v1/payouts \
  --header 'Content-Type: application/json-patch+json' \
  --data '{
  "affiliate": "<string>",
  "amount": 123,
  "payoutMethod": "<string>",
  "details": "<string>"
}'

Body

affiliate
string
required
Minimum length: 1
amount
number
required
payoutMethod
string
required
Minimum length: 1
details
string | null
Maximum length: 512

Response

200

OK