POST U8API/SupplierController/LoadSupplierClassify

Request Information

URI Parameters

None.

Body Parameters

ReLoadUpdateSupplierClassify
NameDescriptionTypeAdditional information
cVCCode

string

None.

cVCName

string

None.

cEnd

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "cVCCode": "sample string 1",
  "cVCName": "sample string 2",
  "cEnd": true
}

application/xml, text/xml

Sample:
<ReLoadUpdateSupplierClassify xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Suntront.U8ApiModel.BasisFiles.Supplier">
  <cEnd>true</cEnd>
  <cVCCode>sample string 1</cVCCode>
  <cVCName>sample string 2</cVCName>
</ReLoadUpdateSupplierClassify>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.