Cdn API

<back to all web services

PricingToolAprXmlRequest

Cdn.Api

The following routes are available for this service:
GET/PricingToolAprXmlRequest
PricingToolAprXmlRequest Parameters:
NameParameterData TypeRequiredDescription
EntryIdquerylongNo
PcgsNumquerystringNo
GradequerystringNo
CustIdquerylong?No
SkipqueryintNo
TakequeryintNo
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 .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 /PricingToolAprXmlRequest HTTP/1.1 
Host: cdnapidev.greysheet.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Data: 
	[
		{
			AprId: 0,
			CdnxEntryCode: String,
			CdnEntryId: 0,
			EntryName: String,
			Grade: String,
			InternalGrade: 0,
			AuctionHouseAbbrev: String,
			AuctionHouseName: String,
			SaleDate: 0001-01-01,
			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
}