BusinessTradeRequest

The BusinessTradeRequest parameters are returned by certain APIs.

Table 1. Parameters
ParameterTypeMax LengthAllow NULLDescription
IDinteger The unique ID of the business trade.
Descriptionstring100 The description of the business trade.
CategoryIDinteger The unique ID of the business trade category. A dynamic list GetTradeCategories().
VisibilityOrganisationID integer The top level organisation ID, in the business unit structure, who has permission to view this business trade. A dynamic list GetBusinessUnits().
OrganisationUnitAndBelow bool Can business units below the VisibilityOrganisationID, also have permission to view this business trade.
OwnerOrganisationID integer The organisation ID who has permission to edit this trade. A dynamic list GetBusinessUnits().
Active boolean Is the business trade active and available for use.
<BusinessTradeRequest>
       <ID></ID>
       <Description></Description>
       <CategoryID></CategoryID>
       <VisibilityOrganisationID></VisibilityOrganisationID>
       <OrganisationUnitAndBelow></OrganisationUnitAndBelow>
       <OwnerOrganisationID></OwnerOrganisationID>
       <Active></Active>
   </BusinessTradeRequest>