POST api/goods/posterp1

Request Information

URI Parameters

None.

Body Parameters

Collection of yoshop_goods_dto
NameDescriptionTypeAdditional information
drugCode

string

None.

price

decimal number

None.

effective_date

string

None.

kucun

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "drugCode": "sample string 1",
    "price": 2.1,
    "effective_date": "sample string 3",
    "kucun": 1
  },
  {
    "drugCode": "sample string 1",
    "price": 2.1,
    "effective_date": "sample string 3",
    "kucun": 1
  }
]

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 'List`1'.

Response Information

Resource Description

AjaxResult
NameDescriptionTypeAdditional information
PromptMsg

string

None.

Result

DoResult

None.

RetValue

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "PromptMsg": "sample string 1",
  "Result": 0,
  "RetValue": {}
}