Tax Documents

 

Tax1098C

 

FDX / Data Structures / Tax1098C
Form 1098-C, Contributions of Motor Vehicles, Boats, and Airplanes
Extends and inherits all fields from Tax  
Tax1098C Properties
#IdTypeDescription
1doneeNameAddressNameAddressPhoneDonee's name, address and phone
2doneeTinstringDONEE'S TIN
3donorTinstringDONOR'S TIN
4donorNameAddressNameAddressDonor's name and address
5dateOfContributionDateStringBox 1, Date of contribution
6odometerMileageintegerBox 2a, Odometer mileage
7carYearintegerBox 2b, Year
8makestringBox 2c, Make
9modelstringBox 2d, Model
10vinstringBox 3, Vehicle or other identification number
11armsLengthTransactionbooleanBox 4a, Donee certifies that vehicle was sold in arm's length transaction to unrelated party
12dateOfSaleDateStringBox 4b, Date of sale
13grossProceedsnumber (double)Box 4c, Gross proceeds from sale (see instructions)
14notTransferredBeforebooleanBox 5a, Donee certifies that vehicle will not be transferred for money, other property, or services before completion of material improvements or significant intervening use
15needyIndividualbooleanBox 5b, Donee certifies that vehicle is to be transferred to a needy individual for significantly below fair market value in furtherance of donee's charitable purpose
16descriptionOfImprovementsstringBox 5c, Donee certifies the following detailed description of material improvements or significant intervening use and duration of use
17goodsInExchangebooleanBox 6a, Did you provide goods or services in exchange for the vehicle? Yes
18valueOfExchangenumber (double)Box 6b, Value of goods and services provided in exchange for the vehicle
19intangibleReligiousbooleanBox 6c, If this box is checked, donee certifies that the goods and services consisted solely of intangible religious benefits
20descriptionOfGoodsstringBox 6c, Describe the goods and services, if any, that were provided
21maxDeductionAppliesbooleanBox 7, Under the law, the donor may not claim a deduction of more than $500 for this vehicle if this box is checked
Tax1098C Usage:
/img/forms/Tax1098C/2022/v5.0/Tax1098C.Recipient.Form.annotated.fdx.png
FDX Data Structure as JSON
{
  "tax1098C" : {
    "taxYear" : 0,
    "corrected" : true,
    "accountId" : "",
    "taxFormId" : "",
    "taxFormDate" : "2020-07-01",
    "description" : "string",
    "additionalInformation" : "string",
    "taxFormType" : "BusinessIncomeStatement",
    "attributes" : [ {
      "name" : "string",
      "value" : "string",
      "boxNumber" : "string",
      "code" : "string"
    } ],
    "error" : {
      "code" : "string",
      "message" : "string"
    },
    "doneeNameAddress" : {
      "line1" : "String64",
      "line2" : "String64",
      "line3" : "String64",
      "city" : "String64",
      "state" : "String64",
      "postalCode" : "string",
      "country" : "AD",
      "name1" : "String64",
      "name2" : "String64",
      "phone" : {
        "type" : "HOME",
        "country" : "string",
        "number" : "string",
        "extension" : "string"
      }
    },
    "doneeTin" : "string",
    "donorTin" : "string",
    "donorNameAddress" : {
      "line1" : "String64",
      "line2" : "String64",
      "line3" : "String64",
      "city" : "String64",
      "state" : "String64",
      "postalCode" : "string",
      "country" : "AD",
      "name1" : "String64",
      "name2" : "String64"
    },
    "dateOfContribution" : "2020-07-01",
    "odometerMileage" : 0,
    "carYear" : 0,
    "make" : "string",
    "model" : "string",
    "vin" : "string",
    "armsLengthTransaction" : true,
    "dateOfSale" : "2020-07-01",
    "grossProceeds" : 0.0,
    "notTransferredBefore" : true,
    "needyIndividual" : true,
    "descriptionOfImprovements" : "string",
    "goodsInExchange" : true,
    "valueOfExchange" : 0.0,
    "intangibleReligious" : true,
    "descriptionOfGoods" : "string",
    "maxDeductionApplies" : true
  }
}
Example Form PDF

