SuccessResultResponseOfInstructionResponseDto
result objectnullablerequired
idstring<uuid>required
The unique kaunt identifier of the instruction.
Example:
227aebd0-36a4-4d17-b96d-c5b5d071abd4companyNamestringnullablerequired
The company name this instruction is scoped to.
namestringnullablerequired
The name of the instruction.
Example:
Merge all linesdescriptionstringnullablerequired
The description of the instruction.
originalFeedbackTextstringnullablerequired
The original feedback text provided by the user.
scopeInstructionScopeDtorequired
The scope of the instruction.
Possible values: [Vendor, Buyer, Company, Tenant]
Example:
VendorscopePartyReference objectnullablerequired
The party reference associated with the scope.
partyNamestringnullablerequired
partyIdentifierstringnullablerequired
correlationIdstring<uuid>
A unique ID of the request
Example:
fb0ccbbc-62bc-447f-a47e-02b490e25690isSuccessboolean
Indication of whether the request was successfull
SuccessResultResponseOfInstructionResponseDto
{
"result": {
"id": "227aebd0-36a4-4d17-b96d-c5b5d071abd4",
"companyName": "string",
"name": "Merge all lines",
"description": "string",
"originalFeedbackText": "string",
"scope": "Vendor",
"scopePartyReference": {
"partyName": "string",
"partyIdentifier": "string"
}
},
"correlationId": "fb0ccbbc-62bc-447f-a47e-02b490e25690",
"isSuccess": true
}