Skip to main content

Proposal account details search criteria

Defines the search criteria for the proposal account details

accountIdstring

The identifier of the account

sortingCriteria object

The sorting criteria.

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]

Proposal account details search criteria
{
"accountId": "string",
"sortingCriteria": {
"field": "sa.id",
"order": "ASC"
}
}