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
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
Request body
Root Schema : schema
Type:
object
Model for ServiceChargeGroup Object
Show Source
-
details:
array details
An array of service charges that are part of the service charge group
-
hierUnitId(required):
integer
Unique reference of the hierarchy unitExample:
1
-
name(required):
object name
Service Charge Group Name
-
objectNum(required):
integer
Object number of the Service Charge GroupExample:
1
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:
Show Source
object
-
sequenceNum:
integer
Sequence number of the service charge group detail in the service charge groupExample:
1
-
svcObjNum:
integer
Object number of the service chargeExample:
1
Response
Supported Media Types
- application/json
200 Response
Service Charge Group Added.
Root Schema : schema
Type:
Show Source
object
-
hierUnitId:
integer
Unique reference of the hierarchy unitExample:
1
-
objectNum:
integer
Object number of the Service Charge GroupExample:
1