| GET,POST | /CdnxNodePricingPageRequest |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| NodeId | body | long | No | |
| Skip | body | int | No | |
| Take | body | int | No | |
| IncludeColumns | body | bool | No | |
| IncludeGrey | body | bool | No | |
| IncludeCac | body | bool | No | |
| IncludePcgs | body | bool | No | |
| IncludeNgc | body | bool | No | |
| Gsids | body | List<long> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Data | form | List<CdnxPricingRowDto> | No | |
| Columns | form | List<CdnxPricingColumnDto> | No | |
| NextSkip | form | int | No | |
| HasMore | 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 |
|---|---|---|---|---|
| GsId | form | long | No | |
| Name | form | string | No | |
| IsType | form | bool | No | |
| Prices | form | List<CdnxPricingCellDto> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Grade | form | int | No | |
| IsCac | form | bool | No | |
| Grey | form | string | No | |
| GreyPrev | form | string | No | |
| GreyPrevDate | form | string | No | |
| Pcgs | form | string | No | |
| PcgsPrev | form | string | No | |
| PcgsPrevDate | form | string | No | |
| Ngc | form | string | No | |
| NgcPrev | form | string | No | |
| NgcPrevDate | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Grade | form | int | No | |
| Label | 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 /CdnxNodePricingPageRequest HTTP/1.1
Host: cdnapidev.greysheet.com
Accept: text/jsv
Content-Type: text/jsv
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: text/jsv
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
}