PostingTextProposalDto
Posting Text Proposal DTO model.
textstringrequired
Text of the proposal
Example:
FreightproposalPriorityinteger<int32>required
Priority index indicating the priority of the proposal.The lowest number indicates the highest priority.
Example:
1PostingTextProposalDto
{
"text": "Freight",
"proposalPriority": 1
}