FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<extended-properties-url>/<tableName>/<recordId>/uploadBlob |
---|---|
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. |
field | Required Description: The field name of the blob-typed extended property to update. |
Example 1: URL for uploading a file into an extended property blob field in the "Workflow" service on sampleserver.
http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/5/extendedProperties/JTXX_CUSTOMERS/2/uploadBlob?user=cjones&field=sales_data{ "success": true }
{ "success": true }