Cdn API

<back to all web services

PmCollectiblePricingRequest

Cdn.Api

The following routes are available for this service:
GET/PmCollectiblePricingRequest
PmCollectiblePricingRequest Parameters:
NameParameterData TypeRequiredDescription
NodeIdquerylongNo
EntryIdquerylongNo
SkipqueryintNo
TakequeryintNo
PmPricingResponse Parameters:
NameParameterData TypeRequiredDescription
PricingDataformList<PmPricingDto>No
GradesformList<int>No
GradeLabelsformList<string>No
RetailTotalformintNo
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
TotalformintNo
OpCodeformintNo
ErrorTextformstringNo
RequestTimeformstringNo
ResponseTimeformstringNo
TotalExecutionTimeformstringNo
CachedResponseformboolNo
PmPricingDto Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
CdnIdformlongNo
BnbNumberformstringNo
TitleformstringNo
RarityformstringNo
PcgsNumformstringNo
IsCacformboolNo
IsPlusformboolNo
EntryIdformlongNo
CatalogIdformlongNo
GroupIdformlongNo
SeriesIdformlongNo
ParentEntryIdformlongNo
IntRefformintNo
ParentIntRefformintNo
GradeformintNo
CatalogNameformstringNo
GroupNameformstringNo
SeriesNameformstringNo
SeriesPermalinkformstringNo
CoinDateformstringNo
DesgformstringNo
CpgformstringNo
IsTypeformboolNo
IsSetformboolNo
SetIdsformstringNo
SortStringformstringNo
SortOrderformlongNo
CpgPricingDataformListDictionaryNo
GreyPricingDataformListDictionaryNo
BluePPricingDataformListDictionaryNo
BlueNPricingDataformListDictionaryNo
CpgFormulaDataformListDictionaryNo
GreyFormulaDataformListDictionaryNo
BluePFormulaDataformListDictionaryNo
BlueNFormulaDataformListDictionaryNo

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.

GET /PmCollectiblePricingRequest HTTP/1.1 
Host: cdnapidev.greysheet.com 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"PricingData":[{"Id":0,"CdnId":0,"BnbNumber":"String","Title":"String","Rarity":"String","PcgsNum":"String","IsCac":false,"IsPlus":false,"EntryId":0,"CatalogId":0,"GroupId":0,"SeriesId":0,"ParentEntryId":0,"IntRef":0,"ParentIntRef":0,"Grade":0,"CatalogName":"String","GroupName":"String","SeriesName":"String","SeriesPermalink":"String","CoinDate":"String","Desg":"String","Cpg":"String","IsType":false,"IsSet":false,"SetIds":"String","SortString":"String","SortOrder":0,"CpgPricingData":{},"GreyPricingData":{},"BluePPricingData":{},"BlueNPricingData":{},"CpgFormulaData":{},"GreyFormulaData":{},"BluePFormulaData":{},"BlueNFormulaData":{}}],"Grades":[0],"GradeLabels":["String"],"RetailTotal":0,"Total":0,"OpCode":0,"ErrorText":"String","RequestTime":"String","ResponseTime":"String","TotalExecutionTime":"String","CachedResponse":false}