POST api/Items/UpdateItemsCustomFields?CatalogID={CatalogID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CatalogID | integer |
Required |
Body Parameters
Collection of UpdateItemModel| Name | Description | Type | Additional 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:
text/json
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResultModel| Name | Description | Type | Additional 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>