PUT api/savedList/batch/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

SavedBatch
NameDescriptionTypeAdditional 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": "3583fc44-b40c-4438-b5b4-adb581814945",
  "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>3583fc44-b40c-4438-b5b4-adb581814945</OperatorGuid>
  <Protected>true</Protected>
  <StoreId>1</StoreId>
</SavedBatch>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.