Authorization: ********************{
"holdingId": 0,
"paidDate": "2019-08-24T14:15:22Z",
"exDividendDate": "2019-08-24T14:15:22Z",
"franked": 0,
"frankingCredits": 0,
"unfranked": 0,
"isReinvested": true,
"noOfReinvestedShares": 0,
"priceOfReinvestedShares": 0,
"isTrustIncome": true,
"isForeignIncome": true,
"exchangeRate": 0,
"foreignTaxWithheld": 0,
"excludeFromTax": true,
"notes": "string",
"isConfirmed": true,
"dividendCurrency": "string",
"baseCurrencyCode": "string",
"interestIncome": 0,
"taxDeferredAmount": 0,
"foreignSourceIncome": 0,
"discountedCapitalGains": 0,
"nonDiscountedCapitalGains": 0,
"cgtConcession": 0,
"nonAssessable": 0,
"amitCostBaseIncrease": 0,
"amitCostBaseDecrease": 0,
"tfnWithholdingTax": 0,
"otherNetFsi": 0,
"licCapitalGain": 0
}curl --location --request PUT '/v1/income/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"holdingId": 0,
"paidDate": "2019-08-24T14:15:22Z",
"exDividendDate": "2019-08-24T14:15:22Z",
"franked": 0,
"frankingCredits": 0,
"unfranked": 0,
"isReinvested": true,
"noOfReinvestedShares": 0,
"priceOfReinvestedShares": 0,
"isTrustIncome": true,
"isForeignIncome": true,
"exchangeRate": 0,
"foreignTaxWithheld": 0,
"excludeFromTax": true,
"notes": "string",
"isConfirmed": true,
"dividendCurrency": "string",
"baseCurrencyCode": "string",
"interestIncome": 0,
"taxDeferredAmount": 0,
"foreignSourceIncome": 0,
"discountedCapitalGains": 0,
"nonDiscountedCapitalGains": 0,
"cgtConcession": 0,
"nonAssessable": 0,
"amitCostBaseIncrease": 0,
"amitCostBaseDecrease": 0,
"tfnWithholdingTax": 0,
"otherNetFsi": 0,
"licCapitalGain": 0
}'