GET api/Irs1099s/exist?glEntityId={glEntityId}&vendorId={vendorId}&taxYear={taxYear}
Get vendor 1099.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| glEntityId |
GL entity identifier |
integer |
Required |
| vendorId |
Vendor identifier |
integer |
Required |
| taxYear |
Tax year |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>