A finalidade deste método é possibilitar o cadastro de embalagens de famílias de produtos.
POST api/v3/products/family/{seqFamily}/packing
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
seqFamily | seq Family | integer | Obrigatório. |
Seq family
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
packingQuantity | Packing quantity – (Default: 1) | decimal number | Não há. |
packing | Packing – (Default: UN) | string | Tamanho Máximo: 2 |
grossWeight | Gross weight – (Default: 0) | decimal number | Não há. |
netWeight | Net weight – (Default: 0) | decimal number | Não há. |
heigh | Heigh – (Default: 0) | decimal number | Não há. |
width | Width – (Default: 0) | decimal number | Não há. |
depth | Depth – (Default: 0) | decimal number | Não há. |
status | Status (Options: A – Active / I – Inactive) – (Default: A) | string | Tamanho Máximo: 1 |
packingUnitQuantity | Packing unit quantity – (Default: 1) | decimal number | Não há. |
packingWeight | Packing weight (Options: S – Yes / N – No) – (Default: N) | string | Tamanho Máximo: 1 |
replicationIndicator | Replication indicator (Options: S – Yes / N – No) – (Default: S) | string | Tamanho Máximo: 1 |
liters | Liters – (Default: 0) | decimal number | Não há. |
usesLabelProductBatch | Indicates if the packaging will be used in the issuing of labels of the production lots (OPTIONS: S – Yes / N – No) – (Default: N) Note: only when uses concept of issuing labels by multiple packaging | string | Tamanho Máximo: 1 |
priceKindPacking | Package type price (N – Normal packing / P – Packing only for price) – (Default: N) | string | Tamanho Máximo: 1 |
decimalPacking | Decimal packing (Options: S – Yes / N – No) – (Default: N) | string | Tamanho Máximo: 1 |
application/json, text/json
Exemplo (Sample):
[
{
"packingQuantity": 1.1,
"packing": "sample string 1",
"grossWeight": 1.1,
"netWeight": 1.1,
"heigh": 1.0,
"width": 1.0,
"depth": 1.0,
"status": "sample string 2",
"packingUnitQuantity": 1.0,
"packingWeight": "sample string 3",
"replicationIndicator": "sample string 4",
"liters": 1.1,
"usesLabelProductBatch": "sample string 5",
"priceKindPacking": "sample string 6",
"decimalPacking": "sample string 7"
},
{
"packingQuantity": 1.1,
"packing": "sample string 1",
"grossWeight": 1.1,
"netWeight": 1.1,
"heigh": 1.0,
"width": 1.0,
"depth": 1.0,
"status": "sample string 2",
"packingUnitQuantity": 1.0,
"packingWeight": "sample string 3",
"replicationIndicator": "sample string 4",
"liters": 1.1,
"usesLabelProductBatch": "sample string 5",
"priceKindPacking": "sample string 6",
"decimalPacking": "sample string 7"
}
]
application/x-www-form-urlencoded
Exemplo (Sample):
Exemplo não disponível.
Collection of FamilyPacking
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
seqFamily | integer | Não há. | |
packingQuantity | decimal number | Não há. | |
packing | string | Não há. | |
grossWeight | decimal number | Não há. | |
netWeight | decimal number | Não há. | |
height | decimal number | Não há. | |
width | decimal number | Não há. | |
depth | decimal number | Não há. | |
status | string | Não há. | |
packingUnitQuantity | decimal number | Não há. | |
packingWeight | string | Não há. | |
replicationIndicator | string | Não há. | |
liters | decimal number | Não há. | |
usesLabelProductBatch | string | Não há. | |
priceKindPacking | string | Não há. | |
decimalPacking | string | Não há. | |
dateUpdate | date | Não há. | |
userUpdate | string | Não há. |
application/json, text/json, application/xml, text/xml
Exemplo (Sample):
[
{
"seqFamily": 1,
"packingQuantity": 1.1,
"packing": "sample string 2",
"grossWeight": 1.1,
"netWeight": 1.1,
"height": 1.0,
"width": 1.0,
"depth": 1.0,
"status": "sample string 3",
"packingUnitQuantity": 1.0,
"packingWeight": "sample string 4",
"replicationIndicator": "sample string 5",
"liters": 1.1,
"usesLabelProductBatch": "sample string 6",
"priceKindPacking": "sample string 7",
"decimalPacking": "sample string 8",
"dateUpdate": "2019-08-08T13:52:03.5101613-03:00",
"userUpdate": "sample string 9"
},
{
"seqFamily": 1,
"packingQuantity": 1.1,
"packing": "sample string 2",
"grossWeight": 1.1,
"netWeight": 1.1,
"height": 1.0,
"width": 1.0,
"depth": 1.0,
"status": "sample string 3",
"packingUnitQuantity": 1.0,
"packingWeight": "sample string 4",
"replicationIndicator": "sample string 5",
"liters": 1.1,
"usesLabelProductBatch": "sample string 6",
"priceKindPacking": "sample string 7",
"decimalPacking": "sample string 8",
"dateUpdate": "2019-08-08T13:52:03.5101613-03:00",
"userUpdate": "sample string 9"
}
]