Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 any combination of one or all of the  AccountingPeriodCode, AccountingPeriodName or AccountingPeriodUidmore of these fields. However, if you do specify more than one key, they must refer to the same accounting period or the request will fail. 

...

Panel
titlePwsAccountingPeriodRef
  • PwsAccountingPeriodRef
    • AccountingPeriodCode: String (20)
    • AccountingPeriodId: Int32
    • AccountingPeriodName: String (50)
    • AccountingPeriodUid: Int64

Elements

Element

Data Type

Description

Sample Data

AccountingPeriodCode

String (20)

 The

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)


Code Block
languagexml
titleExample 01
collapsetrue
            <req:AccountingPeriodIdentity>
               <com:AccountingPeriodCode>01~06-2018</com:AccountingPeriodCode>
               <com:AccountingPeriodName>Jan-Jun2018</com:AccountingPeriodName>
               <com:AccountingPeriodUid>1152921504606866570</com:AccountingPeriodUid>
            </req:AccountingPeriodIdentity>

...