GET api/Pricess/{id}/{id2}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| id2 | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"ID": "sample string 1",
"IDP": "sample string 2",
"offprice": "sample string 3",
"Colors": "sample string 4",
"Quantity": "sample string 5",
"saleoff": "sample string 6",
"PayehPrice": "sample string 7",
"Guranty": "sample string 8"
},
{
"ID": "sample string 1",
"IDP": "sample string 2",
"offprice": "sample string 3",
"Colors": "sample string 4",
"Quantity": "sample string 5",
"saleoff": "sample string 6",
"PayehPrice": "sample string 7",
"Guranty": "sample string 8"
},
{
"ID": "sample string 1",
"IDP": "sample string 2",
"offprice": "sample string 3",
"Colors": "sample string 4",
"Quantity": "sample string 5",
"saleoff": "sample string 6",
"PayehPrice": "sample string 7",
"Guranty": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfPricess xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GettingStartedWebApi">
<Pricess>
<Colors>sample string 4</Colors>
<Guranty>sample string 8</Guranty>
<ID>sample string 1</ID>
<IDP>sample string 2</IDP>
<PayehPrice>sample string 7</PayehPrice>
<Quantity>sample string 5</Quantity>
<offprice>sample string 3</offprice>
<saleoff>sample string 6</saleoff>
</Pricess>
<Pricess>
<Colors>sample string 4</Colors>
<Guranty>sample string 8</Guranty>
<ID>sample string 1</ID>
<IDP>sample string 2</IDP>
<PayehPrice>sample string 7</PayehPrice>
<Quantity>sample string 5</Quantity>
<offprice>sample string 3</offprice>
<saleoff>sample string 6</saleoff>
</Pricess>
<Pricess>
<Colors>sample string 4</Colors>
<Guranty>sample string 8</Guranty>
<ID>sample string 1</ID>
<IDP>sample string 2</IDP>
<PayehPrice>sample string 7</PayehPrice>
<Quantity>sample string 5</Quantity>
<offprice>sample string 3</offprice>
<saleoff>sample string 6</saleoff>
</Pricess>
</ArrayOfPricess>