Download

/img/forms/Tax1098C/2022/v5.0/Tax1098C.RecipCopy.png
Example Form JSON

Download

{
  "tax1098C" : {
    "taxYear" : 2022,
    "taxFormDate" : "2021-03-30",
    "taxFormType" : "Tax1098C",
    "doneeNameAddress" : {
      "line1" : "12021 Sunset Valley Dr",
      "line2" : "Suite 230",
      "city" : "Preston",
      "state" : "VA",
      "postalCode" : "20191",
      "country" : "US",
      "name1" : "Tax Form Issuer, Inc",
      "phone" : {
        "number" : "8885551212"
      }
    },
    "doneeTin" : "12-3456789",
    "donorTin" : "xxx-xx-1234",
    "donorNameAddress" : {
      "line1" : "1 Main St",
      "city" : "Melrose",
      "state" : "NY",
      "postalCode" : "12121",
      "country" : "US",
      "name1" : "Kris Q Public"
    },
    "dateOfContribution" : "2020-01-05",
    "odometerMileage" : 2106,
    "carYear" : 2007,
    "make" : "Ford",
    "model" : "Escape",
    "vin" : "3VIN123456789VIN10",
    "armsLengthTransaction" : true,
    "dateOfSale" : "2020-04-12",
    "grossProceeds" : 4313.0,
    "notTransferredBefore" : true,
    "needyIndividual" : false,
    "descriptionOfImprovements" : "5c. 16, Description of improvements",
    "goodsInExchange" : true,
    "valueOfExchange" : 6218.0,
    "intangibleReligious" : false,
    "descriptionOfGoods" : "6c. 20, Description Of Goods",
    "maxDeductionApplies" : true
  }
}
Example Form JSON for QR Code Purposes

Download

Example Data As Flattened Map (Key, Value Pairs)

 

{
  "taxYear": "2022",
  "taxFormDate": "2021-03-30",
  "taxFormType": "Tax1098C",
  "doneeNameAddress.line1": "12021 Sunset Valley Dr",
  "doneeNameAddress.line2": "Suite 230",
  "doneeNameAddress.city": "Preston",
  "doneeNameAddress.state": "VA",
  "doneeNameAddress.postalCode": "20191",
  "doneeNameAddress.country": "US",
  "doneeNameAddress.name1": "Tax Form Issuer, Inc",
  "doneeNameAddress.phone.number": "8885551212",
  "doneeTin": "12-3456789",
  "donorTin": "xxx-xx-1234",
  "donorNameAddress.line1": "1 Main St",
  "donorNameAddress.city": "Melrose",
  "donorNameAddress.state": "NY",
  "donorNameAddress.postalCode": "12121",
  "donorNameAddress.country": "US",
  "donorNameAddress.name1": "Kris Q Public",
  "dateOfContribution": "2020-01-05",
  "odometerMileage": "2106",
  "carYear": "2007",
  "make": "Ford",
  "model": "Escape",
  "vin": "3VIN123456789VIN10",
  "armsLengthTransaction": "true",
  "dateOfSale": "2020-04-12",
  "grossProceeds": "4313.0",
  "notTransferredBefore": "true",
  "needyIndividual": "false",
  "descriptionOfImprovements": "5c. 16, Description of improvements",
  "goodsInExchange": "true",
  "valueOfExchange": "6218.0",
  "intangibleReligious": "false",
  "descriptionOfGoods": "6c. 20, Description Of Goods",
  "maxDeductionApplies": "true"
}
Issuer Instructions

Download

/img/forms/Tax1098C/2022/v5.0/Tax1098C.IssuerInstr.png
https://storage.cloud.google.com/taxdochub-forms-png/2019/i1098c.1.png
https://storage.cloud.google.com/taxdochub-forms-png/2019/i1098c.2.png

© Copyright 2023. All Rights Reserved.