Answers for "agol REST API udpate service definition add field"

0

agol REST API udpate service definition add field

{
  "fields": [
    {
      "name": "GlobalID", 50/1
      "type": "esriFieldTypeGlobalID", 
      "alias": "GlobalID", 
      "nullable": false, 
      "editable": false
    },
    {
      "name": "date1", 
      "type": "esriFieldTypeDate", 
      "alias": "date1", 
      "nullable": true, 
      "editable": false, 
      "domain": null, 
      "defaultValue": "GetDate() WITH VALUES"
    },
    {   
      "name": "str2", 
      "type": "esriFieldTypeString", 
      "alias": "str2", 
      "nullable": true, 
      "editable": true, 
      "domain": null, 
      "defaultValue": "'A' WITH VALUES"
    }

  ]
}
Posted by: Guest on April-24-2022

Browse Popular Code Answers by Language