GET api/Irs1099s/search?glEntityId={glEntityId}&year={year}

Search IRS 1099 Vendors

Request Information

URI Parameters

NameDescriptionTypeAdditional information
glEntityId

integer

Required

year

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Irs1099VendorViewModel
NameDescriptionTypeAdditional information
Id

Id

integer

None.

VendorId

VendorId

integer

None.

Code

Vendor Code

string

None.

Name

Vendor Name

string

None.

LegalName

Vendor Legal Name

string

None.

Type

Vendor Type

string

None.

VendorTaxId

Vendor Tax Id

string

None.

AddressId

Vendor's address Id

integer

None.

StatusId

Status Id

integer

None.

CreatedBy

CreatedBy

integer

None.

CreatedOn

CreatedOn

date

None.

ModifiedBy

ModifiedBy

integer

None.

ModifiedOn

ModifiedOn

date

None.

Amounts

Box Amounts

Collection of Irs1099VendorAmountViewModel

None.

Address

Address

AddressViewModel

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "vendorId": 2,
    "code": "sample string 3",
    "name": "sample string 4",
    "legalName": "sample string 5",
    "type": "sample string 6",
    "vendorTaxId": "sample string 7",
    "addressId": 8,
    "statusId": 9,
    "createdBy": 10,
    "createdOn": "2024-10-14T08:25:53.8185675-04:00",
    "modifiedBy": 1,
    "modifiedOn": "2024-10-14T08:25:53.8185675-04:00",
    "amounts": [
      {
        "id": 1,
        "classId": 2,
        "classDescription": "sample string 3",
        "amount": 4.0,
        "amount1099K": 5.0,
        "amountAdjusted": 6.0,
        "beginningBalance": 7.0,
        "amountRevised": 10.0,
        "netAmount": 12.0
      },
      {
        "id": 1,
        "classId": 2,
        "classDescription": "sample string 3",
        "amount": 4.0,
        "amount1099K": 5.0,
        "amountAdjusted": 6.0,
        "beginningBalance": 7.0,
        "amountRevised": 10.0,
        "netAmount": 12.0
      }
    ],
    "address": {
      "addressId": 1,
      "address1": "sample string 2",
      "address2": "sample string 3",
      "city": "sample string 4",
      "state": "sample string 5",
      "zipCode": "sample string 6",
      "country": "sample string 7"
    }
  },
  {
    "id": 1,
    "vendorId": 2,
    "code": "sample string 3",
    "name": "sample string 4",
    "legalName": "sample string 5",
    "type": "sample string 6",
    "vendorTaxId": "sample string 7",
    "addressId": 8,
    "statusId": 9,
    "createdBy": 10,
    "createdOn": "2024-10-14T08:25:53.8185675-04:00",
    "modifiedBy": 1,
    "modifiedOn": "2024-10-14T08:25:53.8185675-04:00",
    "amounts": [
      {
        "id": 1,
        "classId": 2,
        "classDescription": "sample string 3",
        "amount": 4.0,
        "amount1099K": 5.0,
        "amountAdjusted": 6.0,
        "beginningBalance": 7.0,
        "amountRevised": 10.0,
        "netAmount": 12.0
      },
      {
        "id": 1,
        "classId": 2,
        "classDescription": "sample string 3",
        "amount": 4.0,
        "amount1099K": 5.0,
        "amountAdjusted": 6.0,
        "beginningBalance": 7.0,
        "amountRevised": 10.0,
        "netAmount": 12.0
      }
    ],
    "address": {
      "addressId": 1,
      "address1": "sample string 2",
      "address2": "sample string 3",
      "city": "sample string 4",
      "state": "sample string 5",
      "zipCode": "sample string 6",
      "country": "sample string 7"
    }
  }
]

application/xml, text/xml

