POST api/admin/SizeGroupApi/UploadProductSizeSpecExcel

Request Information

URI Parameters

None.

Body Parameters

UploadProductSizeSpecExcel
NameDescriptionTypeAdditional information
ProductID

integer

None.

FileName

string

None.

FileContent

string

None.

FilePath

string

None.

FileUrl

string

None.

Extension

string

None.

IsNew

boolean

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "FileName": "sample string 2",
  "FileContent": "sample string 3",
  "FilePath": "sample string 4",
  "FileUrl": "sample string 5",
  "Extension": "sample string 6",
  "IsNew": true,
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<UploadProductSizeSpecExcel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels.PostModel">
  <Extension>sample string 6</Extension>
  <FileContent>sample string 3</FileContent>
  <FileName>sample string 2</FileName>
  <FilePath>sample string 4</FilePath>
  <FileUrl>sample string 5</FileUrl>
  <IsDeleted>true</IsDeleted>
  <IsNew>true</IsNew>
  <ProductID>1</ProductID>
</UploadProductSizeSpecExcel>

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.