Update Service Charge Groups

post

/config/sim/v2/sales/updateServiceChargeGroups

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

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : ServiceChargeGroupCURequestBodyv2
Type: object
Model for ServiceChargeGroup Object
Show Source
Nested Schema : details
Type: array
An array of service charges that are part of the service charge group
Show Source
Nested Schema : name
Type: object
Service Charge Group 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 Group object of the organization
Body ()
Root Schema : ServiceChargeGroupResponse
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