Versions Compared

Key

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

...

This web service retrieves a list of companines (PwsCompanySummary), based on specified search criteria. You can specify which company or comapnies to retrieve either by specifying a set of search criteria, or by specifying a specific company (PwsCompanyRef). 

Request Format

Panel
titlePwsGetCurrencies 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.


DisbursedCurrencyIdentity

PwsCurrencyRef





EffectiveDate

DateTime





IncurredOpsCurrencyIdentity

PwsOpsCurrencyRef





ResourceIdentity

PwsResourceRef





Request Usage Example(s)


Code Block
languagexml
titleExample 01 - no company identity
collapsetrue
</soapenv:Envelope>
Code Block
languagexml
titleExample 02 - use company identity
collapsetrue
</soapenv:Envelope>

Response Format

Panel
titlePwsGetCurrencies Response

Response Elements

Element

Data Type

Description

Sample Data

Messages

PwsMessage



ResponseId

Int32

Click here for more information.


StatusRequestStatusClick here for more informationOk

ServerTimestampUtc

DateTime

Click here for more information.


Currencies

PwsCurrencyRate



Response Usage Example(s)

...