POST api/IC_PRODUCT_BALANS_3/SaveExpences
Request Information
URI Parameters
None.
Body Parameters
ModelExpencesNew| Name | Description | Type | Additional information |
|---|---|---|---|
| OPERATION_DATE | string |
None. |
|
| EXPENCE_AMOUNT | string |
None. |
|
| EXPENCE_NOTE | string |
None. |
|
| STOCK | string |
None. |
|
| EXCENCES_GROUP_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OPERATION_DATE": "sample string 1",
"EXPENCE_AMOUNT": "sample string 2",
"EXPENCE_NOTE": "sample string 3",
"STOCK": "sample string 4",
"EXCENCES_GROUP_ID": "sample string 5"
}
application/xml, text/xml
Sample:
<ModelExpencesNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models"> <EXCENCES_GROUP_ID>sample string 5</EXCENCES_GROUP_ID> <EXPENCE_AMOUNT>sample string 2</EXPENCE_AMOUNT> <EXPENCE_NOTE>sample string 3</EXPENCE_NOTE> <OPERATION_DATE>sample string 1</OPERATION_DATE> <STOCK>sample string 4</STOCK> </ModelExpencesNew>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.