FRAMES | NO FRAMES Description | Parameters | Examples | Response
Add Record (Operation)
URL http://<extended-properties-url>/<tableName>/add
Parent Resource Extended Properties

Description

Adds a new linked property record for a job.

Parameters

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 Usage

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

JSON Response Syntax

{
  "recordId": <recordId>
}

JSON Response Example

{
  "recordId": 2
}