Skip to main content
Question

Attributes not updated in PUT Request(creation/updating of record)

  • January 25, 2023
  • 3 replies
  • 123 views

Forum|alt.badge.img

URL: https://esquared.acumatica.com/entity/Default/22.200.001

Payload:

{

    "CustomerID": {

        "value": "T99999"

    },

    "custom": {

        "baccount": {

            "AttributeCWCID": {

                "value": "Sample123"

            }

        }

    }

}

 

I’m getting 200 response but the AttributeCWCID is not updating

3 replies

Samuel Olivier Lavigueur
Acumatica Moderator
Forum|alt.badge.img+2

If you are trying to update the AttributeCWCID  attribute for the Customer you are missing the Customer entity name in the URL

its should be something like the following :

PUT : https://esquared.acumatica.com/entity/Default/22.200.001/Customer


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • January 26, 2023

If you are trying to update the AttributeCWCID  attribute for the Customer you are missing the Customer entity name in the URL

its should be something like the following :

PUT : https://esquared.acumatica.com/entity/Default/22.200.001/Customer

I just forgot to include it in my question sorry. But that’s already included in my call


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • March 16, 2023

Hi @jayson  were you able to find a solution? Thank you!