POST api/Item/AddItem
Request Information
URI Parameters
None.
Body Parameters
ItemName | Description | Type | Additional information |
---|---|---|---|
id | string |
None. |
|
Sku | string |
None. |
|
NormalSku | string |
None. |
|
Type | string |
None. |
|
Description | string |
None. |
|
NSInternalId | string |
None. |
|
ClubType | string |
None. |
|
ClubDexterity | string |
None. |
|
ShaftType | string |
None. |
|
ClubBrand | string |
None. |
|
ClubModel | string |
None. |
|
ClubImageUrl | string |
None. |
|
Barcode | string |
None. |
|
IsProItem | string |
None. |
|
ModelYear | string |
None. |
|
Status | string |
None. |
|
DamagedValue | decimal number |
None. |
|
UsedValue | decimal number |
None. |
|
NewValue | decimal number |
None. |
|
ContractValue | decimal number |
None. |
|
NegotiatedValue | decimal number |
None. |
|
HeadcoverValue | decimal number |
None. |
|
ToolValue | decimal number |
None. |
|
ShaftUpgradeValue | decimal number |
None. |
|
TheirPrice | decimal number |
None. |
|
UpcList | Collection of string |
None. |
|
CreatedDate | date |
None. |
|
ModifiedDate | date |
None. |
|
CreatedBy | string |
None. |
|
ModifiedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "sample string 1", "Sku": "sample string 2", "NormalSku": "sample string 3", "Type": "sample string 4", "Description": "sample string 5", "NSInternalId": "sample string 6", "ClubType": "sample string 7", "ClubDexterity": "sample string 8", "ShaftType": "sample string 9", "ClubBrand": "sample string 10", "ClubModel": "sample string 11", "ClubImageUrl": "sample string 12", "Barcode": "sample string 13", "IsProItem": "sample string 14", "ModelYear": "sample string 15", "Status": "sample string 16", "DamagedValue": 1.1, "UsedValue": 1.1, "NewValue": 1.1, "ContractValue": 1.1, "NegotiatedValue": 1.1, "HeadcoverValue": 1.1, "ToolValue": 1.1, "ShaftUpgradeValue": 1.1, "TheirPrice": 1.1, "UpcList": [ "sample string 1", "sample string 2" ], "CreatedDate": "2025-03-15T18:33:18.4320825+00:00", "ModifiedDate": "2025-03-15T18:33:18.4320825+00:00", "CreatedBy": "sample string 19", "ModifiedBy": "sample string 20" }
application/xml, text/xml
Sample:
<Item xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>sample string 1</Id> <Sku>sample string 2</Sku> <NormalSku>sample string 3</NormalSku> <Type>sample string 4</Type> <Description>sample string 5</Description> <NSInternalId>sample string 6</NSInternalId> <ClubType>sample string 7</ClubType> <ClubDexterity>sample string 8</ClubDexterity> <ShaftType>sample string 9</ShaftType> <ClubBrand>sample string 10</ClubBrand> <ClubModel>sample string 11</ClubModel> <ClubImageUrl>sample string 12</ClubImageUrl> <Barcode>sample string 13</Barcode> <IsProItem>sample string 14</IsProItem> <ModelYear>sample string 15</ModelYear> <Status>sample string 16</Status> <DamagedValue>1.1</DamagedValue> <UsedValue>1.1</UsedValue> <NewValue>1.1</NewValue> <ContractValue>1.1</ContractValue> <NegotiatedValue>1.1</NegotiatedValue> <HeadcoverValue>1.1</HeadcoverValue> <ToolValue>1.1</ToolValue> <ShaftUpgradeValue>1.1</ShaftUpgradeValue> <TheirPrice>1.1</TheirPrice> <UpcList> <string>sample string 1</string> <string>sample string 2</string> </UpcList> <CreatedDate>2025-03-15T18:33:18.4320825+00:00</CreatedDate> <ModifiedDate>2025-03-15T18:33:18.4320825+00:00</ModifiedDate> <CreatedBy>sample string 19</CreatedBy> <ModifiedBy>sample string 20</ModifiedBy> </Item>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.