Cdn API - CPG Source

<back to all web services

CdnxNodePricingPageRequest

Cdn.Api

The following routes are available for this service:
GET,POST/CdnxNodePricingPageRequest
CdnxNodePricingPageRequest Parameters:
NameParameterData TypeRequiredDescription
NodeIdbodylongNo
SkipbodyintNo
TakebodyintNo
IncludeColumnsbodyboolNo
IncludeGreybodyboolNo
IncludeCacbodyboolNo
IncludePcgsbodyboolNo
IncludeNgcbodyboolNo
GsidsbodyList<long>No
CdnxNodePricingPageResponse Parameters:
NameParameterData TypeRequiredDescription
DataformList<CdnxPricingRowDto>No
ColumnsformList<CdnxPricingColumnDto>No
NextSkipformintNo
HasMoreformboolNo
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
TotalformintNo
OpCodeformintNo
ErrorTextformstringNo
RequestTimeformstringNo
ResponseTimeformstringNo
TotalExecutionTimeformstringNo
CachedResponseformboolNo
CdnxPricingRowDto Parameters:
NameParameterData TypeRequiredDescription
GsIdformlongNo
NameformstringNo
IsTypeformboolNo
PricesformList<CdnxPricingCellDto>No
CdnxPricingCellDto Parameters:
NameParameterData TypeRequiredDescription
GradeformintNo
IsCacformboolNo
GreyformstringNo
GreyPrevformstringNo
GreyPrevDateformstringNo
PcgsformstringNo
PcgsPrevformstringNo
PcgsPrevDateformstringNo
NgcformstringNo
NgcPrevformstringNo
NgcPrevDateformstringNo
CdnxPricingColumnDto Parameters:
NameParameterData TypeRequiredDescription
GradeformintNo
LabelformstringNo

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

{"NodeId":0,"Skip":0,"Take":0,"IncludeColumns":false,"IncludeGrey":false,"IncludeCac":false,"IncludePcgs":false,"IncludeNgc":false,"Gsids":[0]}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Data":[{"GsId":0,"Name":"String","IsType":false,"Prices":[{"Grade":0,"IsCac":false,"Grey":"String","GreyPrev":"String","GreyPrevDate":"String","Pcgs":"String","PcgsPrev":"String","PcgsPrevDate":"String","Ngc":"String","NgcPrev":"String","NgcPrevDate":"String"}]}],"Columns":[{"Grade":0,"Label":"String"}],"NextSkip":0,"HasMore":false,"Total":0,"OpCode":0,"ErrorText":"String","RequestTime":"String","ResponseTime":"String","TotalExecutionTime":"String","CachedResponse":false}