Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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
  • 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


Usage Example(s)


Example 01
            <req:AccountingPeriodIdentity>
               <com:AccountingPeriodCode>01~06-2018</com:AccountingPeriodCode>
               <com:AccountingPeriodName>Jan-Jun2018</com:AccountingPeriodName>
               <com:AccountingPeriodUid>1152921504606866570</com:AccountingPeriodUid>
            </req:AccountingPeriodIdentity>



  • No labels