Search

Index

Revindex Storefront

RightDefinition

Last updated on 2023-01-27 2 mins. to read

A RightDefinition is a definition template used to create Right objects.

GetRightDefinition

This service is used to query the RightDefinition object.

Request Parameters

Node Required Data Type Description
rightDefinitionID Yes Integer The object identifier.

 

Return Data

Node Data Type Description
rightDefinition XML  
  createdDate DateTime  
  description XML Locale  
  name XML Locale  
  portalID Integer  
  rightDefinitionID Integer The object identifier of the right definition.
  rightType Integer The type of right. 
PregeneratedLicenseKey = 1
  sellerID Integer Indicate if this product belongs to a seller.
  updateDate DateTime  

 


GetRightDefinitions

This service is used to query all the RightDefinition objects.

Request Parameters

Node Required Data Type Description
count No Boolean Specify if return data should include total number of records found.
skip No Integer The number of records to skip over for paging purposes.
take No Integer The number of records to return for paging purposes.

 

Return Data

Node Data Type Description
totalCount Integer Number of records found.
rightDefinitions XML Container node
  rightDefinition XML Zero or more Right nodes with same data structure as GetRightDefinition service return data.

 

Comments


Powered by Revindex Wiki