Skip to main content

PostingTextProposalDto

Posting Text Proposal DTO model.

textstring

Text of the proposal

Example: Freight
proposalPriorityinteger<int32>

Priority index indicating the priority of the proposal.The lowest number indicates the highest priority.

Example: 1
PostingTextProposalDto
{
"text": "Freight",
"proposalPriority": 1
}