A finalidade deste método é possibilitar o cadastro de divisão para de famílias de produtos.
POST api/v3/products/family/{seqFamily}/divison
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
seqFamily | seq Family | integer | Obrigatório. |
Collection of PostFamilyDivisionDTO
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
divisionNumber | Division number | integer | Obrigatório |
standardPurchasePacking | Standard purchase packing – (Default: 1) | decimal number | Não há. |
seqBuyer | Buyer code | integer | Obrigatório |
taxNumber | Tax number | integer | Obrigatório |
purposeFamily | Purpose family (P – Raw Material, B – Toast, U – Material use consumption, A – Permanent assets, S – Services, G – Safe, F – Freight, D – Expenses, V – Exploitation, L – Worth or receipt, E – Packing, C – Product in process, Q – Finished product, T – Byproduct, I – Intermediary product, O – Other inputs, J – Related searches, N – Rest cred trib, M – Complement in advance, X – Guaranteed extended, Z – it’s gas, R – Merchandise for resale | string | Obrigatório Tamanho Máximo: 1 |
formSupply | Form supply | string | Obrigatório Tamanho Máximo: 1 |
serviceFactor | Service factor – (Default: 1) | integer | Não há. |
profitMargin | Profit margin – (Default: 0) | decimal number | Não há. |
replicationIndicator | Replication indicator (Options: S – Yes / N – No) – (Default: S) | string | Tamanho Máximo: 1 |
seqCategory | Sequence of family category in division | integer | Não há. |
application/json, text/json
Exemplo (Sample):
[
{
"divisionNumber": 1,
"standardPurchasePacking": 1.1,
"seqBuyer": 2,
"taxNumber": 3,
"purposeFamily": "sample string 4",
"formSupply": "sample string 5",
"serviceFactor": 1,
"profitMargin": 1.1,
"replicationIndicator": "sample string 6",
"seqCategory": 1
},
{
"divisionNumber": 1,
"standardPurchasePacking": 1.1,
"seqBuyer": 2,
"taxNumber": 3,
"purposeFamily": "sample string 4",
"formSupply": "sample string 5",
"serviceFactor": 1,
"profitMargin": 1.1,
"replicationIndicator": "sample string 6",
"seqCategory": 1
}
]
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
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-08T15:12:20.6928492-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-08T15:12:20.6928492-03:00",
"userUpdate": "sample string 9"
}
]