POST api/parts/isApplyTemplateAllowed
Request Information
URI Parameters
None.
Body Parameters
PartIdsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PartIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PartIds": [
1,
2
]
}
Response Information
Resource Description
booleanResponse Information
Response body formats
application/json, text/json
Sample:
true