Skip to content

Commit

Permalink
Release v0.3.31
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Apr 24, 2024
1 parent 1472efc commit af53ccb
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@
"request": {
"description": "Find payee counterparties. This endpoint lets you find vendors linked to the entity.",
"url": {
"raw": "{{baseUrl}}/entity/:entityId/counterparties/payees?name=&networkType=&paymentMethods=&counterpartyId=&limit=&startingAfter=",
"raw": "{{baseUrl}}/entity/:entityId/counterparties/payees?name=&networkType=&paymentMethods=&invoiceMetrics=&counterpartyId=&limit=&startingAfter=",
"host": [
"{{baseUrl}}"
],
Expand All @@ -830,6 +830,11 @@
"value": "",
"description": "If true, will include counterparty payment methods as part of the response"
},
{
"key": "invoiceMetrics",
"value": "",
"description": "If true, will include counterparty invoice metrics as part of the response"
},
{
"key": "counterpartyId",
"value": "",
Expand Down Expand Up @@ -867,7 +872,7 @@
"request": {
"description": "Find payor counterparties. This endpoint lets you find customers linked to the entity.",
"url": {
"raw": "{{baseUrl}}/entity/:entityId/counterparties/payors?name=&networkType=&paymentMethods=&counterpartyId=&limit=&startingAfter=",
"raw": "{{baseUrl}}/entity/:entityId/counterparties/payors?name=&networkType=&paymentMethods=&invoiceMetrics=&counterpartyId=&limit=&startingAfter=",
"host": [
"{{baseUrl}}"
],
Expand All @@ -893,6 +898,11 @@
"value": "",
"description": "If true, will include counterparty payment methods as part of the response"
},
{
"key": "invoiceMetrics",
"value": "",
"description": "If true, will include counterparty invoice metrics as part of the response"
},
{
"key": "counterpartyId",
"value": "",
Expand Down

0 comments on commit af53ccb

Please sign in to comment.