| GET,POST | /RetailPricingV2Request |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| NodeId | body | long | No | |
| Gsid | body | long | No | |
| GsidList | body | List<long> | No | |
| PcgsNumber | body | string | No | |
| FrNumber | body | string | No | |
| Grade | body | int | No | |
| MinGrade | body | int | No | |
| MaxGrade | body | int | No | |
| IsCac | body | bool | No | |
| ShowAllGrades | body | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Data | form | List<CdnPricingDataDto> | 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 |
|---|---|---|---|---|
| Id | form | long | No | |
| GsId | form | long | No | |
| Name | form | string | No | |
| CdnLabel | form | string | No | |
| SortingPosition | form | int | No | |
| PrintSeriesName | form | string | No | |
| Mintage | form | string | No | |
| RedBookLabel | form | string | No | |
| IsType | form | bool | No | |
| IsSet | form | bool | No | |
| UiParentId | form | long | No | |
| PricingData | form | List<CdnPricingItemDto> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Grade | form | int | No | |
| GradeLabel | form | string | No | |
| IsCac | form | bool | No | |
| CpgPlusMinusValue | form | string | No | |
| CpgVal | form | string | No | |
| CpgPrevVal | form | string | No | |
| CpgPrevDate | form | string | No | |
| GreyPlusMinusValue | form | string | No | |
| GreyVal | form | string | No | |
| GreyPrevVal | form | string | No | |
| GreyPrevDate | form | string | No | |
| GreyFormula | form | string | No | |
| PcgsPlusMinusValue | form | string | No | |
| PcgsVal | form | string | No | |
| PcgsPrevVal | form | string | No | |
| PcgsPrevDate | form | string | No | |
| PcgsFormula | form | string | No | |
| NgcPlusMinusValue | form | string | No | |
| NgcVal | form | string | No | |
| NgcPrevVal | form | string | No | |
| NgcPrevDate | form | string | No | |
| NgcFormula | form | string | No | |
| BlueBookPlusMinusValue | form | string | No | |
| BlueBookVal | form | string | No | |
| BlueBookPrevVal | form | string | No | |
| BlueBookPrevDate | form | string | 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.
POST /RetailPricingV2Request HTTP/1.1
Host: cdnapidev.greysheet.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
NodeId: 0,
Gsid: 0,
GsidList:
[
0
],
PcgsNumber: String,
FrNumber: String,
Grade: 0,
MinGrade: 0,
MaxGrade: 0,
IsCac: False,
ShowAllGrades: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
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:
[
{
Grade: 0,
GradeLabel: String,
IsCac: False,
CpgPlusMinusValue: String,
CpgVal: String,
CpgPrevVal: String,
CpgPrevDate: String,
GreyPlusMinusValue: String,
GreyVal: String,
GreyPrevVal: String,
GreyPrevDate: String,
GreyFormula: String,
PcgsPlusMinusValue: String,
PcgsVal: String,
PcgsPrevVal: String,
PcgsPrevDate: String,
PcgsFormula: String,
NgcPlusMinusValue: String,
NgcVal: String,
NgcPrevVal: String,
NgcPrevDate: String,
NgcFormula: String,
BlueBookPlusMinusValue: String,
BlueBookVal: String,
BlueBookPrevVal: String,
BlueBookPrevDate: String
}
]
}
],
Total: 0,
OpCode: 0,
ErrorText: String,
RequestTime: String,
ResponseTime: String,
TotalExecutionTime: String,
CachedResponse: False
}