Overview
This web service retrieves one single currency or a list of currencies (PwsCurrencyRate) based on specified search criteria. If you do not specify the currency to retrieve, a complete list of system currencies is returned. If a disbursed currency identity is provided, the available FX rate data for conversion to and from the specified disbursed currency will be included in the response for each currency. If you do not specify a disbursed currency, but do specify a resource identity, the resource's disbursing currency is used. If neither a disbursed currency identity nor a resource identity are provided, the FX rate data will be null in the response. When an incurred currency is also provided, only the specified currency, instead of the complete list of currencies, is returned.
Request Format
- PwsGetCurrencies
- serviceRequest: PwsGetCurrenciesRq
- RequestId: Int32
- SessionTicket: String
- DisbursedCurrencyIdentity: PwsCurrencyRef
- EffectiveDate: DateTime
- IncurredOpsCurrencyIdentity: PwsOpsCurrencyRef
- ResourceIdentity: PwsResourceRef
- serviceRequest: PwsGetCurrenciesRq
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | ||
SessionTicket | String | Yes | Click here for more information. | ATtU220EvBSE2+GCN9U58g== | |
DisbursedCurrencyIdentity | No | If provided, this response for each incurred currency will include the FX rate for conversion to or from the specified disbursed currency. | |||
EffectiveDate | DateTime | No | Today's date | This date is used to determine the FX rate between the specified disbursed currency and the incurred currencies. | 2018-01-01z |
IncurredOpsCurrencyIdentity | No | If not provided, a complete of system currencies is returned, Otherwise, this currency is returned in the response | |||
ResourceIdentity | No | If specified, this resource is used to determine the disbursed currency when disbursed currency identity is not provided in the request. |
Request Usage Example(s)
Response Format
- PwsGetCurrenciesResponse
- PwsGetCurrenciesResult: PwsGetCurrenciesRs
- Messages: PwsMessage [ ]
- ResponseId: Int32
- Status: RequestStatus
- ServerTimestampUtc: DateTime
- Currencies: PwsCurrencyRate
- PwsGetCurrenciesResult: PwsGetCurrenciesRs
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | The web service response status and message. Click here for more information. | ||
ResponseId | Int32 | Click here for more information. | 0 |
Status | RequestStatus | Click here for more information | Ok |
ServerTimestampUtc | DateTime | Click here for more information. | 2018-03-13T13:42:05.2909846Z |
Currencies | The basic currency information and Fx rate between disbursed and incurred currencies. |
Response Usage Example(s)
PwsGEtCurrencies - Common Errors and Warnings
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
57530 | CurrencyNotValidForAccount | The specified currency is not enabled for this account. |
57545 | ResourceNotFound | The specified resource does not exist. |