Cdn API - CPG Source

<back to all web services

WPMGetAuctionsRequest

WPMGetAuctionsRequest Parameters:
NameParameterData TypeRequiredDescription
PickNumquerystringNo
BasePickNumquerystringNo
TP_Country_NumqueryintNo
CountryNamequerystringNo
SubValuesqueryList<string>No
GradeFromquerybyte?No
GradeToquerybyte?No
DisplayRegularNotesOnlyqueryboolNo
Exclude99queryboolNo
ExcludeEbayqueryboolNo
GradedByquerystringNo
SourcequerystringNo
SortByquerystringNo
WPMGetAuctionsResponse Parameters:
NameParameterData TypeRequiredDescription
NoteDateformstringNo
NoteDenomformstringNo
AuctionsformList<WPMAuctionResultDto>No
WPMAuctionResultDto Parameters:
NameParameterData TypeRequiredDescription
PickNumformstringNo
GradeformbyteNo
PriceformdecimalNo
DateformDateTimeNo
GradedByformstringNo
PQformstringNo
ReplformstringNo
SourceformstringNo
CommentsformstringNo
PackformstringNo
SheetformstringNo
LotNumformstringNo

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 /json/reply/WPMGetAuctionsRequest HTTP/1.1 
Host: cdnapidev.greysheet.com 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"PickNum":"String","BasePickNum":"String","TP_Country_Num":0,"CountryName":"String","SubValues":["String"],"GradeFrom":0,"GradeTo":0,"DisplayRegularNotesOnly":false,"Exclude99":false,"ExcludeEbay":false,"GradedBy":"String","Source":"String","SortBy":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"NoteDate":"String","NoteDenom":"String","Auctions":[{"PickNum":"String","Grade":0,"Price":0,"Date":"\/Date(-62135596800000-0000)\/","GradedBy":"String","PQ":"String","Repl":"String","Source":"String","Comments":"String","Pack":"String","Sheet":"String","LotNum":"String"}]}