...
This structure represents the unique key fields associated with identifying a project. Projects an accounting period. Accounting periods can be identified by ProjectCode or ProjectUid AccountingPeriodCode, AccountingPeriodName or AccountingPeriodUid. When specifying a PwsProjectRef as a PwsAccountingPeriodRef as an input to a web service, you may specify one or both the ProjectCode and/or ProjectUidall of the AccountingPeriodCode, AccountingPeriodName or AccountingPeriodUid. However, if you do specify bothmore than one key, they must both refer to the same project accounting period or the project reference will not be considered valid. When a PwsProjectRef is returned in the response to a web service, both the ProjectCode and ProjectUid will be populated, and guaranteed to refer to a single project.
Format
...
request will fail.
Format
Panel | ||
---|---|---|
| ||
|
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)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<req:AccountingPeriodIdentity>
<com:AccountingPeriodCode>01~06-2018</com:AccountingPeriodCode>
<com:AccountingPeriodName>Jan-Jun2018</com:AccountingPeriodName>
<com:AccountingPeriodUid>1152921504606866570</com:AccountingPeriodUid>
</req:AccountingPeriodIdentity>
|