EntityCounterparty

Hide Payee

POST
Marks Payees as unsearchable by Entity via Counterparty search. Invoices associated with these Payees will still be searchable via Invoice search.

Path parameters

entityIdstringRequired

Request

This endpoint expects an object.
payees
list of stringsRequired
List of payee entity IDs to hide
POST
1curl -X POST https://api.mercoa.com/entity/:entityId/hidePayees \
2 -H "Authorization: Bearer <token>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "payees": [
6 "string"
7 ]
8}'