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

Description

Updates an extended property or 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.
properties Required
Description: A JSON object containing the extended property values to update.

Syntax: { "<fieldName1>": <fieldValue1>, "<fieldName1>": <fieldValue1>, ... }
Example: { "NAME": "John", "TYPE": 2 }

Example Usage

Example 1: URL for updating extended property record ID 2 of job ID 5 in the "Workflow" service on sampleserver.

http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/5/extendedProperties/JTXX_CUSTOMERS/2/update?user=cjones&properties={"NAME":"John","TYPE":2}

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }