POST copy/SaveSelectedLIToCache
Request Information
URI Parameters
None.
Body Parameters
LineItemBulkCopyDto| Name | Description | Type | Additional information |
|---|---|---|---|
| LineItemsToCopy | Collection of LineItemToCopyDto |
None. |
|
| LineItemIds | Collection of integer |
None. |
|
| ProjectId | integer |
None. |
|
| AccountId | integer |
None. |
|
| SelectedAccountId | integer |
None. |
|
| ProjectAccountId | integer |
None. |
|
| IncludeFrontBackCopy | boolean |
None. |
|
| IncludeDeliveryLocation | boolean |
None. |
|
| IncludeTurnover | boolean |
None. |
|
| IncludeVendorNotes | boolean |
None. |
|
| IncludeWorkTicketComments | boolean |
None. |
|
| IncludeSupportingDocuments | boolean |
None. |
|
| IncludeCollaborationFiles | boolean |
None. |
|
| InheritDatesFromDestFA | boolean |
None. |
|
| ApprovalProcessId | integer |
None. |
|
| FileOwnerId | integer |
None. |
|
| SelectedDestFAId | integer |
None. |
|
| SelectedDestBoothId | integer |
None. |
|
| LineItemStatusAccountDraft | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"LineItemsToCopy": [
{
"Id": 1,
"PartName": "sample string 2",
"Quantity": 3.0,
"Status": 1,
"Category": "sample string 4",
"CreatedBy": "sample string 5",
"VendorName": "sample string 6",
"SourceBoothId": 7,
"SourceBoothName": "sample string 8",
"DestinationBoothName": "sample string 9",
"SourceFunctionalAreaId": 10,
"SourceFunctionalAreaName": "sample string 11",
"DestinationFunctionalAreaName": "sample string 12"
},
{
"Id": 1,
"PartName": "sample string 2",
"Quantity": 3.0,
"Status": 1,
"Category": "sample string 4",
"CreatedBy": "sample string 5",
"VendorName": "sample string 6",
"SourceBoothId": 7,
"SourceBoothName": "sample string 8",
"DestinationBoothName": "sample string 9",
"SourceFunctionalAreaId": 10,
"SourceFunctionalAreaName": "sample string 11",
"DestinationFunctionalAreaName": "sample string 12"
}
],
"LineItemIds": [
1,
2
],
"ProjectId": 1,
"AccountId": 2,
"SelectedAccountId": 3,
"ProjectAccountId": 4,
"IncludeFrontBackCopy": true,
"IncludeDeliveryLocation": true,
"IncludeTurnover": true,
"IncludeVendorNotes": true,
"IncludeWorkTicketComments": true,
"IncludeSupportingDocuments": true,
"IncludeCollaborationFiles": true,
"InheritDatesFromDestFA": true,
"ApprovalProcessId": 1,
"FileOwnerId": 1,
"SelectedDestFAId": 1,
"SelectedDestBoothId": 1,
"LineItemStatusAccountDraft": true
}
Response Information
Resource Description
stringResponse Information
Response body formats
application/json, text/json
Sample:
"sample string 1"