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