curl --location '/products//units///prices' \
--header 'Authorization: Bearer <token>'{
"data": {
"basePrice": 43,
"oldPrice": 0,
"pix": {
"paymentMethodId": 20,
"paymentMethod": "pix",
"value": 38.7,
"paymentRule": {
"id": 2,
"applicationType": "desconto",
"calculationType": "porcentagem",
"value": 10
}
},
"creditCard": {
"paymentMethodId": 7,
"paymentMethod": "braspag",
"value": 47.3,
"paymentRule": null,
"installments": [
{
"quantity": 1,
"installmentValue": 47.3,
"total": 47.3,
"creditCardRuleId": 1,
"discount": null,
"increase": 10
},
{
"quantity": 2,
"installmentValue": 23.65,
"total": 47.3,
"creditCardRuleId": 1,
"discount": null,
"increase": 10
},
{
"quantity": 3,
"installmentValue": 15.77,
"total": 47.3,
"creditCardRuleId": 1,
"discount": null,
"increase": 10
},
{
"quantity": 4,
"installmentValue": 11.83,
"total": 47.3,
"creditCardRuleId": 1,
"discount": null,
"increase": 10
},
{
"quantity": 5,
"installmentValue": 9.46,
"total": 47.3,
"creditCardRuleId": 1,
"discount": null,
"increase": 10
},
{
"quantity": 6,
"installmentValue": 7.88,
"total": 47.3,
"creditCardRuleId": 1,
"discount": null,
"increase": 10
},
{
"quantity": 7,
"installmentValue": 6.14,
"total": 43,
"creditCardRuleId": null,
"discount": null,
"increase": null
},
{
"quantity": 8,
"installmentValue": 5.38,
"total": 43,
"creditCardRuleId": null,
"discount": null,
"increase": null
},
{
"quantity": 9,
"installmentValue": 4.78,
"total": 43,
"creditCardRuleId": null,
"discount": null,
"increase": null
},
{
"quantity": 10,
"installmentValue": 4.3,
"total": 43,
"creditCardRuleId": null,
"discount": null,
"increase": null
},
{
"quantity": 11,
"installmentValue": 3.91,
"total": 43,
"creditCardRuleId": null,
"discount": null,
"increase": null
},
{
"quantity": 12,
"installmentValue": 3.58,
"total": 43,
"creditCardRuleId": null,
"discount": null,
"increase": null
}
]
}
}
}