Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

SellerProfitLogicRuleDataRequest

current_profit
number
required
country_id
integer | null
id
string | null
network_id
integer | null
client_company_id
string<uuid> | null
network_brand_id
string<uuid> | null
margin_type
enum<string> | null
Available options:
percentage,
fixed
old_profit
number | null
upcoming_profit
number | null
applied_at
string | null

Response

current_profit
number
required
country_id
integer | null
required
id
string | null
required
network_id
integer | null
required
client_company_id
string<uuid> | null
required
network_brand_id
string<uuid> | null
required
margin_type
enum<string> | null
required
Available options:
percentage,
fixed
old_profit
number | null
required
upcoming_profit
number | null
required
applied_at
string | null
required