GET api/IC_USERS/CreateProductSale/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ClassProductSaleName | Description | Type | Additional information |
---|---|---|---|
IC_PRODUCT_NAME | string |
None. |
|
IC_SALE_AMOUNT | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "IC_PRODUCT_NAME": "sample string 1", "IC_SALE_AMOUNT": 2.0 }
application/xml, text/xml
Sample:
<ClassProductSale xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models"> <IC_PRODUCT_NAME>sample string 1</IC_PRODUCT_NAME> <IC_SALE_AMOUNT>2</IC_SALE_AMOUNT> </ClassProductSale>