POST api/store/products/LocationDecorationDefaultRow
Request Information
URI Parameters
None.
Body Parameters
StoreMasterData| Name | Description | Type | Additional information |
|---|---|---|---|
| ColorsList | Collection of GeneralItemModel |
None. |
|
| LocationList | Collection of GeneralItemModel |
None. |
|
| EmbroiderySizesList | Collection of GeneralItemModel |
None. |
|
| DecorationMethodsList | Collection of GeneralItemModel |
None. |
|
| SpecialtyInksList | Collection of GeneralItemModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"ColorsList": [
{
"ID": 1,
"ItemName": "sample string 2",
"ItemValue": "sample string 3"
},
{
"ID": 1,
"ItemName": "sample string 2",
"ItemValue": "sample string 3"
}
],
"LocationList": [
{
"ID": 1,
"ItemName": "sample string 2",
"ItemValue": "sample string 3"
},
{
"ID": 1,
"ItemName": "sample string 2",
"ItemValue": "sample string 3"
}
],
"EmbroiderySizesList": [
{
"ID": 1,
"ItemName": "sample string 2",
"ItemValue": "sample string 3"
},
{
"ID": 1,
"ItemName": "sample string 2",
"ItemValue": "sample string 3"
}
],
"DecorationMethodsList": [
{
"ID": 1,
"ItemName": "sample string 2",
"ItemValue": "sample string 3"
},
{
"ID": 1,
"ItemName": "sample string 2",
"ItemValue": "sample string 3"
}
],
"SpecialtyInksList": [
{
"ID": 1,
"ItemName": "sample string 2",
"ItemValue": "sample string 3"
},
{
"ID": 1,
"ItemName": "sample string 2",
"ItemValue": "sample string 3"
}
]
}
application/xml, text/xml
Sample:
<StoreMasterData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels.StoreModel">
<ColorsList>
<GeneralItemModel>
<ID>1</ID>
<ItemName>sample string 2</ItemName>
<ItemValue>sample string 3</ItemValue>
</GeneralItemModel>
<GeneralItemModel>
<ID>1</ID>
<ItemName>sample string 2</ItemName>
<ItemValue>sample string 3</ItemValue>
</GeneralItemModel>
</ColorsList>
<DecorationMethodsList>
<GeneralItemModel>
<ID>1</ID>
<ItemName>sample string 2</ItemName>
<ItemValue>sample string 3</ItemValue>
</GeneralItemModel>
<GeneralItemModel>
<ID>1</ID>
<ItemName>sample string 2</ItemName>
<ItemValue>sample string 3</ItemValue>
</GeneralItemModel>
</DecorationMethodsList>
<EmbroiderySizesList>
<GeneralItemModel>
<ID>1</ID>
<ItemName>sample string 2</ItemName>
<ItemValue>sample string 3</ItemValue>
</GeneralItemModel>
<GeneralItemModel>
<ID>1</ID>
<ItemName>sample string 2</ItemName>
<ItemValue>sample string 3</ItemValue>
</GeneralItemModel>
</EmbroiderySizesList>
<LocationList>
<GeneralItemModel>
<ID>1</ID>
<ItemName>sample string 2</ItemName>
<ItemValue>sample string 3</ItemValue>
</GeneralItemModel>
<GeneralItemModel>
<ID>1</ID>
<ItemName>sample string 2</ItemName>
<ItemValue>sample string 3</ItemValue>
</GeneralItemModel>
</LocationList>
<SpecialtyInksList>
<GeneralItemModel>
<ID>1</ID>
<ItemName>sample string 2</ItemName>
<ItemValue>sample string 3</ItemValue>
</GeneralItemModel>
<GeneralItemModel>
<ID>1</ID>
<ItemName>sample string 2</ItemName>
<ItemValue>sample string 3</ItemValue>
</GeneralItemModel>
</SpecialtyInksList>
</StoreMasterData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.