{"ok":true,"commandType":"create-fixed-asset-gl-accounts","module":"GL","mode":"write","summary":"Create the two GL accounts from AutoCount's Create New Fixed Asset Account screen.","payloadSchema":{"fixedAsset":{"accNo":"required fixed asset GL account number","description":"required fixed asset GL account description","accType":"required valid Asset account type code from list-general-account-types","parentAccNo":"optional fixed asset parent account","currencyCode":"optional currency code, for example MYR","cashFlowCategory":"optional, defaults to InvestingActivities","specialAccType":"optional, defaults to SFA / FixedAsset"},"accumulatedDepreciation":{"accNo":"required accumulated depreciation GL account number","description":"required accumulated depreciation GL account description","accType":"required valid Asset account type code from list-general-account-types","parentAccNo":"optional accumulated depreciation parent account","currencyCode":"optional currency code, for example MYR","cashFlowCategory":"optional, defaults to OperatingActivities","specialAccType":"optional, defaults to SAD / AccumulatedDepreciation"}},"examplePayload":{"fixedAsset":{"accNo":"150-1000","description":"Motor Vehicle","accType":"use an Asset code from list-general-account-types","parentAccNo":"<<FIXED ASSETS>>","currencyCode":"MYR","cashFlowCategory":"InvestingActivities","specialAccType":"SFA"},"accumulatedDepreciation":{"accNo":"159-1000","description":"Accumulated Depreciation - Motor Vehicle","accType":"use an Asset code from list-general-account-types","parentAccNo":"<<FIXED ASSETS>>","currencyCode":"MYR","cashFlowCategory":"OperatingActivities","specialAccType":"SAD"}},"notes":"Creates both GL Account Maintenance records through AutoCount AccountCommand.NewAccount and SaveAccount. The connector checks both account numbers before saving either record. Use create-gl-account only when creating one account. Matches AutoCount Create New Fixed Asset Account screen. It saves two GL Account Maintenance records through AutoCount AccountCommand: the fixed asset account with specialAccType SFA and the accumulated depreciation account with specialAccType SAD. Use list-general-account-types first; accType must be a real account type code in that account book.","nativePayload":{"supported":false,"sections":[{"name":"Master","fields":[]},{"name":"Details","fields":[]},{"name":"KnockOffDetails","fields":[]},{"name":"TransferDetails","fields":[]},{"name":"PaymentDetails","fields":[]},{"name":"Options","fields":[]}]}}