GET GuidedOrdering/GetAssemblyCategories/{productCategoryId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productCategoryId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AssemblyCategoryDto
NameDescriptionTypeAdditional information
CategoryId

integer

None.

Name

string

None.

Active

boolean

None.

ParentCategoryId

integer

None.

ParentCategoryName

string

None.

Selected

boolean

None.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "CategoryId": 1,
    "Name": "sample string 2",
    "Active": true,
    "ParentCategoryId": 4,
    "ParentCategoryName": "sample string 5",
    "Selected": true
  },
  {
    "CategoryId": 1,
    "Name": "sample string 2",
    "Active": true,
    "ParentCategoryId": 4,
    "ParentCategoryName": "sample string 5",
    "Selected": true
  }
]