GET | /PricingToolAprXmlRequest |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
EntryId | query | long | No | |
PcgsNum | query | string | No | |
Grade | query | string | No | |
CustId | query | long? | No | |
Skip | query | int | No | |
Take | query | int | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | long? | No | |
OrderBy | form | string[] | No | |
OrderDirections | form | SortOrders[] | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Data | form | List<CdnxAprData> | No | |
AccessRemaining | form | int | No | |
PermitAccess | form | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Total | form | int | No | |
OpCode | form | int | No | |
ErrorText | form | string | No | |
RequestTime | form | string | No | |
ResponseTime | form | string | No | |
TotalExecutionTime | form | string | No | |
CachedResponse | form | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
AprId | form | int | No | |
CdnxEntryCode | form | string | No | |
CdnEntryId | form | long? | No | |
EntryName | form | string | No | |
Grade | form | string | No | |
InternalGrade | form | int | No | |
AuctionHouseAbbrev | form | string | No | |
AuctionHouseName | form | string | No | |
SaleDate | form | DateTime | No | |
Description | form | string | No | |
Amount | form | decimal | No | |
Service | form | string | No | |
IsCac | form | bool | No | |
SaleName | form | string | No | |
LinkUrl | form | string | No | |
IsSold | form | bool | No | |
Images | form | List<string> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Data | form | List<CdnxAprData> | No | |
AccessRemaining | form | int | No | |
PermitAccess | form | bool | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=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 }