- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
update (extattrs+, extattrs-) extensible attributes using WAPI
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2020 12:23 AM
Hi guys,
I'm trying to update an extensible attributes for fixedaddress object using WAPI PUT request:
My json data:
{ "comment": "", "extattrs-": { "ea_request_id": {} }, "extattrs+": { "ea_last_modified_at": { "value": "2020-01-08 07:56:10.436350+00:00" } } }
I'm expecting that ea_request_id will be removed from this object, however it looks like that extattrs- part is always ignored, because in the response I'm getting the ea_request_id with the old value.
ea_last_modified_at every time is updated successfully.
Question: Can we use extattrs+ and extattrs- in the same request?
Regards,
Re: update (extattrs+, extattrs-) extensible attributes using WAPI
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2020 10:34 AM
Hi, I'm experiencing the same issue with WAPI v2.7. If I remove extattr+ from the request, leaving extattr- only, it still doesn't take effect.
{ "extattrs-": { "Building Name": {}, "Building Code": {} } }