Cdn API

<back to all web services

PricingToolAprRequest

Cdn.Api

The following routes are available for this service:
GET/PricingToolAprRequest
PricingToolAprRequest Parameters:
NameParameterData TypeRequiredDescription
EntryIdquerylongNo
CatalogIdquerylongNo
PcgsNumberquerystringNo
GradequerystringNo
IsCacqueryboolNo
CustIdquerylong?No
SkipqueryintNo
TakequeryintNo
SortByquerystringNo
BaseRequest<T> Parameters:
NameParameterData TypeRequiredDescription
Idformlong?No
OrderByformstring[]No
OrderDirectionsformSortOrders[]No
PricingToolAprResponse Parameters:
NameParameterData TypeRequiredDescription
DataformList<CdnxAprData>No
AccessRemainingformintNo
PermitAccessformboolNo
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
TotalformintNo
OpCodeformintNo
ErrorTextformstringNo
RequestTimeformstringNo
ResponseTimeformstringNo
TotalExecutionTimeformstringNo
CachedResponseformboolNo
CdnxAprData Parameters:
NameParameterData TypeRequiredDescription
AprIdformintNo
CdnxEntryCodeformstringNo
CdnEntryIdformlong?No
EntryNameformstringNo
GradeformstringNo
InternalGradeformintNo
AuctionHouseAbbrevformstringNo
AuctionHouseNameformstringNo
SaleDateformDateTimeNo
DescriptionformstringNo
AmountformdecimalNo
ServiceformstringNo
IsCacformboolNo
SaleNameformstringNo
LinkUrlformstringNo
IsSoldformboolNo
ImagesformList<string>No
PricingToolAprResponse Parameters:
NameParameterData TypeRequiredDescription
DataformList<CdnxAprData>No
AccessRemainingformintNo
PermitAccessformboolNo

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

{"Data":[{"AprId":0,"CdnxEntryCode":"String","CdnEntryId":0,"EntryName":"String","Grade":"String","InternalGrade":0,"AuctionHouseAbbrev":"String","AuctionHouseName":"String","SaleDate":"\/Date(-62135596800000-0000)\/","Description":"String","Amount":0,"Service":"String","IsCac":false,"SaleName":"String","LinkUrl":"String","IsSold":false,"Images":["String"]}],"AccessRemaining":0,"PermitAccess":false,"Total":0,"OpCode":0,"ErrorText":"String","RequestTime":"String","ResponseTime":"String","TotalExecutionTime":"String","CachedResponse":false}