FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<extended-properties-url>/<tableName>/add |
---|---|
Parent Resource | Extended Properties |
Parameter | Details |
---|---|
f | Description: The response format. The default response format is html. Values: html | json |
user | Required Description: The username of the client. |
Example 1: URL for adding a linked property record to the JTXX_CUSTOMERS table of job ID 5 in the "Workflow" service on sampleserver.
http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/5/extendedProperties/JTXX_CUSTOMERS/add?user=cjones{ "recordId": <recordId> }
{ "recordId": 2 }