Add Service Charge Groups

post

/config/sim/v2/sales/serviceChargeGroups

Add the Service Charge Group Detail object for the specified hierarchy unit

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 Response
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