Get bill

Retrieve a single Accounts Payable bill issued to the authenticated vendor by its ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

Retrieve a single Accounts Payable bill issued to the authenticated vendor by its ID. A bill that does not exist — or belongs to another vendor or account — returns 404.

Example:

curl --request GET \
  --url 'https://www.pelcro.com/api/v1/sdk/bills/101?site_id=1232' \
  --header 'Authorization: Bearer <JWT>'
Path Params
int32
required

The unique identifier of the bill to retrieve.

Query Params
int32
required

The unique identifier of the site associated with your account.

Responses

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json