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

Version 1 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
  • 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

 

 

 

 

VendorIdentity

PwsVendorRef

 

 

 

 

  • No labels