Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

This web service retrieves one single currency or a list of currencies (PwsCurrencyRate) based on specified search criteria.  If you only provide session ticket, a complete list of system currencies is returned.  If disbursed currency identity is provided, a complete list of system currencies with available FX rate calculated against disbursed currency is returned. When incurred currency is also provided, only incurred currency, instead of the complete list of currencies, is returned. 

Request Format

PwsGetDefaultVatPercentage Request


Request Elements

Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32

 

 

Click here for more information.

 

SessionTicket

String

 

 

Click here for more information.

 

ExpenseTypeIdentity

PwsExpenseTypeRef

 

 

 

 

LocationIdentity

PwsLocationRef

 

 

 

 

Request Usage Example(s)


Example 01
</soapenv:Envelope>


Response Format

PwsGetDefaultVatPercentage Response

Response Elements

Element

Data Type

Required?

Default

Description

Sample Data

Messages

PwsMessage

 

 

 

 

ResponseId

Int32

 

 

Click here for more information.

 

Status

RequestStatus

 

 

Click here for more information.

 

ServerTimestampUtc

DateTime

 

 

Click here for more information.

 

VatPercentage

Double

 

 

 

 

Response Usage Example(s)


Example 01
</s:Envelope>


Common Errors and Warnings

ErrorNumberErrorCodeErrorText
59912ExpenseTypeNotFoundCost code (i.e. Expense Type) not found.
  • No labels