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

Overview

The SCCreateItemRequest contains the set of params of the creating item.
It used for [SCApiSession createItemsOperationWithRequest:] method.
This class is inherited from SCReadItemsRequest class whose fields is used to search item
wich will be a parent for created item.

Tasks

  •   itemName

    The display name of creating item ( obligatory parameter ).

    property
  •   itemTemplate

    The template of creating item ( obligatory parameter ).

    property
  •   fieldsRawValuesByName

    The dictionary of fields raw values by fields names, the item with specified fields will be created.

    property

Properties

fieldsRawValuesByName

The dictionary of fields raw values by fields names, the item with specified fields will be created.

@property (nonatomic) NSDictionary *fieldsRawValuesByName

Discussion

The dictionary of fields raw values by fields names, the item with specified fields will be created.

Declared In

SCCreateItemRequest.h

itemName

The display name of creating item ( obligatory parameter ).

@property (nonatomic) NSString *itemName

Discussion

The display name of creating item ( obligatory parameter ).

Declared In

SCCreateItemRequest.h

itemTemplate

The template of creating item ( obligatory parameter ).

@property (nonatomic) NSString *itemTemplate

Discussion

The template of creating item ( obligatory parameter ).

Declared In

SCCreateItemRequest.h