put https://api.next-tech.com/v1/payoff//supplierpayoff/
Log in to see full request history
Responses
xxxxxxxxxx
curl --request PUT \
--url https://api.next-tech.com/v1/payoff/payoff_id/supplierpayoff/supplierpayoff_id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
24{
"id": 5,
"changed": "2025-04-12T21:54:34.474Z",
"changeduserid": 7,
"created": "2025-04-12T21:54:34.474Z",
"createduserid": 3,
"active": false,
"costcenterno": "1234567890",
"currencycode": "SEK",
"duedate": "2022-01-31",
"exporteddate": "2022-01-31",
"externalno": "1234567890",
"integrationmessage": "Exported successfully",
"invoicedate": "2022-01-31",
"invoiceno": 1234567890,
"ledgerdate": "2022-01-31",
"locked": false,
"payoffid": 1,
"performedamount": 1000,
"performedvatamount": 100,
"projectno": "1234567890",
"supplierid": 1,
"supplierno": "1234567890"
}