Skip to main content

Proposalaccountdetailssortingcriteria

The sorting criteria used for sorting account details.

fieldstringrequired

The field to use to sort the selection. This can be an enumerated value or a custom field using the format [customFieldSetId].[customFieldId].

Possible values: [sa.id]

orderstring

The sorting order: ASC or DESC. The default order is DESC.

Possible values: [ASC, DESC]

Proposalaccountdetailssortingcriteria
{
"field": "sa.id",
"order": "ASC"
}