Nota crédito
Estructura del objeto de una nota crédito.
Ejemplo
{
"format": "Estandar",
"emailSender": "",
"concept": "1",
"consecutive": 5,
"externalNumber": "",
"currencyCode": "COP",
"currencyRate": 0,
"date": "2020-1-18",
"dateStart": "2020-1-18",
"dateEnd": "2020-1-20",
"typeOfOperation": "01",
"terms": "",
"remark": "",
"observation": "",
"invoicePrefix": "inv",
"invoiceConsecutive": 990004331,
"invoiceCufe": "aa2a047694318e5035cd93b3ffd5a12b829654c144b7cac0ac85ca5c0cb0430cfa3b477c4f7a75cf73f03f002f169162",
"invoiceDate": "2020-1-18",
"branch": {
"name": "Sucursal",
"address": "KR con CLL",
"phone": "000000",
"countryCode": "CO",
"countryName": "COLOMBIA",
"departamentCode": "25",
"departamentName": "Cundinamarca",
"cityCode": "25178",
"cityName": "Chipaque"
},
"resolution": {
"resolutionKey": "fc8eac422eba16e22ffd8c6f94b3f40a6e38162c",
"resolutionPrefix": "SETT",
"resolutionNumber": 18760000001,
"resolutionRangeInitial": 990000000,
"resolutionRangeFinal": 995000000,
"resolutionValidFrom": "2019-01-19",
"resolutionValidUntil": "2030-01-19"
},
"customer": {
"companyName": "Customer",
"personType": "1",
"regimeType": "04",
"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": "",
"shippingAddress": "",
"shippingCountryName": "",
"shippingCountryCode": "",
"shippingRegionName": "",
"shippingRegionCode": "",
"shippingCityName": "",
"shippingCityCode": "",
"shippingPostalCode": "",
"shippingNeighborhood": "",
"shippingPhone": "",
"shippingContactName": ""
},
"invoiceNoteDetails": [{
"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
}],
"customFields": [{
"value": "666",
"key": "invoiceId"
}]
}Estructura
invoiceNoteCr
branch
resolution
customer
invoiceNoteDetail
discount
charge
tax
mandante
total
customFields
Última actualización