EntityCounterparty

Hide Payors

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

Path parameters

entityIdstringRequired

Request

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