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": "90b0af52-eea2-47c2-8e09-2f1adabf515c", "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>90b0af52-eea2-47c2-8e09-2f1adabf515c</OperatorGuid> <Protected>true</Protected> <StoreId>1</StoreId> </SavedBatch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.