PUT api/savedList/batch/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
SavedBatch| Name | 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": "c26ac7e5-6727-4c77-adb8-3354b3c77a6b",
"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>c26ac7e5-6727-4c77-adb8-3354b3c77a6b</OperatorGuid> <Protected>true</Protected> <StoreId>1</StoreId> </SavedBatch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.