Skip to content

InNeedOfStreetCred/balance-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

balance-service

Offers one service

/reporting/balancesByAddresses

which accepts the following payload.

{
	"addresses": [
		"Company",
		"Employee"
	],
	"fromDate": "2019-08-26",
	"toDate": "2019-11-26",
	"balanceTime": "23:59Z"
}
where
addresses=list of addresses we want the report for
fromDate=date the report should start
toDate=date the report should end
balanceTime=what time of the day the report should be made for

It will return for each address a list with the balance for each day in the range.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages