DELETE api/Deductions?deductionCode={deductionCode}&employeeId={employeeId}&companyCode={companyCode}
Deletes the specified deduction code.
Request Information
Parameters
| Name | Description |
|---|---|
|
deductionCode
(param in the URI) |
The deduction code. |
|
employeeId
(param in the URI) |
The employee identifier. |
|
companyCode
(param in the URI) |
The company code. |
Response Information
APIResult.
Response body formats
application/json, text/json
Sample:
{
"Success": false,
"Messages": [
"",
"",
""
]
}
application/xml, text/xml
Sample:
<APIResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netchex.External.API.Models.Simple">
<Messages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string></d2p1:string>
<d2p1:string></d2p1:string>
<d2p1:string></d2p1:string>
</Messages>
<Success>false</Success>
</APIResult>