Add Sales Itemizers

post

/config/sim/v1/setup/salesitemizers

Request

Supported Media Types
Header Parameters
Body ()
A CUD request body for sales itemizer
Root Schema : SalesItemizerCUDRequestBody
Type: object
Show Source
Nested Schema : name
Type: object
A group of string objects representing the name of the Sales Itemizers in configured languages
Example:
{
    "en-US":"Enterprise",
    "de-DE":"Unternehmen",
    "es-MX":"Empresa"
}
Back to Top

Response

Supported Media Types

200 Response

Sales Itemizer object of the organization.
Body ()
Root Schema : SalesItemizerResponse
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