PUT api/StoreNewItems/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
UpdateRequestOfStoreNewItemResource| Name | Description | Type | Additional information |
|---|---|---|---|
| Resource | StoreNewItemResource |
None. |
Request Formats
application/json, text/json
Sample:
{
"Resource": {
"ItemAddId": 1,
"ReviewStatusId": 2,
"UPC": "sample string 3",
"LongDescription": "sample string 4",
"ShortDescription": "sample string 5",
"ProductSize": "sample string 6",
"UOM": "sample string 7",
"DateCreated": "2026-07-10T01:51:38.5803645-07:00",
"DateModified": "2026-07-10T01:51:38.5803645-07:00",
"RetailPrice": 10.0,
"CategoryId": 11,
"Category": "sample string 12",
"PrivateLabel": true,
"MarketingStatusId": 14,
"MarketingStatus": "sample string 15",
"iOrder": 16,
"OrderControl": "sample string 17",
"Planogram": "sample string 18",
"Cmanuid": "sample string 19",
"Manufacturer": "sample string 20",
"MasterUPC": "sample string 21",
"ShelfMinimum": 22,
"NationalCategory": "sample string 23",
"Cost": 24.1,
"Margin": 25.1,
"CreatedBy": 1,
"CreatedDate": "2026-07-10T01:51:38.5803645-07:00",
"ModifiedBy": 1,
"ModifiedDate": "2026-07-10T01:51:38.5803645-07:00",
"TimeKey": 26
}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}