POST api/IC_PRODUCT_BALANS_3/SaveTaras

Request Information

URI Parameters

None.

Body Parameters

ModelTarasOperations
NameDescriptionTypeAdditional information
OPERATION_DATE

string

None.

TARA_ID

string

None.

DEBET

string

None.

CREDET

string

None.

CUSTOMER_ID

string

None.

STOCK_ID

string

None.

USERS_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OPERATION_DATE": "sample string 1",
  "TARA_ID": "sample string 2",
  "DEBET": "sample string 3",
  "CREDET": "sample string 4",
  "CUSTOMER_ID": "sample string 5",
  "STOCK_ID": "sample string 6",
  "USERS_ID": "sample string 7"
}

application/xml, text/xml

Sample:
<ModelTarasOperations xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamDondurmaYeni.Models">
  <CREDET>sample string 4</CREDET>
  <CUSTOMER_ID>sample string 5</CUSTOMER_ID>
  <DEBET>sample string 3</DEBET>
  <OPERATION_DATE>sample string 1</OPERATION_DATE>
  <STOCK_ID>sample string 6</STOCK_ID>
  <TARA_ID>sample string 2</TARA_ID>
  <USERS_ID>sample string 7</USERS_ID>
</ModelTarasOperations>

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 'ModelTarasOperations'.

Response Information

Resource Description

None.