| FRAMES | NO FRAMES | Description | Parameters | Request | Example |
| URL: | http://server:port/arcgis/admin/uploads/<itemID>/commit |
|---|---|
| HTTP Method: | POST |
| Parent Resource: | Item |
| Required Privileges: | Publisher or Administrator |
Use this operation to complete the upload of all the parts that make an item.
The parts parameter indicates to the server all the parts that make up the item.
| Parameter | Description |
|---|---|
| parts | An optional comma-separated ordered list of all the parts that make the item. If this parameter is not provided, the default order of the parts is used. |
| f | The response format. The default response format is html. Values: html | json |
http://server:port/arcgis/admin/uploads/<itemID>/commit parts=<comma-separated-list>
http://server:port/arcgis/admin/uploads/iaab4258b-9276-4bf1-9b7f-db6d4153fc23/commit parts=1,2,3,4