Versions Compared

Key

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

...

This web service retrieves a list of vendor element records (PwsVendorElement), based upon a list of unique vendor identifiers (PwsVendorRef)

Request Format

Panel
titlePwsGetOnBehalfOfResources Request
  • PwsGetOnBehalfOfResources
    • serviceRequest: PwsGetOnBehalfOfResourcesRq

Request Elements

Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32

 

 

Click here for more information.

 

SessionTicket

String

 

 

Click here for more information.

 

BeginDate

DateTime

 

 

 

 

EndDate

DateTime

 

 

 

 

ListType

String

 

 

 

 

MaximumRows

Int32

 

 

 

 

ResourceIdentity

PwsResourceRef

 

 

 

 

SearchString

String

 

 

 

 

Usage Example(s)


Code Block
languagejava
titleExample 01
collapsetrue
   </soapenv:Body>
</soapenv:Envelope>

Response Format

Panel
titlePwsGetOnBehalfOfResources Response

Response Elements

Element

Data Type

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.

 

Resources

PwsOnBehalfOfResource[]

 

 

Response Usage Example(s)

...

Code Block
languagexml
titleExample 01
collapsetrue
</s:Envelope>

...

Common Errors and Warnings

...

ErrorNumber

ErrorCode

ErrorText

64223InvalidValueForListTypeThe specified value for ListType is invalid. Valid values are T for time or C for cost.