Nota de ajuste
Estructura del objeto de una nota de ajuste.
Ejemplo
{
"format": "Estandar",
"concept": "1",
"consecutive": 5,
"externalNumber": "",
"currencyCode": "COP",
"currencyRate": 0,
"date": "2020-1-18",
"dateStart": "2020-1-18",
"dateEnd": "2020-1-20",
"notes": [
"string"
],
"supportDocumentPrefix": "ds",
"supportDocumentConsecutive": 990004331,
"supportDocumentCuds": "aa2a047694318e5035cd93b3ffd5a12b829654c144b7cac0ac85ca5c0cb0430cfa3b477c4f7a75cf73f03f002f169162",
"supportDocumentDate": "2020-1-18",
"branch": {
"name": "Sucursal",
"address": "KR con CLL",
"phone": "000000",
"countryCode": "CO",
"countryName": "COLOMBIA",
"departamentCode": "25",
"departamentName": "Cundinamarca",
"cityCode": "25178",
"cityName": "Chipaque"
},
"supplier": {
"companyName": "Customer",
"personType": "1",
"firstName": "Customer",
"lastName": "Customer",
"identification": "000000001",
"digitCheck": "8",
"identificationTypeCode": "13",
"email": "[email protected]",
"phone": "",
"merchantRegistration": "",
"responsibleFor": "ZZ",
"responsibilities": "R-99-PN",
"economicActivities": "2824;2920",
"billingAddress": "KR con Calle",
"billingCountryName": "Colombia",
"billingCountryCode": "CO",
"billingRegionName": "Cundinamarca",
"billingRegionCode": "25",
"billingCityName": "Chipaque",
"billingCityCode": "25178",
"billingPostalCode": "",
"billingNeighborhood": "",
"billingPhone": "",
"billingContactName": ""
},
"supportDocumentAdjustmentDetails": [{
"standardType": "",
"standardCode": "",
"itemCode": "0001",
"itemName": "Item",
"itemModel": "",
"description": "Item prueba",
"brandName": "",
"itemCodeSupplier": "",
"isPresent": false,
"unitMeasurementCode": "NIU",
"unitMeasurementName": "",
"price": 1285.00,
"quantity": 2,
"discounts": [{
"name": "",
"type": "V",
"rate": 1,
"amount": 1
}],
"charges": [{
"name": "",
"type": "V",
"rate": 10,
"amount": 10
}],
"taxes": [{
"name": "Iva",
"code": "01",
"type": "V",
"rate": 10,
"amount": 10
}],
"withholdings": [{
"name": "ReteFuente",
"code": "06",
"type": "P",
"rate": 10,
"amount": 3.4
}],
"isvMandante": {
"name": "Mandante",
"identification": "000001",
"digitCheck": "8",
"identificationTypeCode": "13"
}
}],
"totals": {
"amount": 68,
"prepaymentAmount": 0
},
"discounts": [{
"name": "",
"type": "",
"rate": 0,
"amount": 0
}],
"charges": [{
"name": "",
"type": "",
"rate": 0,
"amount": 0
}]
}Estructura
adjustmentNote
branch
supplier
supportDocumentAdjustmentDetails
discount
charge
tax
mandante
total
Última actualización