| accountId |
This will filter the request by account ID. |
GET accountcompanies?filter=accountid~{operator}~{value} |
| accountTypeId |
This will filter the request by account type ID. |
GET accountcompanies?filter=accounttypeid~{operator}~{value} |
| companyName |
This will filter the request by company name. |
GET accountcompanies?filter=companyname~{operator}~{value} |
| email |
This will filter the request by email. |
GET accountcompanies?filter=email~{operator}~{value} |
| emailOptIn |
This will filter the request by the email opt in flag. |
GET accountcompanies?filter=emailoptin~{operator}~{value} |
| enableCustomerPricing |
This will filter the request by the enable customer pricing flag. |
GET accountcompanies?filter=enablecustomerpricing~{operator}~{value} |
| externalId |
This will filter the request by external ID. |
GET accountcompanies?filter=externalid~{operator}~{value} |
| isActive |
This will filter the request by the is active flag. |
GET accountcompanies?filter=isactive~{operator}~{value} |
| number |
This will filter the request by number. |
GET accountcompanies?filter=number~{operator}~{value} |
| parentAccountId |
This will filter the request by parent account ID. |
GET accountcompanies?filter=parentaccountid~{operator}~{value} |
| profileId |
This will filter the request by profile ID. |
GET accountcompanies?filter=profileid~{operator}~{value} |
| userId |
This will filter the request by user ID. |
GET accountcompanies?filter=userid~{operator}~{value} |