Overview
This web service retrieves a list of project summary records (PwsProjectSummary), based on specified search criteria. The following parameters affect the list of engagements retrieved:
- QueryString: Find all projects matching specified string in project's code or name, associated contract line item code or name, the associated engagement code or name, or the client name or number for the associated engagement's client or any parent client thereof.
- IncludeClosedFlag: If set to 'true', projects that are open or closed according to the project stage settings will be returned. Otherwise, only projects that are considered not closed will be returned.
- ProjectIdentity: If specified, the identified engagement will be returned. And QueryString and IncludeClosedFlag will be ignored.
Request Format
- PwsGetAccountingPeriodList
- serviceRequest: PwsGetAccountingPeriodListRq
- RequestId: Int32
- SessionTicket: String
- AccountingPeriodIdentity: PwsAccountingPeriodRef
- IncludeFullyClosedFlag: Boolean
- IncludeOpenForAdjustmentsFlag: Boolean
- IncludeOpenForApTransactionsFlag: Boolean
- IncludeOpenForArTransactionsFlag: Boolean
- IncludeOpenForCostFlag: Boolean
- IncludeOpenForGlTransactionsFlag: Boolean
- IncludeOpenForTimeFlag: Boolean
- MaxRowsToReturn: Int32
- QueryString: String
- CompanyIdentity: PwsCompanyRef
- serviceRequest: PwsGetAccountingPeriodListRq
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | Click here for more information. | |||
SessionTicket | String | Click here for more information. | |||
AccountingPeriodIdentity | |||||
IncludeFullyClosedFlag | Boolean | ||||
IncludeOpenForAdjustmentsFlag | Boolean | ||||
IncludeOpenForApTransactionsFlag | Boolean | ||||
IncludeOpenForArTransactionsFlag | Boolean | ||||
IncludeOpenForCostFlag | Boolean | ||||
IncludeOpenForGlTransactionsFlag | Boolean | ||||
IncludeOpenForTimeFlag | Boolean | ||||
MaxRowsToReturn | Int32 | ||||
QueryString | String | ||||
CompanyIdentity |
Usage Example(s)
Response Format
- PwsGetAccountingPeriodListResponse
- PwsGetAccountingPeriodListResult: PwsGetAccountingPeriodListRs
- Messages: PwsMessage
- ResponseId: Int32
- Status: RequestStatus
- ServerTimestampUtc: DateTime
- AccountingPeriods: PwsAccountingPeriodSummary
- PwsGetAccountingPeriodListResult: PwsGetAccountingPeriodListRs
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | |||
ResponseId | Int32 | Click here for more information. | |
Status | RequestStatus | Click here for more information | Ok |
ServerTimestampUtc | DateTime | Click here for more information. | |
AccountingPeriods |
Usage Example(s)
Common Errors and Warnings
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | Description |
---|---|---|