Proposalaccountdetailssearchcriteria
Defines the search criteria for the proposal account details
accountIdstring
The identifier of the account
sortingCriteria object
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]
Proposalaccountdetailssearchcriteria
{
"accountId": "string",
"sortingCriteria": {
"field": "sa.id",
"order": "ASC"
}
}