Needio.Services.ExtApiHost

<back to all web services

ExtSearchProductRequest

Requires Authentication
Required role:Approved
The following routes are available for this service:
All Verbs/Ext/SearchProduct/
ExtSearchProductRequest Parameters:
NameParameterData TypeRequiredDescription
TermsquerystringNo
CategoryIdqueryint?No
PagequeryintNo
CountqueryintNo
BaseRequest Parameters:
NameParameterData TypeRequiredDescription
startformDateTimeNo
DeviceUUIDformstringNo
APIKeyformstringNo
isAdminformboolNo
CmdformstringNo
ExtSearchProductResponse Parameters:
NameParameterData TypeRequiredDescription
ItemsformList<SProductDto>No
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
ResultformboolNo
ResMessageformstringNo
ErrorformErrorNo
PageInfoformBasePageInfoNo
Error Parameters:
NameParameterData TypeRequiredDescription
ErrorYnformboolNo
ExYnformboolNo
ErrorCodeformstringNo
ErrorDescriptionformstringNo
BasePageInfo Parameters:
NameParameterData TypeRequiredDescription
TotalRecordCountformintNo
TotalPageCountformintNo
CurrentPageformintNo
SProductDto Parameters:
NameParameterData TypeRequiredDescription
EANformstringNo
CodeformstringNo
ImageUrlformstringNo
NameformstringNo
IdformintNo
PriceformdecimalNo
FriendlyUrlformstringNo
CategoryIdformint?No
SliderContentformstringNo
PublishReviewYnformboolNo
ExtSearchProductResponse Parameters:
NameParameterData TypeRequiredDescription
ItemsformList<SProductDto>No

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

HTTP + CSV

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

POST /Ext/SearchProduct/ HTTP/1.1 
Host: apiservices.needion.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"Terms":"String","CategoryId":0,"Page":0,"Count":0,"start":"\/Date(-62135596800000-0000)\/","DeviceUUID":"String","APIKey":"String","isAdmin":false,"Cmd":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"Items":[{"EAN":"String","Code":"String","ImageUrl":"String","Name":"String","Id":0,"Price":0,"FriendlyUrl":"String","CategoryId":0,"SliderContent":"String","PublishReviewYn":false}],"Result":false,"ResMessage":"String","Error":{"ErrorYn":false,"ExYn":false,"ErrorCode":"String","ErrorDescription":"String"},"PageInfo":{"TotalRecordCount":0,"TotalPageCount":0,"CurrentPage":0}}