POST api/parts/isApplyTemplateAllowed

Request Information

URI Parameters

None.

Body Parameters

PartIdsDto
NameDescriptionTypeAdditional information
PartIds

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PartIds": [
    1,
    2
  ]
}

Response Information

Resource Description

boolean

Response Information

Response body formats

application/json, text/json

Sample:
true