POST api/IC_PRODUCT_BALANS_3/SaveCustomerDebt

Request Information

URI Parameters

None.

Body Parameters

ModelStartDebt
NameDescriptionTypeAdditional information
CUSTOMER_ID

string

None.

DEBET

string

None.

CREDET

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CUSTOMER_ID": "sample string 1",
  "DEBET": "sample string 2",
  "CREDET": "sample string 3"
}

application/xml, text/xml

Sample:
<ModelStartDebt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models">
  <CREDET>sample string 3</CREDET>
  <CUSTOMER_ID>sample string 1</CUSTOMER_ID>
  <DEBET>sample string 2</DEBET>
</ModelStartDebt>

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

Response Information

Resource Description

None.