GET api/StockProducts?codigoInterno={codigoInterno}&idSucursal={idSucursal}&latitude={latitude}&longitude={longitude}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
codigoInterno | string |
Required |
|
idSucursal | string |
Required |
|
latitude | decimal number |
Required |
|
longitude | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
StockProductName | Description | Type | Additional information |
---|---|---|---|
StockId | integer |
None. |
|
BrandId | integer |
None. |
|
ProductId | integer |
None. |
|
CodeProduct | string |
None. |
|
CommerceId | integer |
None. |
|
Stock | decimal number |
None. |
|
Commerce | Commerce |
None. |
Response Formats
application/json, text/json
Sample:
{ "StockId": 1, "BrandId": 1, "ProductId": 1, "CodeProduct": "sample string 2", "CommerceId": 1, "Stock": 3.1, "Commerce": { "CommerceId": 1, "BrandId": 2, "Name": "sample string 3", "Description": "sample string 4", "Address": "sample string 5", "Phone": "sample string 6", "ScheduleMondayToFriday": "sample string 7", "ScheduleSaturday": "sample string 8", "ScheduleSunday": "sample string 9", "Email": "sample string 10", "City": "sample string 11", "ShiftPharmacy": true, "Latitude": 13.1, "Longitude": 14.1, "Distance": "sample string 15", "TwentyFourSeven": true } }