Update Service Charge Groups

post

/config/sim/v1/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 : 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 : TranslatedString
Type: object
Additional Properties Allowed
Show Source
A string that contains translations into multiple languages
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 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