POST api/IC_PRODUCT_BALANS_3/SaveCenterExpences

Request Information

URI Parameters

None.

Body Parameters

ModelExpencesNew
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ModelExpencesNew'.

Response Information

Resource Description

None.