Inherits from SCReadItemsRequest : SCBaseItemRequest : NSObject
Declared in SCEditItemsRequest.h

Overview

The SCEditItemsRequest contains the set of params to edit existing items.
It used for [SCApiSession editItemsOperationWithRequest:] method.
This class is inherited from SCReadItemsRequest class whose fields is used to search items to edit.

Tasks

Properties

fieldsRawValuesByName

The dictionary of fields raw values by fields names which will be edited.

@property (nonatomic) NSDictionary *fieldsRawValuesByName

Discussion

The dictionary of fields raw values by fields names which will be edited.

Declared In

SCEditItemsRequest.h