curl --location --request PUT 'https://api.edonusum.muhasip.pro/eledger/Properties' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"ELedgerProperties": {
"Nace": "string",
"Creator": "string",
"LineCount": 0,
"TaxType": "IncludeTax",
"IsBranch": true,
"BranchName": "string",
"BranchNumber": "string",
"LedgerPeriod": true,
"FiscalYearStart": "2019-08-24T14:15:22.123Z",
"FiscalYearEnd": "2019-08-24T14:15:22.123Z",
"AccountingPeriod": "AccountingPeriod",
"SignMethod": "SmartCard",
"IsLiquidate": true,
"LiquidateYearStart": "2019-08-24T14:15:22.123Z",
"BalanceControl": true,
"PaymentMethodControl": true,
"CurrencyCode": "string",
"SplitBillControl": true,
"DocumentNumberControl": true,
"AutoNumberControl": true,
"DateDifferenceValidControl": true,
"OpeningVoucherControl": true,
"AutoPaymentMethodControl": true
}
}'