Create a pricing rule
POST /pricing
POST
/pricing
Create a new terminal product price
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
source_type
string
vendor_id
string
vendor_name
string
supplier_id
string
supplier_name
string
fuel_terminal_id
string
item_id
string
item_desc
string
product_id
string
tank
string
quantity_available
string
effective_date
string
effective_time
string
price
string
terminal_id
string
Responses
Section titled “ Responses ”Pricing rule created
object
id
string
company_id
string | null
source_type
string | null
vendor_id
string | null
vendor_name
string | null
supplier_id
string | null
supplier_name
string | null
fuel_terminal_id
string | null
item_id
string | null
item_desc
string | null
product_id
string | null
tank
string | null
quantity_available
string | null
effective_date
string | null
effective_time
string | null
price
string | null
terminal_id
string | null
Invalid request
object
success
required
boolean
error
required
string
Example
An error occurredUnauthorized