GET stockinfo/persupplier/get-all?passcode={passcode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
passcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StockSupplierInformationName | Description | Type | Additional information |
---|---|---|---|
SupplierNumber | string |
None. |
|
LastUpdated | date |
Required |
|
CurrentlyRunning | boolean |
Required |
Response Formats
application/json, text/json
Sample:
[ { "SupplierNumber": "sample string 1", "LastUpdated": "2025-01-09T03:51:14.9449226+01:00", "CurrentlyRunning": true }, { "SupplierNumber": "sample string 1", "LastUpdated": "2025-01-09T03:51:14.9449226+01:00", "CurrentlyRunning": true } ]
application/xml, text/xml
Sample:
<ArrayOfStockSupplierInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DatabaseCommunicator.Models"> <StockSupplierInformation> <CurrentlyRunning>true</CurrentlyRunning> <LastUpdated>2025-01-09T03:51:14.9449226+01:00</LastUpdated> <SupplierNumber>sample string 1</SupplierNumber> </StockSupplierInformation> <StockSupplierInformation> <CurrentlyRunning>true</CurrentlyRunning> <LastUpdated>2025-01-09T03:51:14.9449226+01:00</LastUpdated> <SupplierNumber>sample string 1</SupplierNumber> </StockSupplierInformation> </ArrayOfStockSupplierInformation>