GET | /EbaySellerRequest |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Seller | query | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Data | form | List<MarketplaceLocalItem> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Total | form | int | No | |
OpCode | form | int | No | |
ErrorText | form | string | No | |
RequestTime | form | string | No | |
ResponseTime | form | string | No | |
TotalExecutionTime | form | string | No | |
CachedResponse | form | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | string | No | |
AskId | form | long | No | |
UserId | form | long | No | |
UserCode | form | string | No | |
CustomerId | form | long | No | |
CompanyName | form | string | No | |
AuctionHouseAbbrev | form | string | No | |
AuctionHouseName | form | string | No | |
Avatar | form | string | No | |
Description | form | string | No | |
CdnxEntryCode | form | string | No | |
CdnEntryId | form | long | No | |
EntryName | form | string | No | |
EntryImageUrl | form | string | No | |
EntryImageUrlLocal | form | string | No | |
EntryImageSource | form | string | No | |
Grade | form | int | No | |
FullGrade | form | string | No | |
Service | form | string | No | |
SightCode | form | string | No | |
CallForPrice | form | bool | No | |
SpotMessage | form | string | No | |
SpotBased | form | bool | No | |
SpotPlusMinus | form | string | No | |
SpotDollarPercent | form | string | No | |
SpotOffset | form | int | No | |
Quantity | form | int | No | |
Extended | form | string | No | |
Details | form | bool | No | |
Error | form | bool | No | |
ExpireDate | form | string | No | |
LastModified | form | string | No | |
PaperQuality | form | string | No | |
IsAuction | form | bool | No | |
AuctionEnds | form | string | No | |
AuctionSoldFor | form | decimal | No | |
Url | form | string | No | |
IsCac | form | bool | No | |
IsSold | form | bool | No | |
AprId | form | long | No | |
Rec_type | form | string | No | |
Price | form | decimal | No | |
Catalog_Id | form | long | No | |
Catalog | form | string | No | |
CatalogSort | form | long | No | |
Group_id | form | long | No | |
Group | form | string | No | |
GroupSort | form | long | No | |
Series_id | form | long | No | |
Series | form | string | No | |
SeriesSort | form | long | No | |
EntrySort | form | long | No | |
SortOrder | form | long | No | |
Images | form | string | No | |
ImagesAreLocal | form | bool | No | |
Active | form | bool | No | |
LastMod | form | DateTime | No | |
LastModBy | form | string | No | |
ItemSource | form | string | No | |
EbayItemJson | form | string | No |
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
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /EbaySellerRequest HTTP/1.1 Host: cdnapidev.greysheet.com Accept: application/json
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length {"Data":[{"Id":"String","AskId":0,"UserId":0,"UserCode":"String","CustomerId":0,"CompanyName":"String","AuctionHouseAbbrev":"String","AuctionHouseName":"String","Avatar":"String","Description":"String","CdnxEntryCode":"String","CdnEntryId":0,"EntryName":"String","EntryImageUrl":"String","EntryImageUrlLocal":"String","EntryImageSource":"String","Grade":0,"FullGrade":"String","Service":"String","SightCode":"String","CallForPrice":false,"SpotMessage":"String","SpotBased":false,"SpotPlusMinus":"String","SpotDollarPercent":"String","SpotOffset":0,"Quantity":0,"Extended":"String","Details":false,"Error":false,"ExpireDate":"String","LastModified":"String","PaperQuality":"String","IsAuction":false,"AuctionEnds":"String","AuctionSoldFor":0,"Url":"String","IsCac":false,"IsSold":false,"AprId":0,"Rec_type":"String","Price":0,"Catalog_Id":0,"Catalog":"String","CatalogSort":0,"Group_id":0,"Group":"String","GroupSort":0,"Series_id":0,"Series":"String","SeriesSort":0,"EntrySort":0,"SortOrder":0,"Images":"String","ImagesAreLocal":false,"Active":false,"LastMod":"\/Date(-62135596800000-0000)\/","LastModBy":"String","ItemSource":"String","EbayItemJson":"String"}],"Total":0,"OpCode":0,"ErrorText":"String","RequestTime":"String","ResponseTime":"String","TotalExecutionTime":"String","CachedResponse":false}