POST api/ERPService/SetHB_KC_CKDInvalid

“SetHB_KC_CKDInvalid”的文档。

Request Information

Parameters

NameDescriptionAdditional information
para
“para”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "sGID_M": "sample string 1",
  "preason": "sample string 2"
}

application/xml, text/xml

Sample:
<HB_KC_CKD_Invalid_Para xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YII.ZXY.Model">
  <preason>sample string 2</preason>
  <sGID_M>sample string 1</sGID_M>
</HB_KC_CKD_Invalid_Para>

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

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Msg": "sample string 2"
}

application/xml, text/xml

Sample:
<RspCMsg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YII.ZXY.Model">
  <Code>1</Code>
  <Msg>sample string 2</Msg>
</RspCMsg>