POST
/
v1
/
choruspro
/
invoices
/
search
curl --request POST \
  --url https://connect.pennylane.com/api/partners/v1/choruspro/invoices/search \
  --header 'Content-Type: application/json' \
  --header 'authorization: <authorization>' \
  --data '{
  "sourceAccountId": "<string>",
  "sourceInvoicesIds": [
    "<string>"
  ]
}'
[
  {
    "invoiceId": "<string>",
    "invoiceStatus": "TO_SEND"
  }
]

Headers

authorization
string
required

The partner token (provided by us, contact aurelien.david@pennylane.com). The token is associated to a specific environment (production or sandbox).

Body

application/json

Body

The body is of type object.

Response

200
application/json

200

The response is of type object[].