POST api/sale/approve

Request Information

URI Parameters

None.

Body Parameters

ProformaMas
NameDescriptionTypeAdditional information
Mas

PROFORMA_MAS

None.

Detail

Collection of PROFORMA_DET

None.

UserSeq

integer

None.

TokenNo

string

None.

Status

string

None.

Message

string

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

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