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
- RequestId: Int32
- SessionTicket: String
- BeginDate: DateTime
- EndDate: DateTime
- ListType: String
- MaximumRows: Int32
- ResourceIdentity: PwsResourceRef
- SearchString: String
- 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 |
|
|
|
| |
SearchString | String |
|
|
|
|
Usage Example(s)
Response Format
PwsGetOnBehalfOfResources Response
- PwsGetOnBehalfOfResourcesResponse
- PwsGetOnBehalfOfResourcesResult: PwsGetOnBehalfOfResourcesRs
- Messages: PwsMessage[]
- ResponseId: Int32
- Status: RequestStatus
- ServerTimestampUtc: DateTime
- Resources: PwsOnBehalfOfResource[]
- PwsGetOnBehalfOfResourcesResult: PwsGetOnBehalfOfResourcesRs
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages |
|
| |
ResponseId | Int32 | Click here for more information. |
|
Status | RequestStatus | Click here for more information. |
|
ServerTimestampUtc | DateTime | Click here for more information. |
|
Resources |
|
|
Response Usage Example(s)
Common Errors and Warnings
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
64223 | InvalidValueForListType | The specified value for ListType is invalid. Valid values are T for time or C for cost. |