curl --location 'https://isv.aliaddo.net/api/v1/public/documents/support/adjustments/test' \
--header 'x-api-key: key-66ee24fe7d694bfba5368013b09c91a8-016085' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "01",
"concept": 6,
"format": "Estandar",
"consecutive": "{{$string.numeric}}",
"currencyCode": "COP",
"currencyRate": 0,
"date": "{{$date.now}}",
"typeOfOperation": "22",
"termDay": 0,
"paymentMeanCode": "48",
"supplier": {
"companyName": "Customer",
"personType": "1",
"regimeType": "48",
"firstName": "Customer",
"lastName": "Customer",
"identification": "000000001",
"digitCheck": "8",
"identificationTypeCode": "13",
"email": "email@email.com",
"responsibleFor": "ZZ",
"responsibilities": "R-99-PN",
"economicActivities": "2817;3092",
"billingAddress": "KR con Calle",
"billingCountryName": "Colombia",
"billingCountryCode": "CO",
"billingRegionName": "Cundinamarca",
"billingRegionCode": "25",
"billingCityName": "Chipaque",
"billingCityCode": "25178"
},
"supportDocumentDetails": [
{
"itemCode": "0001",
"itemName": "Item",
"itemModel": "",
"description": "Item prueba",
"isPresent": false,
"isRemmitance": false,
"remmitanceValue": 0,
"remmitanceQuantityValue": 0,
"unitMeasurementCode": "94",
"unitMeasurementName": "Unidad",
"price": "100",
"quantity": "1",
"taxes": [
{
"name": "Iva",
"code": "01",
"type": "P",
"rate": 19,
"amount": 19
}
],
"isvMandante": {
"name": "Mandante",
"identification": "000001",
"digitCheck": "8",
"identificationTypeCode": "13"
}
}
],
"totals": {
"amount": 100
}
}'