POST api/categories/sync

Request Information

URI Parameters

None.

Body Parameters

Collection of CategoryDto
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

MetaKeywords

string

None.

MetaTitle

string

None.

PriceRanges

string

None.

PageSizeOptions

string

None.

Description

string

None.

CategoryTemplateId

integer

None.

MetaDescription

string

None.

ParentCategoryId

integer

None.

PictureId

integer

None.

PageSize

integer

None.

AllowCustomersToSelectPageSize

boolean

None.

ShowOnHomepage

boolean

None.

IncludeInTopMenu

boolean

None.

SubjectToAcl

boolean

None.

LimitedToStores

boolean

None.

Published

boolean

None.

Deleted

boolean

None.

DisplayOrder

integer

None.

CreatedOnUtc

date

None.

UpdatedOnUtc

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "MetaKeywords": "sample string 3",
    "MetaTitle": "sample string 4",
    "PriceRanges": "sample string 5",
    "PageSizeOptions": "sample string 6",
    "Description": "sample string 7",
    "CategoryTemplateId": 8,
    "MetaDescription": "sample string 9",
    "ParentCategoryId": 10,
    "PictureId": 11,
    "PageSize": 12,
    "AllowCustomersToSelectPageSize": true,
    "ShowOnHomepage": true,
    "IncludeInTopMenu": true,
    "SubjectToAcl": true,
    "LimitedToStores": true,
    "Published": true,
    "Deleted": true,
    "DisplayOrder": 20,
    "CreatedOnUtc": "2025-12-05T20:15:12.8924842-08:00",
    "UpdatedOnUtc": "2025-12-05T20:15:12.8924842-08:00"
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "MetaKeywords": "sample string 3",
    "MetaTitle": "sample string 4",
    "PriceRanges": "sample string 5",
    "PageSizeOptions": "sample string 6",
    "Description": "sample string 7",
    "CategoryTemplateId": 8,
    "MetaDescription": "sample string 9",
    "ParentCategoryId": 10,
    "PictureId": 11,
    "PageSize": 12,
    "AllowCustomersToSelectPageSize": true,
    "ShowOnHomepage": true,
    "IncludeInTopMenu": true,
    "SubjectToAcl": true,
    "LimitedToStores": true,
    "Published": true,
    "Deleted": true,
    "DisplayOrder": 20,
    "CreatedOnUtc": "2025-12-05T20:15:12.8924842-08:00",
    "UpdatedOnUtc": "2025-12-05T20:15:12.8924842-08:00"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.