POST api/Flxpoint/UpdateFlxpointInventoryItem
Request Information
URI Parameters
None.
Body Parameters
FlxpointItemTypeName | Description | Type | Additional information |
---|---|---|---|
id | string |
None. |
|
Type | string |
None. |
|
FlxpointId | integer |
None. |
|
IsVariant | boolean |
None. |
|
ParentSku | string |
None. |
|
Sku | string |
None. |
|
ItemStatus | string |
None. |
|
InventoryStatus | string |
None. |
|
ItemCreatedDate | date |
None. |
|
ItemModifiedDate | date |
None. |
|
InventoryCreatedDate | date |
None. |
|
InventoryModifiedDate | date |
None. |
|
CreatedBy | string |
None. |
|
ModifiedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "sample string 1", "Type": "sample string 2", "FlxpointId": 3, "IsVariant": true, "ParentSku": "sample string 5", "Sku": "sample string 6", "ItemStatus": "sample string 7", "InventoryStatus": "sample string 8", "ItemCreatedDate": "2025-03-15T18:36:58.2419236+00:00", "ItemModifiedDate": "2025-03-15T18:36:58.2419236+00:00", "InventoryCreatedDate": "2025-03-15T18:36:58.2419236+00:00", "InventoryModifiedDate": "2025-03-15T18:36:58.2419236+00:00", "CreatedBy": "sample string 13", "ModifiedBy": "sample string 14" }
application/xml, text/xml
Sample:
<FlxpointItemType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>sample string 1</Id> <Type>sample string 2</Type> <FlxpointId>3</FlxpointId> <IsVariant>true</IsVariant> <ParentSku>sample string 5</ParentSku> <Sku>sample string 6</Sku> <ItemStatus>sample string 7</ItemStatus> <InventoryStatus>sample string 8</InventoryStatus> <ItemCreatedDate>2025-03-15T18:36:58.2419236+00:00</ItemCreatedDate> <ItemModifiedDate>2025-03-15T18:36:58.2419236+00:00</ItemModifiedDate> <InventoryCreatedDate>2025-03-15T18:36:58.2419236+00:00</InventoryCreatedDate> <InventoryModifiedDate>2025-03-15T18:36:58.2419236+00:00</InventoryModifiedDate> <CreatedBy>sample string 13</CreatedBy> <ModifiedBy>sample string 14</ModifiedBy> </FlxpointItemType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.