Suppliers
Lists Suppliers based on the search criteria.
テーブル固有の情報
Select
このテーブルをクエリするには、WHERE 句にId または次のカラムセットのいずれかを含める必要があります。
- Name_p
- Phone_p
- Address_p、City_p、およびState_p
本製品 はSAP Concur API を使用して、Id、またはName_p、Address_p、Address2_p、City_p、State_p、Zip_p、Country_p、Phone_p、McCode_p、TaxId_p、MerchantType_p、MerchantID_p、IataCode_p、Relevance_p の任意の組み合わせのどちらかによりフィルタします。本製品 はクライアント側で本製品 内で他のフィルタを処理します。
例えば、次のクエリはサーバー側で処理されます。
SELECT * FROM Suppliers WHERE Id = 'sampleSuppliersId' SELECT * FROM Suppliers WHERE Name_p = 'sampleName' AND Address_p = 'exampleAddress' AND Address2_p = 'exampleAddress2' AND City_p = 'exampleCity' AND State_p = 'exampleState' AND Zip_p = 'exampleZip' AND Country_p = 'exampleCountry' AND Phone_p = '123456789' AND McCode_p = 'exampleMcCode' AND TaxId_p = 'exampleTaxId' AND MerchantType_p = 'Visa' AND MerchantID_p = 'exampleMerchantID' AND IataCode_p = 'code' AND Relevance_p = 5
Columns
Name | Type | References | Description |
ID [KEY] | String | The unique identifier of the resource. | |
AmadeusId | String | Amadeus Id | |
CreditCardVendorId | String | Creditcard Vendor Id | |
GalileoId | String | Galileo Id | |
NorthstarId | String | Northstar Id | |
PegasusId | String | Pegasus Id | |
SabreId | String | Sabre Id | |
TaxId | String | Tax Id | |
WorldspanId | String | Worldspan Id | |
AustinTetra | String | Austin Tetra | |
BusinessName | String | Name | |
ChainCode | String | Chain Code | |
ChainName | String | Chain Name | |
City | String | City | |
CountryCode | String | Country Code | |
DunsNumber | String | Duns Number | |
String | |||
Fax | String | Fax | |
MccCode | String | MCC Code (Ex: Delta Airline - 3058) | |
Phone | String | Phone | |
PostalCode | String | Zip | |
PrimaryNaics | String | Primary Naics Code | |
PrimarySic | String | Primary Sic Code | |
PropertyCode | String | undefined:ConnectSwaggerDocs-SUP_PARAM_PROPERTY_CODE | |
SecondaryNaics | String | Secondary Naics Code | |
SecondarySic | String | Secondary Sic Code | |
State | String | State | |
StreetAddress | String | Address | |
StreetAddress2 | String | Address2 | |
TollFree | String | Toll Free | |
URI | String | The URI to the resource. | |
WebUrl | String | Web Address |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description | |
IataCode_p | String | IATA Code | |
MerchantType_p | String | Merchant Type Code(Ex: Visa - VI, Amex - AX) | |
MerchantID_p | String | Merchant Id | |
Zip_p | String | Zip | |
Relevance_p | String | Relevance of the Search results | |
Name_p | String | Name | |
Address_p | String | Address | |
McCode_p | String | MCC Code (Ex: Delta Airline - 3058) | |
TaxId_p | String | Tax Id | |
Address2_p | String | Address | |
Country_p | String | Country Code |