curl --request POST \
--url https://sandbox.hurdlr.com/rest/v5/taxEngineExpress/pdfT2125 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: */*' \
--data '
{
"client_id": "fake_client_id",
"userId": "fake_userId",
"year": 2018,
"businessType": "REAL_ESTATE_AGENT",
"income": [
{
"amount": 10000.01,
"date": "2023-12-25",
"salesTax": 100.01
}
],
"expenses": [
{
"vendorName": "Acme",
"categoryId": "13005023",
"id": "1",
"amount": 100.02,
"hurdlrTaxCategory": "DEDUCTIBLE_MEALS_AND_ENTERTAINMENT",
"lineNumber": "<string>"
}
],
"identificationSection": {
"name": "Henry Earnshaw",
"businessName": "Achme",
"businessNumber": "xxxxxxxxxxxxxxx",
"businessAddress": "4892 MacLaren Street",
"city": "Ottawa",
"province": "ON",
"postalCode": "K1P5M7",
"fiscalPeriodFrom": "20180101",
"fiscalPeriodTo": "20180430",
"mainProductOrService": "Achme",
"industryCode": "xxxxxx"
},
"t2125BusinessOrProfessionalIncomeField": {
"line8000": 123,
"line8290": 123,
"line8230": 123,
"line3P": 123,
"line8299": 123
},
"t2125COGSField": {
"line17": 150000,
"line8300": 0,
"line8320": 0,
"line8340": 0,
"line8360": 0,
"line8450": 0,
"line18": 0,
"line8500": 0,
"line8518": 0,
"line19": 0,
"line8519": 150000
},
"t2125CCOGSField": {
"line17": 150000,
"line8300": 0,
"line8320": 0,
"line8340": 0,
"line8360": 0,
"line8450": 0,
"line18": 0,
"line8500": 0,
"line8518": 0,
"line19": 0,
"line8519": 150000
}
}
'