Versions Compared

Key

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

Overview


This web service retrieves a list of expense types (PwsExpenseType) for the installation of the authenticated user.

Request Format


Panel
titlePwsGetExpenseTypes Request
  • PwsGetExpenseTypes
    • serviceRequest: PwsGetExpenseTypesRq
      • RequestId: Int32
      • SessionTicket: String
      • IncludeHardCostsFlag: Boolean
      • IncludeInactiveFlag: Boolean
      • IncludeMileageCostsFlag: Boolean
      • IncludeSoftCostsFlag: Boolean
      • IncludeVendorInvoiceCostsFlag: Boolean
      • ResourceIdentity: PwsResourceRef (deprecated)
      • IncludeSubcontractorInvoiceCostsFlag: Boolean

...

Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32

No


Click here for more information.

1

SessionTicket

String

Yes


Click here for more information.

Ad9FlVn3Ywb5bdt3cQE3tg==

IncludeHardCostsFlag

Boolean

No 

false 

If set to 'true', expense types enabled for expense report entry are included in the results.

true 

IncludeInactiveFlag

Boolean

No 

false 

If set to 'true', inactive expense types are included in the results. Inactive expense types are expense types that are not enabled for expense reports (as either hard costs or mileage items), soft cost batches, vendor invoices or subcontractor invoices.

true 

IncludeMileageCostsFlag

Boolean

No 

false 

If set to 'true', mileage expense types are included in the results.

true 

IncludeSoftCostsFlag

Boolean

No 

false 

If set to 'true', expense types enabled for soft costs are included in the results.

true 

IncludeVendorInvoiceCostsFlag

Boolean

No 

false 

If set to 'true', expense types enabled for vendor invoices are included in the results.

true 

ResourceIdentity

PwsResourceRef

No

??? 


true 

** This field has been deprecated.


IncludeSubcontractorInvoiceCostsFlag

Boolean

No 

false 

If set to 'true', expense types enabled for subcontractor invoices are included in the results.

true 

Request Usage Example(s)

...