POST api/Items/UpdateItems?CatalogID={CatalogID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CatalogID

integer

Required

Body Parameters

Collection of UpdateItemModel
NameDescriptionTypeAdditional information
Category

CategoryModel

None.

ItemCode

string

None.

Name

string

None.

Description

string

None.

Subtitle

string

None.

Price

decimal number

None.

DiscountPrice

decimal number

None.

IsActive

boolean

None.

DefaultCategoryID

integer

None.

Type

CatalogItemType

None.

Properties

Collection of PropertyModel

None.

ExtraCategories

Collection of CategoryModel

None.

ManageInventory

boolean

None.

InStock

boolean

None.

CustomFields

Collection of CustomFieldModel

None.

ExternalCode

string

None.

SEODetails

SEODetails

None.

Collections

Collection of CollectionModel

None.

DisplayOrder

integer

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultModel
NameDescriptionTypeAdditional information
Message

string

None.

Success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Success": true
}

text/xml

Sample:
<ResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MoodAPI.Models">
  <Message>sample string 1</Message>
  <Success>true</Success>
</ResultModel>