POST api/item/update
Request Information
URI Parameters
None.
Body Parameters
ItemModel| Name | Description | Type | Additional information |
|---|---|---|---|
| item_id | globally unique identifier |
None. |
|
| parent_item_id | globally unique identifier |
None. |
|
| type_id | integer |
None. |
|
| name_txt | string |
None. |
|
| description_txt | string |
None. |
|
| active_ind | boolean |
None. |
|
| UPC_txt | string |
None. |
|
| FPC_txt | string |
None. |
|
| vendor_id | globally unique identifier |
None. |
|
| manufacturer_id | globally unique identifier |
None. |
|
| brand | string |
None. |
|
| collection | string |
None. |
|
| cost_amt | decimal number |
None. |
|
| reg_price_amt | decimal number |
None. |
|
| wholesale_amt | decimal number |
None. |
|
| price_amt | decimal number |
None. |
|
| sales_price_amt | decimal number |
None. |
|
| asset_acct | string |
None. |
|
| reorder_point | integer |
None. |
|
| inventory_ind | boolean |
None. |
|
| monitor_ind | boolean |
None. |
|
| created_dt | date |
None. |
|
| created_by | globally unique identifier |
None. |
|
| updated_dt | date |
None. |
|
| updated_by | globally unique identifier |
None. |
|
| taxable_ind | boolean |
None. |
|
| code_txt | string |
None. |
|
| selected_price_txt | string |
None. |
|
| price_calc1_amt | decimal number |
None. |
|
| price_calc2_amt | decimal number |
None. |
|
| price_calc3_amt | decimal number |
None. |
|
| sales_price_calc1_amt | decimal number |
None. |
|
| inventory_onhand_cnt | integer |
None. |
|
| inventory_total_val | decimal number |
None. |
|
| inventory_physical_cnt | integer |
None. |
|
| cogs_acct | string |
None. |
|
| income_acct | string |
None. |
|
| avg_cost | decimal number |
None. |
|
| cogs_acct1 | string |
None. |
|
| cogs_acct2 | string |
None. |
|
| income_acct1 | string |
None. |
|
| income_acct2 | string |
None. |
|
| asset_acct1 | string |
None. |
|
| asset_acct2 | string |
None. |
|
| Item_ContactsData | Item_ContactsDataModel |
None. |
|
| Item_FramesData | Item_FramesDataModel |
None. |
|
| Item1 | Collection of ItemModel |
None. |
|
| Item2 | ItemModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"item_id": "3146c47c-6cfc-416a-a73e-af5b55b66963",
"parent_item_id": "f9f59f76-4374-408a-82d3-0f3e1bb3af64",
"type_id": 2,
"name_txt": "sample string 3",
"description_txt": "sample string 4",
"active_ind": true,
"upC_txt": "sample string 6",
"fpC_txt": "sample string 7",
"vendor_id": "7a605b00-5e8d-4bda-be1f-65b0bb0e65cd",
"manufacturer_id": "5af003b0-86fc-4b44-aa4c-fd934fff3d75",
"brand": "sample string 8",
"collection": "sample string 9",
"cost_amt": 1.0,
"reg_price_amt": 1.0,
"wholesale_amt": 1.0,
"price_amt": 1.0,
"sales_price_amt": 1.0,
"asset_acct": "sample string 10",
"reorder_point": 11,
"inventory_ind": true,
"monitor_ind": true,
"created_dt": "2026-09-19T10:57:02.4580828+00:00",
"created_by": "a9bc0b1a-67cc-4f9f-b1ec-d48c3adc0892",
"updated_dt": "2026-09-19T10:57:02.4580828+00:00",
"updated_by": "e984416a-a944-4d3e-affc-26d1cdf5ad8f",
"taxable_ind": true,
"code_txt": "sample string 19",
"selected_price_txt": "sample string 20",
"price_calc1_amt": 1.0,
"price_calc2_amt": 1.0,
"price_calc3_amt": 1.0,
"sales_price_calc1_amt": 1.0,
"inventory_onhand_cnt": 1,
"inventory_total_val": 1.0,
"inventory_physical_cnt": 21,
"cogs_acct": "sample string 22",
"income_acct": "sample string 23",
"avg_cost": 24.0,
"cogs_acct1": "sample string 25",
"cogs_acct2": "sample string 26",
"income_acct1": "sample string 27",
"income_acct2": "sample string 28",
"asset_acct1": "sample string 29",
"asset_acct2": "sample string 30",
"item_ContactsData": {
"$id": "2",
"item_id": "3e84b554-e0ad-42b7-82d1-b9eecbb4c3ad",
"color_txt": "sample string 2",
"colorcode_txt": "sample string 3",
"power_txt": "sample string 4",
"basecurve_txt": "sample string 5",
"diameter_txt": "sample string 6",
"secondcurve_txt": "sample string 7",
"tertcurve_txt": "sample string 8",
"oz_txt": "sample string 9",
"material_txt": "sample string 10",
"ct_txt": "sample string 11",
"replacement_txt": "sample string 12",
"shcedule_txt": "sample string 13",
"soln_txt": "sample string 14",
"supply_txt": "sample string 15",
"supply1_cnt": 16.0,
"supply2_cnt": 17.0,
"packs_cnt": 18.0,
"item": {
"$ref": "1"
}
},
"item_FramesData": {
"$id": "3",
"item_id": "9ebbcc38-523f-4b8a-b674-138c0146882f",
"styleid_txt": "sample string 2",
"stylename_txt": "sample string 3",
"color_txt": "sample string 4",
"colorcode_txt": "sample string 5",
"eye_txt": "sample string 6",
"bridge_txt": "sample string 7",
"temple_txt": "sample string 8",
"dbl_txt": "sample string 9",
"a_txt": "sample string 10",
"b_txt": "sample string 11",
"ed_txt": "sample string 12",
"lenscolor_txt": "sample string 13",
"lenscolorcode_txt": "sample string 14",
"circumference_txt": "sample string 15",
"edangle_txt": "sample string 16",
"gendertype_txt": "sample string 17",
"agegroup_txt": "sample string 18",
"groupname_txt": "sample string 19",
"rimtype_txt": "sample string 20",
"material_txt": "sample string 21",
"cogs_front_amt": 22.0,
"cogs_halftemples_amt": 23.0,
"cogs_temples_amt": 24.0,
"cogs_complete_amt": 25.0,
"item": {
"$ref": "1"
}
},
"item1": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"item2": {
"$ref": "1"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |