Quantcast
Viewing all articles
Browse latest Browse all 3431

Need help on PUT API for account field

Hi,

 

I am trying to access the put API for assets/account/field/{ID}. I provided a valid ID of the record that I earlier created using POST /assets/account/field.

 

Header has two items - Authorization and Content-Type and PUT request body has following items

 

{

"name" : "userName",

"displayType" : "text",

"dataType" : "text"

}

 

On executing this request, I am getting HTTP 400 - Validation error.

[1]

0: 

{

 

type: "ProgramError"

message: "endpoint identifier 100201 != to object identifier 0"

}

 

I tried several combinations like using different name or dataType etc but no success. Any idea what going wrong here?


Viewing all articles
Browse latest Browse all 3431

Trending Articles