POST CopyFromProject/CheckLIEligibilityBeforeCopyToProject
Request Information
URI Parameters
None.
Body Parameters
InEligibleLineitemsForCopyingParam| Name | Description | Type | Additional information |
|---|---|---|---|
| LineItemIdList | Collection of integer |
None. |
|
| DestinationProjectId | integer |
None. |
|
| DestinationShowAccountId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LineItemIdList": [
1,
2
],
"DestinationProjectId": 1,
"DestinationShowAccountId": 2
}
Response Information
Resource Description
Collection of InEligibleLineitemsForCopyingResult| Name | 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
}
]