{
"dueDate": "string",
"scheduleDate": "string",
"holderBankAccountId": "string",
"statusDescription": "string",
"paymentType": "string",
"isExternalChange": true,
"value": {
"originalValue": {
"value": 12.03,
"currencyCode": "BRL",
"valueString": "12.03"
},
"dueValue": {
"value": 12.03,
"currencyCode": "BRL",
"valueString": "12.03"
},
"fineValue": {
"value": 12.03,
"currencyCode": "BRL",
"valueString": "12.03"
},
"interestValue": {
"value": 12.03,
"currencyCode": "BRL",
"valueString": "12.03"
},
"discountValue": {
"value": 12.03,
"currencyCode": "BRL",
"valueString": "12.03"
},
"amountPaid": {
"value": 12.03,
"currencyCode": "BRL",
"valueString": "12.03"
},
"taxValue": {
"value": 12.03,
"currencyCode": "BRL",
"valueString": "12.03"
},
"retentionTaxValue": {
"value": 12.03,
"currencyCode": "BRL",
"valueString": "12.03"
}
},
"detail": {},
"paymentPurpose": {
"code": "string",
"description": "string",
"status": true
}
}curl --location --request PATCH 'https://hom.roit.ai/financial-account-payable/api/v1/account-payables/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"dueDate": "string",
"scheduleDate": "string",
"holderBankAccountId": "string",
"statusDescription": "string",
"paymentType": "string",
"isExternalChange": true,
"value": {
"originalValue": {
"value": 12.03,
"currencyCode": "BRL",
"valueString": "12.03"
},
"dueValue": {
"value": 12.03,
"currencyCode": "BRL",
"valueString": "12.03"
},
"fineValue": {
"value": 12.03,
"currencyCode": "BRL",
"valueString": "12.03"
},
"interestValue": {
"value": 12.03,
"currencyCode": "BRL",
"valueString": "12.03"
},
"discountValue": {
"value": 12.03,
"currencyCode": "BRL",
"valueString": "12.03"
},
"amountPaid": {
"value": 12.03,
"currencyCode": "BRL",
"valueString": "12.03"
},
"taxValue": {
"value": 12.03,
"currencyCode": "BRL",
"valueString": "12.03"
},
"retentionTaxValue": {
"value": 12.03,
"currencyCode": "BRL",
"valueString": "12.03"
}
},
"detail": {},
"paymentPurpose": {
"code": "string",
"description": "string",
"status": true
}
}'