POST api/ExcelImport/ImportSKUExcel
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Code": "sample string 1", "Message": "sample string 2", "ImageUID": "sample string 3", "FilePath": "sample string 4", "FileSysUID": "sample string 5", "Status": "sample string 6", "TotalFilePath": "sample string 7", "SuccessRecordCount": 8, "FailureRecordCount": 9, "TotalRecordsCount": 10, "Msg": "sample string 11", "Id": 12 }
application/xml, text/xml
Sample:
<ExcelImportController.FileImportStatusResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RSSServices.Controllers"> <Code>sample string 1</Code> <FailureRecordCount>9</FailureRecordCount> <FilePath>sample string 4</FilePath> <FileSysUID>sample string 5</FileSysUID> <Id>12</Id> <ImageUID>sample string 3</ImageUID> <Message>sample string 2</Message> <Msg>sample string 11</Msg> <Status>sample string 6</Status> <SuccessRecordCount>8</SuccessRecordCount> <TotalFilePath>sample string 7</TotalFilePath> <TotalRecordsCount>10</TotalRecordsCount> </ExcelImportController.FileImportStatusResponse>