Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 3 Next »

Overview

This web service retrieves a list of vendor summary records (PwsEngagementSummary), based on specified search criteria. The following parameters affect the list of vendors retrieved:

  • QueryString. Find all vendors matching specified string in vendor name or vendor numberĀ 
  • IncludeInactiveFlag. If true, inactive vendors will be returned. Otherwise, only vendors that are not considered inactive will be returned.
  • VendorId/VendorName/VendorUid/VendorNumber. If specified, the identified vendor will be returned (QueryString and IncludeClosedFlag will be ignored)


Request Format


PwsGetVendorListRq

Request Elements


Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32



Click here for more information.


SessionTicket

String



Click here for more information.


IncludeInactiveFlag

Boolean





IncludeResourceVendorsFlag

Boolean





MaxRowsToReturn

Int32





QueryString

String (255)





VendorIdentity

PwsVendorRef





  • No labels