POST U8API/SupplierController/LoadSupplier

Request Information

URI Parameters

None.

Body Parameters

ReLoadSupplier
NameDescriptionTypeAdditional information
cVCCode

string

None.

cVenCode

string

None.

cVenName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "cVCCode": "sample string 1",
  "cVenCode": "sample string 2",
  "cVenName": "sample string 3"
}

application/xml, text/xml

Sample:
<ReLoadSupplier xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Suntront.U8ApiModel.BasisFiles.Supplier">
  <cVCCode>sample string 1</cVCCode>
  <cVenCode>sample string 2</cVenCode>
  <cVenName>sample string 3</cVenName>
</ReLoadSupplier>

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.