BusinessTradeRequest
The BusinessTradeRequest parameters are returned by certain APIs.
Parameter | Type | Max Length | Allow NULL | Description |
---|---|---|---|---|
ID | integer | The unique ID of the business trade. | ||
Description | string | 100 | The description of the business trade. | |
CategoryID | integer | 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>