get https://api.next-tech.com/v1/payoff/
A payoff (avräkning) contains one or more supplier payoffs - a clearer way to think about it is as a payoff run (avräkningskörning)
Log in to see full request history
Responses
A payoff (avräkning) contains one or more supplier payoffs - a clearer way to think about it is as a payoff run (avräkningskörning)
xxxxxxxxxx
curl --request GET \
--url https://api.next-tech.com/v1/payoff/payoff_id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": 5,
"changed": "2025-04-11T08:59:11.575Z",
"changeduserid": 7,
"created": "2025-04-11T08:59:11.575Z",
"createduserid": 3,
"exporteddate": "2023-03-17",
"locked": false
}