SuccessResultResponseOfInstructionListResponseDto
result objectrequired
The total number of instructions.
The URL to the previous page of results.
The URL to the next page of results.
The current page number.
result object[]required
The list of instructions.
The unique kaunt identifier of the instruction.
227aebd0-36a4-4d17-b96d-c5b5d071abd4The company name this instruction is scoped to.
The name of the instruction.
Merge all linesThe description of the instruction.
The original feedback text provided by the user.
The scope of the instruction.
Possible values: [Vendor, Buyer, Company, Tenant]
VendorscopePartyReference objectnullablerequired
The party reference associated with the scope.
True when this instruction comes from a partner pack and therefore cannot be edited or deleted at tenant level. False for the tenant's own instructions.
falseThe partner pack this instruction belongs to, when it comes from one. Null for the tenant's own instructions.
dutch-invoicesA unique ID of the request
fb0ccbbc-62bc-447f-a47e-02b490e25690Indication of whether the request was successfull
{
"result": {
"totalCount": 0,
"previousPage": "string",
"nextPage": "string",
"currentPage": 0,
"result": [
{
"id": "227aebd0-36a4-4d17-b96d-c5b5d071abd4",
"companyName": "string",
"name": "Merge all lines",
"description": "string",
"originalFeedbackText": "string",
"scope": "Vendor",
"scopePartyReference": {
"partyName": "string",
"partyIdentifier": "string"
},
"locked": false,
"source": "dutch-invoices"
}
]
},
"correlationId": "fb0ccbbc-62bc-447f-a47e-02b490e25690",
"isSuccess": true
}