Description
API call returns supplier data
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
OnlyActive |
integer |
0 |
0 or 1 |
Return only active suppliers |
| 2 |
SupplNr |
string |
0 |
abcd |
[optional] if value is passed, then only the supplier with specified SupplNr is returned. Otherwise, all suppliers are returned. See also parameter OnlyActive |
Request body
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
<soapenv:Header/>
<soapenv:Body>
<dem:pixiGetSuppliers>
<dem:OnlyActive>0 or 1</dem:OnlyActive>
<dem:SupplNr>abcd</dem:SupplNr>
</dem:pixiGetSuppliers>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Supplier data
| # |
Name |
Type |
Description |
| 1 |
SupplNr |
string |
Supplier number (code) |
| 2 |
SupplName |
string |
Supplier name |
| 3 |
SupplNameExt |
string |
External supplier name |
| 4 |
DefaultDeliveryDays |
integer |
Default delivery days |
| 5 |
SupplFaxNR |
string |
Fax number |
| 6 |
CustNR |
string |
Customer number |
| 7 |
eMail |
string |
E-Mail address |
| 8 |
SupAnrede |
string |
Supplier Title |
| 9 |
SupName2 |
string |
Supplier Name |
| 10 |
SupAddress |
string |
Supplier Address |
| 11 |
SupZip |
string |
Supplier ZIP |
| 12 |
SupPhone1 |
string |
Supplier Phone |
| 13 |
CanDoDirectFulfillment |
boolean |
Indicator if supplier can do direct fullfillment |
| 14 |
SupplGroup |
string |
Supplier group |
| 15 |
SupCity |
string |
Supplier City |
| 16 |
SupPhone2 |
string |
Supplier 2nd phone number |
| 17 |
SupplCtry |
string |
Supplier Country |
| 18 |
CurrencyId |
string |
Currency ID (always EUR) |
| 19 |
eMailSupplOrder |
string |
E-mail where to send the supplier order |
| 20 |
HomePageUrl |
string |
Supplier home page URL |
| 21 |
MainContact_Title |
string |
Main contact title |
| 22 |
MainContact_FirstName |
string |
Main contact first name |
| 23 |
MainContact_LastName |
string |
Main contact last name |
| 24 |
MainContact_JobTitle |
string |
Main contact job title |
| 25 |
MainContact_JobFunction |
string |
Main contact job function |
| 26 |
MainContact_Phone |
string |
Main contact phone number |
| 27 |
MainContact_MobilePhone |
string |
Main contact mobile phone number |
| 28 |
MainContact_Fax |
string |
Main contact fax number |
| 29 |
MainContact_Email |
string |
Main contact e-mail address |
| 30 |
SupplierIsInactive |
boolean |
Indicator if the supplier is marked as inactive in pixi* |
| 31 |
SupplierComment |
string |
Supplier comment |
Additional Notes