Znode

Build Version:

POST exports

Get the Exports Details.

Request Information

» Parameters

Name Description Additional information
model The model of the Export.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "RecordSet": {
    "$id": "2",
    "$values": [
      {
        "$id": "3"
      },
      {
        "$id": "4"
      },
      {
        "$id": "5"
      }
    ]
  },
  "Type": "sample string 1",
  "FileType": "sample string 2",
  "UserName": "sample string 3",
  "CatalogId": 4,
  "AttributeTypeId": 5,
  "CategoryId": 6,
  "ProductId": 7,
  "ProductName": "sample string 8",
  "AttributeIds": "sample string 9",
  "StartDate": "sample string 10",
  "EndDate": "sample string 11",
  "CountryCode": "sample string 12",
  "PageIndex": 1,
  "PageSize": 1,
  "TotalResults": 1,
  "TotalPages": 1
}