Skip to main content

InstructionResponseDto

idstring<uuid>required

The unique kaunt identifier of the instruction.

Example: 227aebd0-36a4-4d17-b96d-c5b5d071abd4
companyNamestringnullablerequired

The company name this instruction is scoped to.

namestringnullablerequired

The name of the instruction.

Example: Merge all lines
descriptionstringnullablerequired

The description of the instruction.

scopeInstructionScopeDto2required

The scope of the instruction.

Possible values: [Vendor, Buyer, Company, Tenant]

Example: Vendor
scopePartyReference objectnullablerequired

The party reference associated with the scope.

partyNamestringnullablerequired
partyIdentifierstringnullablerequired
InstructionResponseDto
{
"id": "227aebd0-36a4-4d17-b96d-c5b5d071abd4",
"companyName": "string",
"name": "Merge all lines",
"description": "string",
"scope": "Vendor",
"scopePartyReference": {
"partyName": "string",
"partyIdentifier": "string"
}
}