| 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 .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
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: application/json
Content-Type: application/json
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: application/json
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}