Needio.Services

<back to all web services

UploadPostPriceListRequest

Requires Authentication
Required role:Approved
The following routes are available for this service:
All Verbs/Post/UploadPostPriceList/
UploadPostPriceListRequest Parameters:
NameParameterData TypeRequiredDescription
StoreIdqueryintNo
CategoryKeyquerystringNo
FileNamequerystringNo
FileContentBase64querystringNo
MimeTypequerystringNo
BaseRequest Parameters:
NameParameterData TypeRequiredDescription
startformDateTimeNo
DeviceUUIDformstringNo
APIKeyformstringNo
isAdminformboolNo
CmdformstringNo
UploadPostPriceListResponse Parameters:
NameParameterData TypeRequiredDescription
ImportFileJobDtoformImportFileJobDTONo
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
ResultformboolNo
ResMessageformstringNo
ErrorformErrorNo
PageInfoformBasePageInfoNo
Error Parameters:
NameParameterData TypeRequiredDescription
ErrorYnformboolNo
ExYnformboolNo
ErrorCodeformstringNo
ErrorDescriptionformstringNo
BasePageInfo Parameters:
NameParameterData TypeRequiredDescription
TotalRecordCountformintNo
TotalPageCountformintNo
CurrentPageformintNo
ImportFileJobDTO Parameters:
NameParameterData TypeRequiredDescription
ImportFileJobIdformintNo
UserIdformintNo
StoreIdformintNo
StatusformImportFileStatusesNo
ImportTypeformImportTypesNo
FileNameformstringNo
FileMimeTypeformstringNo
FileTypeformFileTypesNo
InputFileIdformlongNo
OutputFileIdformlong?No
CreatedDateformDateTimeNo
ScheduledDateformDateTimeNo
ExecutionDateformDateTime?No
JobIdformint?No
HJobIdformstringNo
TimeSpentformTimeSpan?No
ResultformstringNo
ContentTypeformContentTypesNo
ImportFileStatuses Enum:
NameValue
Waiting1
InProgress2
Cancelled3
Rejected4
CompletedWithError9
Completed10
DeletedWithError19
Deleted20
Other99
ImportTypes Enum:
NameValue
Excel1
Xml2
Api3
ExtApi4
FileTypes Enum:
NameValue
None0
Xml1
Url2
Excel3
N11Api4
TrendyolApi5
ExtApi6
ContentTypes Enum:
NameValue
Post0
PostStock1
PostPrice2
Other99
UploadPostPriceListResponse Parameters:
NameParameterData TypeRequiredDescription
ImportFileJobDtoformImportFileJobDTONo

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /Post/UploadPostPriceList/ HTTP/1.1 
Host: baseservices.needion.com 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"StoreId":0,"CategoryKey":"String","FileName":"String","FileContentBase64":"String","MimeType":"String","start":"\/Date(-62135596800000-0000)\/","DeviceUUID":"String","APIKey":"String","isAdmin":false,"Cmd":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"ImportFileJobDto":{"ImportFileJobId":0,"UserId":0,"StoreId":0,"Status":1,"ImportType":1,"FileName":"String","FileMimeType":"String","FileType":0,"InputFileId":0,"OutputFileId":0,"CreatedDate":"\/Date(-62135596800000-0000)\/","ScheduledDate":"\/Date(-62135596800000-0000)\/","ExecutionDate":"\/Date(-62135596800000-0000)\/","JobId":0,"HJobId":"String","TimeSpent":"00:00:00","Result":"String","ContentType":0},"Result":false,"ResMessage":"String","Error":{"ErrorYn":false,"ExYn":false,"ErrorCode":"String","ErrorDescription":"String"},"PageInfo":{"TotalRecordCount":0,"TotalPageCount":0,"CurrentPage":0}}