Cdn API - CPG Source

<back to all web services

WPMGetAuctionsRequest

Cdn.Api

The following routes are available for this service:
GET/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 .jsv suffix or ?format=jsv

HTTP + JSV

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

GET /WPMGetAuctionsRequest HTTP/1.1 
Host: cdnapidev.greysheet.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	NoteDate: String,
	NoteDenom: String,
	Auctions: 
	[
		{
			PickNum: String,
			Grade: 0,
			Price: 0,
			Date: 0001-01-01,
			GradedBy: String,
			PQ: String,
			Repl: String,
			Source: String,
			Comments: String,
			Pack: String,
			Sheet: String,
			LotNum: String
		}
	]
}