Sample:
<ArrayOfIrs1099VendorViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.Controllers.TAX.Models">
  <Irs1099VendorViewModel>
    <Address xmlns:d3p1="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels">
      <Address1 xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels.Address">sample string 2</Address1>
      <Address2 xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels.Address">sample string 3</Address2>
      <City xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels.Address">sample string 4</City>
      <Country xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels.Address">sample string 7</Country>
      <State xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels.Address">sample string 5</State>
      <ZipCode xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels.Address">sample string 6</ZipCode>
      <d3p1:AddressId>1</d3p1:AddressId>
    </Address>
    <AddressId>8</AddressId>
    <Amounts>
      <Irs1099VendorAmountViewModel>
        <Amount>4</Amount>
        <Amount1099K>5</Amount1099K>
        <AmountAdjusted>6</AmountAdjusted>
        <BeginningBalance>7</BeginningBalance>
        <ClassDescription>sample string 3</ClassDescription>
        <ClassId>2</ClassId>
        <Id>1</Id>
      </Irs1099VendorAmountViewModel>
      <Irs1099VendorAmountViewModel>
        <Amount>4</Amount>
        <Amount1099K>5</Amount1099K>
        <AmountAdjusted>6</AmountAdjusted>
        <BeginningBalance>7</BeginningBalance>
        <ClassDescription>sample string 3</ClassDescription>
        <ClassId>2</ClassId>
        <Id>1</Id>
      </Irs1099VendorAmountViewModel>
    </Amounts>
    <Code>sample string 3</Code>
    <CreatedBy>10</CreatedBy>
    <CreatedOn>2024-10-14T08:25:53.8185675-04:00</CreatedOn>
    <Id>1</Id>
    <LegalName>sample string 5</LegalName>
    <ModifiedBy>1</ModifiedBy>
    <ModifiedOn>2024-10-14T08:25:53.8185675-04:00</ModifiedOn>
    <Name>sample string 4</Name>
    <StatusId>9</StatusId>
    <Type>sample string 6</Type>
    <VendorId>2</VendorId>
    <VendorTaxId>sample string 7</VendorTaxId>
  </Irs1099VendorViewModel>
  <Irs1099VendorViewModel>
    <Address xmlns:d3p1="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels">
      <Address1 xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels.Address">sample string 2</Address1>
      <Address2 xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels.Address">sample string 3</Address2>
      <City xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels.Address">sample string 4</City>
      <Country xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels.Address">sample string 7</Country>
      <State xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels.Address">sample string 5</State>
      <ZipCode xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels.Address">sample string 6</ZipCode>
      <d3p1:AddressId>1</d3p1:AddressId>
    </Address>
    <AddressId>8</AddressId>
    <Amounts>
      <Irs1099VendorAmountViewModel>
        <Amount>4</Amount>
        <Amount1099K>5</Amount1099K>
        <AmountAdjusted>6</AmountAdjusted>
        <BeginningBalance>7</BeginningBalance>
        <ClassDescription>sample string 3</ClassDescription>
        <ClassId>2</ClassId>
        <Id>1</Id>
      </Irs1099VendorAmountViewModel>
      <Irs1099VendorAmountViewModel>
        <Amount>4</Amount>
        <Amount1099K>5</Amount1099K>
        <AmountAdjusted>6</AmountAdjusted>
        <BeginningBalance>7</BeginningBalance>
        <ClassDescription>sample string 3</ClassDescription>
        <ClassId>2</ClassId>
        <Id>1</Id>
      </Irs1099VendorAmountViewModel>
    </Amounts>
    <Code>sample string 3</Code>
    <CreatedBy>10</CreatedBy>
    <CreatedOn>2024-10-14T08:25:53.8185675-04:00</CreatedOn>
    <Id>1</Id>
    <LegalName>sample string 5</LegalName>
    <ModifiedBy>1</ModifiedBy>
    <ModifiedOn>2024-10-14T08:25:53.8185675-04:00</ModifiedOn>
    <Name>sample string 4</Name>
    <StatusId>9</StatusId>
    <Type>sample string 6</Type>
    <VendorId>2</VendorId>
    <VendorTaxId>sample string 7</VendorTaxId>
  </Irs1099VendorViewModel>
</ArrayOfIrs1099VendorViewModel>