Update Service Charge Itemizers

post

/config/sim/v2/sales/updateServiceChargeItemizers

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

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : ServiceChargeItemizersCURequestBodyv2
Type: object
Model for Service Charge Itemizers Object for Create/Update Request
Show Source
Nested Schema : name
Type: object
A group of string objects representing the name of the Service Charge Itemizer in configured languages
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
Back to Top

Response

Supported Media Types

200 Response

Service Charge Itemizer Response
Body ()
Root Schema : ServiceChargeItemizersResponse
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