GET api/IC_PRODUCT_BALANS_3/getSeyfBalans

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ModelSeyfBalans
NameDescriptionTypeAdditional information
SEY_SUB_ACCOUNT_ID

integer

None.

SEY_SUB_ACCOUNT_NAME

string

None.

BALANS

string

None.

Response Formats

application/json, text/json

Sample:
{
  "SEY_SUB_ACCOUNT_ID": 1,
  "SEY_SUB_ACCOUNT_NAME": "sample string 2",
  "BALANS": "sample string 3"
}

application/xml, text/xml

Sample:
<ModelSeyfBalans xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models">
  <BALANS>sample string 3</BALANS>
  <SEY_SUB_ACCOUNT_ID>1</SEY_SUB_ACCOUNT_ID>
  <SEY_SUB_ACCOUNT_NAME>sample string 2</SEY_SUB_ACCOUNT_NAME>
</ModelSeyfBalans>