Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 2 Next »

Overview


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

Request Format

PwsGetOnBehalfOfResources 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)


Example 01
   </soapenv:Body>
</soapenv:Envelope>

Response Format

PwsGetOnBehalfOfResources 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)


Example 01
</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.
  • No labels