Add Service Charge Groups

post

/config/sim/v1/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 : ServiceChargeGroupCURequestBody
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
Name
Example:
{
    "en-US":"Coffee",
    "de-DE":"Kaffee",
    "es-MX":"Cafe"
}
Nested Schema : items
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Service Charge Group Added.
Body ()
Root Schema : ServiceChargeGroupResponse
Type: object
Show Source
Back to Top