Update Service Charge Itemizers
post
/config/sim/v1/sales/updateservicechargeitemizers
Updates the Service Charge Itemizer. If Service Charge Itemizer is not found, it creates a new Service Charge Itemizer.
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 : ServiceChargeItemizersCURequestBody
Type:
object
Model for Service Charge Itemizers Object for Create/Update Request
Show Source
-
hierUnitId(required):
integer
Unique reference of the hierarchy unitExample:
1
-
name(required):
object name
A group of string objects representing the name of the Service Charge Itemizer in configured languages
-
svcItmzrIndex(required):
integer
Object number of the Service Charge ItemizerExample:
1
Nested Schema : name
Type:
object
A group of string objects representing the name of the Service Charge Itemizer in configured languages
Example:
{
"en-US":"Enterprise",
"de-DE":"Unternehmen",
"es-MX":"Empresa"
}
Response
Supported Media Types
- application/json
200 Response
Service Charge Itemizer Updated or Added.
Root Schema : ServiceChargeItemizersResponse
Type:
Show Source
object
-
hierUnitId:
integer
Unique reference of the hierarchy unitExample:
1
-
svcItmzrIndex:
integer
Object number of the Service Charge ItemizerExample:
1