A customer is any company to which you sell goods and services. Sage Intacct applications use the customer information for record-keeping purposes, printing the names and addresses on forms, such as invoices, and for determining the ship-to contact so tax can be computed.
Returns a collection with a key, ID, and link for each customer. This operation is mostly for use in testing; use query to find objects that meet certain criteria and to specify properties that are returned.
Subscription | Accounts Receivable |
---|---|
User type | Business |
Permissions | List, View Customers |
OK
Bad Request
{- "ia::result": [
- {
- "key": "68",
- "id": "CUST-100",
- "href": "/objects/accounts-receivable/customer/68"
}, - {
- "key": "69",
- "id": "CUST-200",
- "href": "/objects/accounts-receivable/customer/69"
}, - {
- "key": "73",
- "id": "CUST-300",
- "href": "/objects/accounts-receivable/customer/73"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100
}
}
Creates a new customer.
Subscription | Accounts Receivable |
---|---|
User type | Business |
Permissions | List, View, Add Customers |
name required | string Name of the customer, which is usually the company name. Example: "Gomez Manufacturers" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id | string Unique identifier for the customer. Example: "C-00003" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
status | string Status of the dimension object:
Example: "active" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object The category assigned to the customer (for example, Consultants, Subcontractors, or Equipment). | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Parent customer, which creates a customer hierarchy. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Name of the employee responsible for this customer account. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
taxId | string Tax identification number for the customer. Example: "12-3434900" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object GL account for customer revenue. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object How goods are shipped to the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
creditLimit | number Credit limit extended to the customer. Example: 10000 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
isOnHold | boolean Default: false Indicates whether customer is on credit hold. Example: true | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Contacts for the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects List of contacts for the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Email templates for the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
discountPercent | string Discount percentage for the customer. Example: "10" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object AR term for the customer, which are the rules for extending credit to the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
advanceBillBy | string Bill in advance setting, which instructs Sage Intacct to create billing schedules that automatically start before a contract line starts. Example: "7" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
advanceBillByType | string Bill in advance type to indicate whether the advance value is number of days or months. Example: "days" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
resaleNumber | number Resale number, which applies to customers who are resellers of your company's products or services. Example: 1534 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
deliveryOptions | string Default: "print" Delivery option for the customer's statements. Example: "both" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
overridePriceList | string Default: "customer" By default, the customer price list is assigned to the entire customer, including the customer contacts. But, you can override the customer price list with the corresponding options for either the billing or shipping contact. Example: "billingContact" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Message to include on the customer's invoice. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
currency | string Currency for the customer. Example: "CAD" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
emailOptIn | boolean Default: false Indicates whether the customer accepts emailed invoices. Example: true | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object The sales territory to which the customer is assigned. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
enableOnlineACHPayment | boolean Default: true Set to Example: true | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
enableOnlineCardPayment | boolean Default: true Set to Example: true | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
isOneTimeUse | boolean Default: false Set to Example: false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Customer GL group to control the GL account that transactions with the customer should post to. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Label for the AR account associated with the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Attachment that serves as a supporting document for the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
retainagePercentage | number Default retainage percentage for the customer. Retainage must be enabled for a customer and a Construction subscription is required to enable this capability. Example: 25 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
notes | string Notes or comments about the customer. Example: "Service tier 1" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Price list associated with the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Price schedule associated with the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Default AR override offset account for this customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Created
Bad Request
{- "id": "CUST-002",
- "name": "Starluck",
- "taxId": "12-3456789",
- "creditLimit": 50000,
- "status": "active"
}
{- "ia::result": {
- "key": "32",
- "id": "CUST-200",
- "href": "/objects/accounts-receivable/customer/32"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Returns detailed information for a specified customer.
Subscription | Accounts Receivable |
---|---|
User type | Business |
Permissions | List, View Customers |
key required | string System-assigned key for the customer. Example: 81 |
OK
Bad Request
{- "ia::result": {
- "key": "1",
- "id": "PAMats",
- "name": "Power Aerospace Materials",
- "parent": {
- "key": "2055",
- "id": "12",
- "name": "12",
- "href": "/objects/accounts-receivable/customer/2055"
}, - "contacts": {
- "default": {
- "mailingAddress": {
- "addressLine1": "1120 Harbor Bay Pkwy",
- "addressLine2": "St John's street",
- "addressLine3": "Double cross road",
- "city": "Sacramento",
- "country": "United States",
- "postCode": "95119-1208",
- "state": "CA"
}, - "tax": {
- "isTaxable": true
}, - "URL1": "www.google.com",
- "URL2": "www.google.com",
- "companyName": "Logic Solutions",
- "fax": "(925) 123-4567",
- "firstName": "Sandy",
- "id": "Customer 1(CCust1)",
- "lastName": "Tieber",
- "middleName": "E",
- "mobile": "(925) 123-4567",
- "pager": "(925) 123-4567",
- "phone1": "(408) 395-2539",
- "phone2": "(408) 395-2540",
- "printAs": "Mr. Sandy Tieber",
- "key": "394",
- "showInContactList": true,
- "href": "/objects/company-config/contact/394"
}, - "primary": {
- "id": "Aron",
- "key": "106",
- "href": "/objects/company-config/contact/106"
}, - "shipTo": {
- "id": "Alex",
- "key": "107",
- "href": "/objects/company-config/contact/107"
}, - "billTo": {
- "id": "Ben",
- "key": "108",
- "href": "/objects/company-config/contact/108"
}
}, - "term": {
- "id": "15DaysExtToEOM",
- "key": "26",
- "href": "/objects/accounts-receivable/term/26"
}, - "salesRepresentative": {
- "id": "EM M",
- "name": "Aaron",
- "key": "89",
- "href": "/objects/company-config/employee/89"
}, - "resaleNumber": 123456789,
- "taxId": "123456803",
- "creditLimit": 20000,
- "totalDue": "99999.99",
- "notes": "Sample Notes",
- "accountLabel": {
- "id": "Pledges",
- "key": "9"
}, - "defaultRevenueGLAccount": {
- "id": "2080.06",
- "name": "Germany(France) - Inter Entity Payable",
- "key": "136",
- "href": "/objects/general-ledger/account/136"
}, - "lastInvoiceCreatedDate": "2021-10-12",
- "lastStatementGeneratedDate": "2023-02-28",
- "deliveryOptions": "print",
- "territory": {
- "id": "23456",
- "name": "North East",
- "key": "23",
- "href": "/objects/accounts-receivable/territory/23"
}, - "shippingMethod": {
- "id": "Fedex",
- "key": "3",
- "href": "/objects/accounts-receivable/shipping-method/3"
}, - "customerType": {
- "id": "DOCS",
- "key": "13",
- "href": "/objects/accounts-receivable/customer-type/13"
}, - "accountGroup": {
- "key": "10",
- "id": "Auto CGL Group",
- "href": "/objects/accounts-receivable/customer-account-group/10"
}, - "priceSchedule": {
- "id": "101",
- "key": "101",
- "href": "/objects/purchasing/price-schedule/101"
}, - "discountPercent": "10",
- "priceList": {
- "id": "Base Price List",
- "key": "1",
- "href": "/objects/order-entry/price-list/1"
}, - "currency": "USD",
- "status": "active",
- "isOneTimeUse": false,
- "customerMessage": {
- "key": "10",
- "id": "welcome message,",
- "message": "Welcome to Power Aerospace Materials",
- "href": "/objects/accounts-receivable/customer-message/10"
}, - "isOnHold": false,
- "overridePriceList": "customer",
- "enableOnlineCardPayment": true,
- "enableOnlineACHPayment": true,
- "audit": {
- "modifiedDateTime": "2023-12-14T11:31:06Z",
- "createdDateTime": "2018-07-28T19:22:31Z",
- "createdBy": "1",
- "modifiedBy": "1"
}, - "overrideOffsetGLAccount": {
- "id": "1120",
- "name": "Pledges Receivable"
}, - "emailOptIn": false,
- "contactList": [
- {
- "id": "150",
- "key": "150",
- "categoryName": "ship",
- "audit": {
- "modifiedDateTime": "2023-12-14T11:31:06Z",
- "createdDateTime": "2022-06-07T12:37:37Z",
- "createdBy": "1",
- "modifiedBy": "1"
}, - "customer": {
- "key": "1",
- "id": "1",
- "href": "/objects/accounts-receivable/customer/1"
}, - "contact": {
- "key": "106",
- "id": "Aron",
- "href": "/objects/company-config/contact/106"
}, - "href": "/objects/accounts-receivable/customer-contact/150"
}
], - "customerEmailTemplates": [
- {
- "id": "8",
- "key": "8",
- "customer": {
- "key": "1",
- "id": "1",
- "href": "/objects/accounts-receivable/customer/1"
}, - "txnDefinitionName": "Sales Quote",
- "emailTemplate": {
- "id": "4",
- "key": "4",
- "name": "OETemplate",
- "href": "/objects/company-config/email-template/4"
}, - "templateType": "soDocument",
- "href": "/objects/accounts-receivable/customer-email-template/8"
}
], - "href": "/objects/accounts-receivable/customer/1"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Updates an existing customer by setting field values. Any fields not provided remain unchanged. Customers included in posted transactions will not be updated. Only new transactions and records will refer to the updated customer information.
Subscription | Accounts Receivable |
---|---|
User type | Business |
Permissions | List, View, Edit Customers |
key required | string System-assigned key for the customer. Example: 81 |
name | string Name of the customer, which is usually the company name. Example: "Gomez Manufacturers" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
status | string Status of the dimension object:
Example: "active" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object The category assigned to the customer (for example, Consultants, Subcontractors, or Equipment). | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Parent customer, which creates a customer hierarchy. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Name of the employee responsible for this customer account. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
taxId | string Tax identification number for the customer. Example: "12-3434900" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object GL account for customer revenue. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object How goods are shipped to the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
creditLimit | number Credit limit extended to the customer. Example: 10000 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
isOnHold | boolean Default: false Indicates whether customer is on credit hold. Example: true | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Contacts for the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects List of contacts for the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Email templates for the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
discountPercent | string Discount percentage for the customer. Example: "10" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object AR term for the customer, which are the rules for extending credit to the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
advanceBillBy | string Bill in advance setting, which instructs Sage Intacct to create billing schedules that automatically start before a contract line starts. Example: "7" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
advanceBillByType | string Bill in advance type to indicate whether the advance value is number of days or months. Example: "days" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
resaleNumber | number Resale number, which applies to customers who are resellers of your company's products or services. Example: 1534 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
deliveryOptions | string Default: "print" Delivery option for the customer's statements. Example: "both" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
overridePriceList | string Default: "customer" By default, the customer price list is assigned to the entire customer, including the customer contacts. But, you can override the customer price list with the corresponding options for either the billing or shipping contact. Example: "billingContact" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Message to include on the customer's invoice. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
currency | string Currency for the customer. Example: "CAD" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
emailOptIn | boolean Default: false Indicates whether the customer accepts emailed invoices. Example: true | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object The sales territory to which the customer is assigned. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
enableOnlineACHPayment | boolean Default: true Set to Example: true | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
enableOnlineCardPayment | boolean Default: true Set to Example: true | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
isOneTimeUse | boolean Default: false Set to Example: false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Customer GL group to control the GL account that transactions with the customer should post to. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Label for the AR account associated with the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Attachment that serves as a supporting document for the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
retainagePercentage | number Default retainage percentage for the customer. Retainage must be enabled for a customer and a Construction subscription is required to enable this capability. Example: 25 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
notes | string Notes or comments about the customer. Example: "Service tier 1" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Price list associated with the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Price schedule associated with the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Default AR override offset account for this customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
OK
Bad Request
{- "creditLimit": 10000
}
{- "ia::result": {
- "key": "34",
- "id": "CUST-100",
- "href": "/objects/accounts-receivable/payment/34"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Deletes a customer. Customers that have already been used in a transaction cannot be deleted. Instead, you can update customers that have already been used to make them inactive.
Subscription | Accounts Receivable |
---|---|
User type | Business |
Permissions | List, View, Delete Customers |
key required | string System-assigned key for the customer. Example: 81 |
No Content
Bad Request
{- "ia::result": {
- "ia::error": {
- "code": "invalidRequest",
- "message": "A POST request requires a payload",
- "errorId": "REST-1028",
- "additionalInfo": {
- "messageId": "IA.REQUEST_REQUIRES_A_PAYLOAD",
- "placeholders": {
- "OPERATION": "POST"
}, - "propertySet": { }
}, - "supportId": "Kxi78%7EZuyXBDEGVHD2UmO1phYXDQAAAAo"
}
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 0,
- "totalError": 1
}
}
Queries an object for filtered data.
object | string Object type to query, in the form Example: "accounts-receivable/customer" | ||||||||
fields | Array of strings List of fields to include in the response. Can be any combination of these:
Example: ["key","id","max:vendor.creditLimit"] | ||||||||
Array of equal (object) or not equal (object) or less than (object) or (less than or equal (object)) or greater than (object) or (greater than or equal (object)) or in (object) or not in (object) or between (object) or not between (object) or contains (object) or does not contain (object) or starts with (object) or does not start with (object) or ends with (object) or does not end with (object) Filter conditions to select the objects to return based on their field values. You use operators and conditions to build your filter, such as Example: [{"$eq":{"status":"active"}},{"$gt":{"totalDue":"1000"}},{"$contains":{"name":"Acme"}}] | |||||||||
Array Any of: Field value must be equal to this specified value. For date fields, you can use these macro values that are relative to the current date or the
These are most useful for queries that you want to save and use repeatedly, such as for views or reports. Just change the For example,
| |||||||||
filterExpression | string Default: "and" Logical operators to apply when there are multiple filter conditions. The conditions in the Shortcuts:
Example: "(1 and 2) or 3" | ||||||||
| |||||||||
Array of objects Set the order of the results by specifying field names to sort by and whether they should be in ascending or descending order. Example: [{"totalDue":"asc"},{"lastPaymentMadeDate":"desc"}] | |||||||||
Array
| |||||||||
start | integer First record of the result set to include in the response. Example: 1 | ||||||||
size | integer Number of records to include in the response. Example: 100 |
OK
Bad Request
{- "object": "accounts-receivable/customer",
- "filters": [
- {
- "$eq": {
- "status": "active"
}
}
], - "fields": [
- "key",
- "id",
- "name",
- "href"
], - "orderBy": [
- {
- "id": "asc"
}
]
}
{- "ia::result": [
- {
- "key": "14",
- "id": "C-00003",
- "name": "Burns Textiles Corp of America",
- "href": "/objects/accounts-receivable/customer/14"
}, - {
- "key": "4",
- "id": "C-00004",
- "name": "Pinto Construction Inc.",
- "href": "/objects/accounts-receivable/customer/4"
}, - {
- "key": "5",
- "id": "C-00005",
- "name": "Dickenson plc",
- "href": "/objects/accounts-receivable/customer/5"
}, - {
- "key": "6",
- "id": "C-00006",
- "name": "Grand Isle Hotels & Resorts Ltd",
- "href": "/objects/accounts-receivable/customer/6"
}, - {
- "key": "8",
- "id": "C-00012",
- "name": "University of Midland",
- "href": "/objects/accounts-receivable/customer/8"
}, - {
- "key": "9",
- "id": "C-00013",
- "name": "Copper Head Oil & Gas Corp.",
- "href": "/objects/accounts-receivable/customer/9"
}, - {
- "key": "10",
- "id": "C-00014",
- "name": "Copper Head Oil & Gas, UK",
- "href": "/objects/accounts-receivable/customer/10"
}
], - "ia::meta": {
- "totalCount": 7,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}