Update Service Charges

post

/config/sim/v2/sales/updateServiceCharges

Updates the Service Charge.

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : schema
Type: object
Model for Service Charge Object
Show Source
Nested Schema : consumerDisplayname
Type: object
Consumer Display Name
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
Nested Schema : dataExtensions
Type: array
An array of data extensions
Show Source
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
Service Charge Name
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
Nested Schema : items
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Service Charge entity Updated.
Body ()
Root Schema : schema
Type: object
Show Source
Back to Top