Update Discount Itemizers

post

/config/sim/v1/sales/updatediscountitemizers

Updates the Discount Itemizer. If Discount Itemizer is not found, it creates a new Discount Itemizer

Request

Supported Media Types
Header Parameters
Body ()
DiscountItmzrs object of the organization
Root Schema : DiscountItmzrsCURequestBody
Type: object
Model for Discount Itmzrs
Show Source
Nested Schema : name
Type: object
Additional Properties Allowed
Show Source
A group of string objects representing the name of the Discounts Itmzrs in configured languages
Example:
{
    "en-US":"Enterprise",
    "de-DE":"Unternehmen",
    "es-MX":"Empresa"
}
Back to Top

Response

Supported Media Types

200 Response

DiscountItmzrs object of the organization
Body ()
Root Schema : DiscountItemzrsResponse
Type: object
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top