Allows you to retrieve a history records of an invoice
PUT {{baseUrl}}/Invoices/:InvoiceID/History
Request Body
{"HistoryRecords"=>[{"Details"=>"<string>", "Changes"=>"<string>", "User"=>"<string>"}, {"Details"=>"<string>", "Changes"=>"<string>", "User"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
xero-tenant-id | string | (Required) Xero identifier for Tenant | |
Content-Type | string |
RESPONSES
status: OK
{"Id":"d7525479-3392-44c0-bb37-ff4a0b5df5bd","Status":"OK","ProviderName":"Xero API Partner","DateTimeUTC":"/Date(1550899400362)/","HistoryRecords":[{"DateUTCString":"2019-02-23T05:23:20","DateUTC":"/Date(1550899400362)/","Details":"Hello World","ValidationErrors":[]}]}