Logo
2cloudnine Payroll API API Documentation

REST-Objects-Invoice

Number of APIs: 3


1. Invoice Retrieve

GET {{url}}/services/data/v{{version}}/sobjects/:SOBJECT_API_NAME/:RECORD_ID

Accesses records based on the specified object ID. Retrieves, updates, or deletes records. This resource can also be used to retrieve field values. Use the GET method to retrieve records or fields, the DELETE method to delete records, and the PATCH method to update records.



2. Invoice Composite With VersionDataId

POST {{url}}/services/data/v{{version}}/composite/

VersionDataId is required to pass to the request 'Get Version Data Binary" which returns the content of the pdf in binary form



3. Invoice Upsert

PATCH {{url}}/services/data/v{{version}}/sobjects/:SOBJECT_API_NAME/:EXTERNAL_ID_FIELD/:EXTERNAL_ID

Accesses records based on the specified object ID. Retrieves, updates, or deletes records. This resource can also be used to retrieve field values. Use the GET method to retrieve records or fields, the DELETE method to delete records, and the PATCH method to update records.



ENDPOINTS