Update Price Agreement Access Rights
patch
/rest/v19/pricingSetup/agreements/{agreementVariableName}/accessRights
Use this endpoint to update access rights for the specified price agreement.
Request
Supported Media Types
- application/json
Path Parameters
Root Schema : PricingJsonPatch
Type:
Show Source
object
-
operations:
array Patch Operations
Title:
Patch Operations
The array of Json Patch operations.
Nested Schema : Patch Operations
Type:
array
Title:
Patch Operations
The array of Json Patch operations.
Show Source
Nested Schema : PricingJsonPatchOperation
Type:
Show Source
object
-
op:
string()
Title:
Op
Allowed Values:[ "add", "remove", "replace" ]
The operation to be performed. -
path:
string()
Title:
Path
The JSON Pointer string for "path" property. -
value:
object Value
Title:
Value
The target value.
Nested Schema : Value
Type:
object
Title:
Value
The target value.
Response
204 Response
Success