A finalidade deste método é, possibilitar a consulta de fornecedores dos produtos.
GET api/v2/sm_products/suppliers
...
...
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
deleted | Indicates if return deleted records. – Optional – (N = No, S = Yes) – Default = “N” Note: if “N”, will be showed just deleted records; if “S”, will be showed just active records. | string | Não há. |
exclusion_date | Last Exclusion Date – (dd/mm/aaaa or ddmmaaaa) – Optional. Valid just when parameter “DELETED” it’s = “S”. | string | Não há. |
last_update_date | Last Update Date – (Optional) – (dd/mm/aaaa or ddmmaaaa) | string | Não há. |
seq_product | Product Sequence – Required | Collection of decimal number | Requerido |
_pageNo | integer | Não há. | |
_pageSize | integer | Não há. |
...
Não há.
...
SupplierResponseDTO – List of Suppliers
Collection of SupplierResponseDTO
Nome (Name) |
Descrição (Description) |
Tipo (Type) | Informações |
Adicionais (Adittional Information) | |||
main_supplier | Indicates if is Main Supplier | string | Não há. |
name | Name of Supplier | string | Não há. |
name_trading | Trading Name | string | Não há. |
reg_number | Brazilian Registry of Corporate Taxpayers | integer | Não há. |
reg_number_dig | Digit of Brazilian Registry of Corporate Taxpayers | integer | Não há. |
resale_supplier | Indicates if supplier is reseller – N = No, S = Yes | string | Não há. |
seq_family | Product Sequence | decimal number | Não há. |
seq_product | Product Sequence | decimal number | Não há. |
seq_supplier | Supplier Sequence | decimal number | Não há. |
status | Indicates if supllier is blocked – A = Not Blocked, I = Blocked | string | Não há. |
type_supplier | Type of Supplier – D = Distributor, I = Industry | string | Não há. |
...
...