CRM

LWDJR
Participant

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

SOLVE
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.

0 Upvotes
1 Accepted solution
SamCBarth_LAIRE
Solution
Contributor

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

SOLVE

Hi @LWDJR 

 

I believe you need to update the deal amount as well I don't believe you're able to update it through the line item endpoint the deal property that is does that make sense?

View solution in original post

0 Upvotes
1 Reply 1
SamCBarth_LAIRE
Solution
Contributor

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

SOLVE

Hi @LWDJR 

 

I believe you need to update the deal amount as well I don't believe you're able to update it through the line item endpoint the deal property that is does that make sense?

0 Upvotes