Overview
This structure represents the unique key fields associated with identifying an accounting period. Accounting periods can be identified by AccountingPeriodCode, AccountingPeriodName or AccountingPeriodUid. When specifying a PwsAccountingPeriodRef as an input to a web service, you may specify one or all of the AccountingPeriodCode, AccountingPeriodName or AccountingPeriodUid. However, if you do specify more than one key, they must refer to the same accounting period or the request will fail.
Format
- PwsAccountingPeriodRef
- AccountingPeriodCode: String (20)
- AccountingPeriodId: Int32
- AccountingPeriodName: String (50)
- AccountingPeriodUid: Int64
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
AccountingPeriodCode | String (20) | The accounting period code is a unique identifier | 01~06-2018 |
AccountingPeriodId | Int32 | The accounting period id is a unique identifier. For internal use only. |
|
AccountingPeriodName | String (50) | The accounting period name is a unique identifier | Jan-Jun2018 |
AccountingPeriodUid | Int64 | The accounting period Uid is a unique identifier | 1152921504606866570 |