deductions retrieve
GET {{baseUrl}}/deductions/:id
Returns a Deduction
object with the given id
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include_remote_data | boolean | Whether to include the original data Merge fetched from the third-party to produce these models. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
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}