{
"code": "PROD001",
"name": "Producto número 1",
"description": "string",
"modelName": "Modelo Prueba",
"brandName": "Marca1",
"itemCodeSupplier": "Supplier123",
"unitMeasurementCode": "94",
"unitMeasurementName": "Unidad",
"sellersItemIdentificationId": "COD123",
"sellersItemIdentificationExtendedId": "COD-SUB123",
"price": 1000,
"quantity": 5,
"discountAmount": 0,
"chargeAmount": 0,
"standardType": "001",
"standardCode": "123",
"taxes": [
{
"name": "IVA",
"code": "01",
"type": "P",
"rate": 19,
"amount": 1900,
"base": 10000
}
],
"withholdings": [
{
"name": "ReteIVA",
"code": "05",
"type": "P",
"rate": 15,
"amount": 285,
"base": 1900
}
],
"mandante": {
"name": "Pedro Mandante",
"identificationTypeCode": "31",
"identificationNumber": "1234567890",
"digitCheck": "2"
}
}