Return the monthly values of the pending bills. The next 12 months of the reference date will be considered for the query, returning the values agglutinated by month.
Method used: POST
Transactions: /api/tfc/v1/CustomerFinancialTransactions/Movements
Body parameters:
Attribute | Type | Description | Default |
---|---|---|---|
customerId | Character | Customer code | - |
storeId | Character | Customer store | - |
date | Character | reference date in the format YYYYMMDD | - |
branchId | Array | system branches to be considered in the query | - |
periods | Numeric | the number of months for the query, considering the current month | - |
Example:
body
body = { |
Json Object
Attribute | Type | Description |
---|---|---|
period | Character | period YYYYMM |
value | Numeric | sum of values |
Example:
response
items:[ |