POST api/termsmas/save

Request Information

URI Parameters

None.

Body Parameters

TERMS_MAS
NameDescriptionTypeAdditional information
SEQ_NO

integer

None.

NAME

string

String length: inclusive between 0 and 50

DUE_DAYS

integer

None.

INTEREST_PER

decimal number

None.

INWARD_MAS

Collection of INWARD_MAS

None.

PROFORMA_MAS

Collection of PROFORMA_MAS

None.

PUR_MAS

Collection of PUR_MAS

None.

SALE_MAS

Collection of SALE_MAS

None.

TRANS_MAS

Collection of TRANS_MAS

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Stream was too long.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Stream was too long.

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

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"
}