Member Overrides Input
Input representation of the member overrides to upsert or clone on a root quote line
item, including an optional context ID and target member IDs for clone operations.
- JSON example
-
1{ 2 "contextId": "1cuxx0000004C92EAA", 3 "overrides": [ 4 { 5 "memberId": "0r6xx000000001aEAA", 6 "operation": "UPSERT", 7 "productId": "01txx0000004C92AAE", 8 "quoteLineItemId": "0QLxx0000004CtoCAE", 9 "attributes": [ 10 { 11 "attributeId": "a0Axx0000004C92EAA", 12 "attributeValue": "1500" 13 } 14 ] 15 } 16 ], 17 "targetMemberIds": [ 18 "0r6xx000000002bEAA" 19 ] 20} - Properties
-
Name Type Description Required or Optional Available Version contextId String Optional context ID if the UI already configured the overrides. Optional 68.0 overrides Member Override Input[] List of member overrides to apply. Optional 68.0 targetMemberIds String[] IDs of the group census members that receive the cloned override configuration. Use this property with the action=clone request parameter. Optional 68.0