POST CopyFromProject/CheckLIEligibilityBeforeCopyToProject
Request Information
URI Parameters
None.
Body Parameters
InEligibleLineitemsForCopyingParamName | Description | Type | Additional information |
---|---|---|---|
LineItemIdList | Collection of integer |
None. |
|
DestinationProjectId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "LineItemIdList": [ 1, 2 ], "DestinationProjectId": 1 }
Response Information
Resource Description
Collection of InEligibleLineitemsForCopyingResultName | Description | Type | Additional information |
---|---|---|---|
LineItemId | integer |
None. |
|
Description | string |
None. |
|
PartId | integer |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "LineItemId": 1, "Description": "sample string 2", "PartId": 3 }, { "LineItemId": 1, "Description": "sample string 2", "PartId": 3 } ]