POST api/accountyear/save

Request Information

URI Parameters

None.

Body Parameters

AC_YEAR
NameDescriptionTypeAdditional information
SEQ_NO

integer

None.

YEAR

string

String length: inclusive between 0 and 50

FROM_DATE

date

None.

TO_DATE

date

None.

IS_DEFAULT

boolean

None.

CONSIGNMENT_MAS

Collection of CONSIGNMENT_MAS

None.

INWARD_MAS

Collection of INWARD_MAS

None.

ISSUE_MAS

Collection of ISSUE_MAS

None.

LEDGER_DET

Collection of LEDGER_DET

None.

LEDGER_MAS

Collection of LEDGER_MAS

None.

PROFORMA_MAS

Collection of PROFORMA_MAS

None.

PUR_MAS

Collection of PUR_MAS

None.

PUR_RET_MAS

Collection of PUR_RET_MAS

None.

RECEIVE_MAS

Collection of RECEIVE_MAS

None.

SALE_MAS

Collection of SALE_MAS

None.

TRADE_MAS

Collection of TRADE_MAS

None.

TRANS_MAS

Collection of TRANS_MAS

None.

TRANS_RET_MAS

Collection of TRANS_RET_MAS

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseMessage
NameDescriptionTypeAdditional information
STATUS

string

None.

MESSAGE

string

None.

VALUE

string

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": "sample string 1",
  "MESSAGE": "sample string 2",
  "VALUE": "sample string 3"
}