Update Service Charges

post

/config/sim/v1/sales/updateServicecharges

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

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : ServiceChargeCURequestBody
Type: object
Model for Service Charge Object
Show Source
Nested Schema : consumerDisplayname
Type: object
A group of string objects representing the name of the Service Charge in configured languages
Example:
{
    "en-US":"Enterprise",
    "de-DE":"Unternehmen",
    "es-MX":"Empresa"
}
Nested Schema : menuLevels
Type: object
An object containing the menu levels on which the ServiceCharge is active
Show Source
  • A string value of 0s & 1s of length 8 representing the enablement or disablement of the ServiceCharge on main levels
    Example: 1
  • A string value of 0s & 1s of length 8 representing the enablement or disablement of the ServiceCharge on sub levels
    Example: 1
Nested Schema : name
Type: object
A group of string objects representing the name of the Service Charge in configured languages
Example:
{
    "en-US":"Enterprise",
    "de-DE":"Unternehmen",
    "es-MX":"Empresa"
}
Back to Top

Response

Supported Media Types

200 Response

Service Charge object to a specified hierarchy unit .
Body ()
Root Schema : ServiceChargeAddUpdateResponse
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