OwningCustomerID Not Clearing on Null in Bulk Update

Hi,

We use the API endpoint /assets/import to bulk update our assets. In the Import Settings' Mappings, we have set {"FieldIdentifier":"OwningCustomerID","ClearOnNull":True}, but it is not clearing the Owner on the asset when we pass a Null value. Looking at the TDX API documentation, the OwningCustomerID is not Nullable. Does that mean that ClearOnNull will not work, or are we doing something wrong?

Thanks,
Isaac

Asked by Isaac Ramirez on Wed 12/21/22 11:04 AM
Sign In to leave feedback or contribute an answer

Answer (1)

This answer has been marked as the accepted answer
Mark Sayers Tue 1/17/23 2:56 PM

Hello Isaac,

According to the database, the OwningCustomerID is not nullable. Can you instead try passing in the empty guid to see if that works?

No feedback