Versions Compared

Key

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

...

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>

...