GetBusinessTradesRecordCount()

The GetBusinessTradesRecordCount() command returns the number of business trades in Field View.

  • Quota: 1
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiToken string20Y Your API security token configured in Field View.
businessTradeDescription string100 Filters the returned results where the business trade description contains the supplied string.
businessUnitIDs String[]100Filters the returned results where the business trade is business unit and is in the supplied business unit IDs. Otherwise, the function will return all business trades in and above the business unit ID the API token was configured against. The business units IDs should be contained in GetBusinessUnits().
activeOnlybooleanY If true, only active business trades will be returned. If false, all business trades will be returned.
<RecordCountReponse>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <RecordCount></RecordCount>
   </RecordCountReponse>