POST api/demand/demand-report

Request Information

URI Parameters

None.

Body Parameters

ParaDemandReport
NameDescriptionTypeAdditional information
COMP_NAME

string

None.

SUPPORT_SEQ

integer

None.

USER_SEQ

integer

None.

TYPE

string

None.

SHAPE_SEQ

integer

None.

CUT_SEQ

integer

None.

STATUS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "COMP_NAME": "sample string 1",
  "SUPPORT_SEQ": 2,
  "USER_SEQ": 3,
  "TYPE": "sample string 4",
  "SHAPE_SEQ": 5,
  "CUT_SEQ": 6,
  "STATUS": "sample string 7"
}

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

Response Information

Resource Description

RetDemandReport
NameDescriptionTypeAdditional information
Data

Collection of DemandReport

None.

Message

string

None.

Status

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "COMP_NAME": "sample string 1",
      "SEQ_NO": 2,
      "NAME": "sample string 3",
      "VALID_DATE": "sample string 4",
      "TRANS_DATE": "sample string 5",
      "REMARK": "sample string 6",
      "MATCH_COUNT": 1,
      "DISPLAY_COND": "sample string 7",
      "SUPPORT_SEQ": 8,
      "STATUS": "sample string 9"
    },
    {
      "COMP_NAME": "sample string 1",
      "SEQ_NO": 2,
      "NAME": "sample string 3",
      "VALID_DATE": "sample string 4",
      "TRANS_DATE": "sample string 5",
      "REMARK": "sample string 6",
      "MATCH_COUNT": 1,
      "DISPLAY_COND": "sample string 7",
      "SUPPORT_SEQ": 8,
      "STATUS": "sample string 9"
    }
  ],
  "Message": "sample string 1",
  "Status": "sample string 2"
}