GET api/IC_PRODUCT_BALANS_3/CreateProductSale/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ClassProductSale| Name | 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/TopsumMX2020.Models"> <IC_PRODUCT_NAME>sample string 1</IC_PRODUCT_NAME> <IC_SALE_AMOUNT>2</IC_SALE_AMOUNT> </ClassProductSale>