action bigredcloud_customers_get { label: "Returns a list of company's Customers. Supports OData querying protocol. \nFiltering is forbidden. \nOrdering is allowed by \"id\" and \"code\" fields." provider: bigredcloud method: GET path: "/v1/customers" encoding: json output: { type: "object" properties: { Count: { type: "integer" format: "int64" } Items: { type: "array" items: { type: "object" properties: { accountName: { type: "string" } accountNumber: { type: "string" } additionalEmails: { type: "array" items: { type: "string" } } address: { type: "array" items: { type: "string" } } authCode: { type: "string" } bank: { type: "object" properties: { branch: { type: "string" } id: { type: "integer" format: "int64" } name: { type: "string" } sortCode: { type: "string" } } } businessIdentifierCode: { type: "string" } code: { type: "string" } contact: { type: "string" } delivery: { type: "array" items: { type: "string" } } eFTReference: { type: "string" } email: { type: "string" } fax: { type: "string" } id: { type: "integer" format: "int64" } internationalBankAccountNumber: { type: "string" } mobile: { type: "string" } name: { type: "string" } ourCode: { type: "string" } ownerTypeId: { type: "integer" format: "int64" } phone: { type: "string" } timestamp: { type: "string" format: "byte" } vatAnalysisTypeId: { type: "integer" format: "int64" } vatReg: { type: "string" } vatType: { type: "integer" format: "int64" } } } } NextPageLink: { type: "string" } } } }