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 the query service to find objects that meet certain criteria and to specify properties that are returned.
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.
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 Default: "active" 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
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
customerRestriction | string Default: "unrestricted" Customer visibility type. Example: "restricted" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Restricted locations for the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Restricted departments for the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
|
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.
key required | string System-assigned key for the customer. Example: 99 |
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": {
- "group": {
- "key": "7",
- "id": "Auto Contact Tax",
- "href": "/objects/tax/contact-tax-group/7"
}, - "solution": {
- "key": "7",
- "id": "Australia - GST",
- "href": "/objects/tax/tax-solution/7"
}, - "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"
}, - "customerRestriction": "restricted",
- "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"
}
], - "restrictedDepartments": [
- {
- "key": "1",
- "id": "Eng",
- "objectType": "CUSTOMER",
- "department": {
- "key": "13",
- "id": "3",
- "href": "/objects/company-config/department/3"
}, - "departmentGroup": {
- "key": null,
- "id": null
}, - "href": "/objects/accounts-receivable/customer-restricted-department/1"
}
], - "restrictedLocations": [
- {
- "key": "142",
- "id": "Nov7-02",
- "objectType": "CUSTOMER",
- "location": {
- "key": "3",
- "id": "3",
- "href": "/objects/company-config/location/3"
}, - "locationGroup": {
- "key": null,
- "id": null
}, - "href": "/objects/accounts-receivable/customer-restricted-location/142"
}
], - "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.
key required | string System-assigned key for the customer. Example: 99 |
name | string Name of the customer, which is usually the company name. Example: "Gomez Manufacturers" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
status | string Default: "active" 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
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
customerRestriction | string Default: "unrestricted" Customer visibility type. Example: "restricted" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Restricted locations for the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Restricted departments for the customer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
|
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.
key required | string System-assigned key for the customer. Example: 99 |
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
}
}