Deal amount not automatically updated when a line-item price is updated through an api call.

Deal amount not automatically updated when a line-item price is updated through an api call.

DATA:
{“properties”:{“net_initial_license_fee”:“”,“price”:“20000.0000”}}
REPLY:
{
    “id”: “XXXXXX”,
    “properties”: {
        “amount”: “20000.00”,
        “createdate”: “”,
        “hs_acv”: “20000.00”,
        “hs_arr”: “0.00”,
        “hs_lastmodifieddate”: “”,
        “hs_line_item_currency_code”: “USD”,
        “hs_margin”: “20000.00”,
        “hs_margin_acv”: “20000.00”,
        “hs_margin_arr”: “0.00”,
        “hs_margin_mrr”: “0.00”,
        “hs_margin_tcv”: “20000.00”,
        “hs_mrr”: “0.00”,
        “hs_object_id”: “XXXXXX”,
        “hs_object_source”: “INTEGRATION”,
        “hs_object_source_id”: “”,
        “hs_object_source_label”: “INTEGRATION”,
        “hs_post_tax_amount”: “20000.00”,
        “hs_pre_discount_amount”: “20000.00”,
        “hs_tcv”: “20000.00”,
        “hs_total_discount”: “0.00”,
        “hs_updated_by_user_id”: “”,
        “net_initial_license_fee”: “”,
        “price”: “20000.0000”,
        “quantity”: “1”
    },
    “createdAt”: “”,
    “updatedAt”: “”,
    “archived”: false
}

ACV and TCV seem to be updated but not the amount.
It does change the text display by adding (Manual).
“Deal amount (Manual):$37,000.00″
But the dollars is wrong.

https://api.hubapi.com/crm/v3/objects/line_items/XXXXXXDATA: {“properties”:{“net_initial_license_fee”:“”,“price”:“20000.0000”}}REPLY:{    “id”: “XXXXXX”,    “properties”: {        “amount”: “20000.00”,        “createdate”: “”,        “hs_acv”: “20000.00”,        “hs_arr”: “0.00”,        “hs_lastmodifieddate”: “”,        “hs_line_item_currency_code”: “USD”,        “hs_margin”: “20000.00”,        “hs_margin_acv”: “20000.00”,        “hs_margin_arr”: “0.00”,     …

Leave a Reply

Your email address will not be published. Required fields are marked *