PUT api/savedList/batch/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
SavedBatchName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Description | string |
None. |
|
OperatorGuid | globally unique identifier |
None. |
|
StoreId | integer |
None. |
|
Protected | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "description": "sample string 2", "operatorGuid": "bd8a62f9-d5bd-489d-8c31-3663eda0cff4", "storeId": 1, "protected": true }
application/xml, text/xml
Sample:
<SavedBatch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.PDE"> <Description>sample string 2</Description> <Id>1</Id> <OperatorGuid>bd8a62f9-d5bd-489d-8c31-3663eda0cff4</OperatorGuid> <Protected>true</Protected> <StoreId>1</StoreId> </SavedBatch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.