Assets - Create

POST {{cloudUrl}}/{{cloudOrg}}/{{cloudTenant}}/odata/Assets

Create a new Asset

ValueScope: Global or PerRobot

ValueType: Text, Bool, Integer, or Credential

Request Body

{"Name"=>"Caesar2", "ValueScope"=>"Global", "ValueType"=>"Text", "StringValue"=>"Et tu Asset 2"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
X-UIPATH-OrganizationUnitIdstring

RESPONSES

status: Created

{"@odata.context":"https://cloud.uipath.com/Org/Tenant/orchestrator_/odata/$metadata#Assets/$entity","Name":"Caesar","CanBeDeleted":true,"ValueScope":"Global","ValueType":"Text","Value":"Et tu Asset 2","StringValue":"Et tu Asset 2","BoolValue":false,"IntValue":0,"CredentialUsername":"","CredentialPassword":"","ExternalName":"","CredentialStoreId":null,"HasDefaultValue":true,"Description":null,"FoldersCount":1,"Id":88440,"KeyValueList":[]}