POST api/diamond/save-issue

Request Information

URI Parameters

None.

Body Parameters

IssueMasDetailData
NameDescriptionTypeAdditional information
Mas

ISSUE_MAS

None.

Detail

Collection of ISSUE_DET

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

Response Information

Resource Description

ResponseUpdateStock
NameDescriptionTypeAdditional information
STATUS

string

None.

MESSAGE

string

None.

VALUE

string

None.

LocalApi

string

None.

ConfirmApi

string

None.

RESPONSE

Collection of ResponseMessage

None.

TRANS_NO

string

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": "sample string 1",
  "MESSAGE": "sample string 2",
  "VALUE": "sample string 3",
  "LocalApi": "sample string 4",
  "ConfirmApi": "sample string 5",
  "RESPONSE": [
    {
      "STATUS": "sample string 1",
      "MESSAGE": "sample string 2",
      "VALUE": "sample string 3"
    },
    {
      "STATUS": "sample string 1",
      "MESSAGE": "sample string 2",
      "VALUE": "sample string 3"
    }
  ],
  "TRANS_NO": "sample string 6"
}