deductions retrieve

GET {{baseUrl}}/deductions/:id

Returns a Deduction object with the given id.

Request Params

KeyDatatypeRequiredDescription
include_remote_databooleanWhether to include the original data Merge fetched from the third-party to produce these models.

HEADERS

KeyDatatypeRequiredDescription
X-Account-Tokenstring(Required) Token identifying the end user.
Acceptstring

RESPONSES

status: OK

{"id":"5fd439fc-1b64-4755-b275-64918936c365","employee_payroll_run":"35347df1-95e7-46e2-93cc-66f1191edca5","name":"Social Security","employee_deduction":34.54,"company_deduction":78.78,"remote_data":[{"path":"Lorem nulla quis dolor","data":{"aute_d26":{},"velit_9c":{}}},{"path":"enim aute exercitation","data":{"in_4fc":{}}}],"remote_was_deleted":false}