GET api/Get_Data?productId={productId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productId | string |
Required |
Body Parameters
GetData| Name | Description | Type | Additional information |
|---|---|---|---|
| START | string |
None. |
|
| END | string |
None. |
|
| WORD | string |
None. |
|
| GET_DATA | string |
None. |
|
| ID1 | string |
None. |
|
| ID2 | string |
None. |
|
| ID3 | string |
None. |
|
| STATUS | string |
None. |
|
| START_DATE | string |
None. |
|
| END_DATE | string |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
|
| EXTRA3 | string |
None. |
|
| LANG_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"START": "sample string 1",
"END": "sample string 2",
"WORD": "sample string 3",
"GET_DATA": "sample string 4",
"ID1": "sample string 5",
"ID2": "sample string 6",
"ID3": "sample string 7",
"STATUS": "sample string 8",
"START_DATE": "sample string 9",
"END_DATE": "sample string 10",
"EXTRA1": "sample string 11",
"EXTRA2": "sample string 12",
"EXTRA3": "sample string 13",
"LANG_ID": "sample string 14"
}
application/xml, text/xml
Sample:
<GetData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOOSTERPARIS_WEB_API.Models"> <END>sample string 2</END> <END_DATE>sample string 10</END_DATE> <EXTRA1>sample string 11</EXTRA1> <EXTRA2>sample string 12</EXTRA2> <EXTRA3>sample string 13</EXTRA3> <GET_DATA>sample string 4</GET_DATA> <ID1>sample string 5</ID1> <ID2>sample string 6</ID2> <ID3>sample string 7</ID3> <LANG_ID>sample string 14</LANG_ID> <START>sample string 1</START> <START_DATE>sample string 9</START_DATE> <STATUS>sample string 8</STATUS> <WORD>sample string 3</WORD> </GetData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ProductSize| Name | Description | Type | Additional information |
|---|---|---|---|
| PS_ID | string |
None. |
|
| PRODUCT_ID | string |
None. |
|
| SIZE | string |
None. |
|
| CASE_SIZE | string |
None. |
|
| PRICE | string |
None. |
|
| DISCOUNT | string |
None. |
|
| CASE_UNIT_NAME | string |
None. |
|
| UNIT_ID | string |
None. |
|
| UNIT_NAME | string |
None. |
|
| CART_STATUS | string |
None. |
|
| CART_QTY | string |
None. |
|
| STATUS | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PS_ID": "sample string 1",
"PRODUCT_ID": "sample string 2",
"SIZE": "sample string 3",
"CASE_SIZE": "sample string 4",
"PRICE": "sample string 5",
"DISCOUNT": "sample string 6",
"CASE_UNIT_NAME": "sample string 7",
"UNIT_ID": "sample string 8",
"UNIT_NAME": "sample string 9",
"CART_STATUS": "sample string 10",
"CART_QTY": "sample string 11",
"STATUS": "sample string 12"
},
{
"PS_ID": "sample string 1",
"PRODUCT_ID": "sample string 2",
"SIZE": "sample string 3",
"CASE_SIZE": "sample string 4",
"PRICE": "sample string 5",
"DISCOUNT": "sample string 6",
"CASE_UNIT_NAME": "sample string 7",
"UNIT_ID": "sample string 8",
"UNIT_NAME": "sample string 9",
"CART_STATUS": "sample string 10",
"CART_QTY": "sample string 11",
"STATUS": "sample string 12"
}
]
application/xml, text/xml
Sample:
<ArrayOfProductSize xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOOSTERPARIS_WEB_API.Models">
<ProductSize>
<CART_QTY>sample string 11</CART_QTY>
<CART_STATUS>sample string 10</CART_STATUS>
<CASE_SIZE>sample string 4</CASE_SIZE>
<CASE_UNIT_NAME>sample string 7</CASE_UNIT_NAME>
<DISCOUNT>sample string 6</DISCOUNT>
<PRICE>sample string 5</PRICE>
<PRODUCT_ID>sample string 2</PRODUCT_ID>
<PS_ID>sample string 1</PS_ID>
<SIZE>sample string 3</SIZE>
<STATUS>sample string 12</STATUS>
<UNIT_ID>sample string 8</UNIT_ID>
<UNIT_NAME>sample string 9</UNIT_NAME>
</ProductSize>
<ProductSize>
<CART_QTY>sample string 11</CART_QTY>
<CART_STATUS>sample string 10</CART_STATUS>
<CASE_SIZE>sample string 4</CASE_SIZE>
<CASE_UNIT_NAME>sample string 7</CASE_UNIT_NAME>
<DISCOUNT>sample string 6</DISCOUNT>
<PRICE>sample string 5</PRICE>
<PRODUCT_ID>sample string 2</PRODUCT_ID>
<PS_ID>sample string 1</PS_ID>
<SIZE>sample string 3</SIZE>
<STATUS>sample string 12</STATUS>
<UNIT_ID>sample string 8</UNIT_ID>
<UNIT_NAME>sample string 9</UNIT_NAME>
</ProductSize>
</ArrayOfProductSize>