Logo
2cloudnine Payroll API API Documentation

REST-Objects-Payee

Number of APIs: 7


1. Payee Insert

POST {{url}}/services/data/v{{version}}/sobjects/:SOBJECT_API_NAME



2. Payee 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.



3. Payee Update

PATCH {{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.



4. Payee 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.



5. Payee Delete

DELETE {{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.



6. Payee By External Id

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

Creates new records or updates existing records (upserts records) based on the value of a specified external ID field.

If the specified value doesn't exist, a new record is created. If a record does exist with that value, the field values specified in the request body are updated. If the value is not unique, the REST API returns a 300 response with the list of matching records.

HEAD, GET, PATCH, DELETE, POST



7. Payee Composite

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



ENDPOINTS