...
- 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
Panel | ||
---|---|---|
| ||
|
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)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
</soapenv:Envelope> |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
</soapenv:Envelope> |
Response Format
Panel | ||
---|---|---|
| ||
|
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)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
</s:Envelope> |
...