Cdn API - CPG Source

<back to all web services

RetailPricingV2Request

Cdn.Api

The following routes are available for this service:
GET/RetailPricingV2Request
RetailPricingV2Request Parameters:
NameParameterData TypeRequiredDescription
NodeIdquerylongNo
GsidquerylongNo
GradequeryintNo
MinGradequeryintNo
MaxGradequeryintNo
RetailPricingV2Response Parameters:
NameParameterData TypeRequiredDescription
DataformList<CdnPricingDataDto>No
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
TotalformintNo
OpCodeformintNo
ErrorTextformstringNo
RequestTimeformstringNo
ResponseTimeformstringNo
TotalExecutionTimeformstringNo
CachedResponseformboolNo
CdnPricingDataDto Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
GsIdformlongNo
NameformstringNo
CdnLabelformstringNo
SortingPositionformintNo
PrintSeriesNameformstringNo
MintageformstringNo
RedBookLabelformstringNo
IsTypeformboolNo
IsSetformboolNo
UiParentIdformlongNo
PricingDataformList<CdnPricingItemDto>No
CdnPricingItemDto Parameters:
NameParameterData TypeRequiredDescription
GradeformintNo
GradeLabelformstringNo
IsCacformboolNo
CpgPlusMinusValueformstringNo
CpgValformstringNo
CpgPrevValformstringNo
CpgPrevDateformstringNo
GreyPlusMinusValueformstringNo
GreyValformstringNo
GreyPrevValformstringNo
GreyPrevDateformstringNo
GreyFormulaformstringNo
PcgsPlusMinusValueformstringNo
PcgsValformstringNo
PcgsPrevValformstringNo
PcgsPrevDateformstringNo
PcgsFormulaformstringNo
NgcPlusMinusValueformstringNo
NgcValformstringNo
NgcPrevValformstringNo
NgcPrevDateformstringNo
NgcFormulaformstringNo

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

{"Data":[{"Id":0,"GsId":0,"Name":"String","CdnLabel":"String","SortingPosition":0,"PrintSeriesName":"String","Mintage":"String","RedBookLabel":"String","IsType":false,"IsSet":false,"UiParentId":0,"PricingData":[{}]}],"Total":0,"OpCode":0,"ErrorText":"String","RequestTime":"String","ResponseTime":"String","TotalExecutionTime":"String","CachedResponse":false}