PUT api/Lists/AddedItems/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DataResultOfCustListName | Description | Type | Additional information |
---|---|---|---|
Value | RetVal |
None. |
|
Message | string |
None. |
|
Data | CustList |
None. |
Response Formats
application/json, text/json
Sample:
{ "Value": 0, "Message": "sample string 1", "Data": { "ListName": "sample string 1", "NoOfAddedItems": 2, "ListDetails": [ { "CustListId": "2de298b5-97d7-4f91-96de-e4fa44b1447b", "Id": "cc736676-b023-4a57-b1d5-848943d4f4a9", "UnitPrice": "sample string 4", "Quantity": 5, "MaterialID": "sample string 6", "Material": { "MaterialID": "sample string 1", "Description": "sample string 2", "Family": "sample string 3", "SubFamily": "sample string 4", "Brand": "sample string 5", "DisplayUPC": "sample string 6", "GTIN": "sample string 7", "ShelfLife": "sample string 8", "CodeDating": "sample string 9", "RefrigerationText": "sample string 10", "Establishment": "sample string 11", "Characteristics": "sample string 12", "Allergens": "sample string 13", "UMConversions": "sample string 14", "Package": "sample string 15", "Case": "sample string 16", "CaseWeightType": "sample string 17", "CaseWt": "sample string 18", "ShippingWt": "sample string 19", "Pallet": "sample string 20", "SellingRestriction": "sample string 21", "CaseUPC": "sample string 22", "ImageUrl": "sample string 23", "NutritionFactsUrl": "sample string 24", "SellingUnit": "sample string 25", "ConversionFactor": "sample string 26" }, "DateAdded": "2025-07-07T10:21:07.2859965+00:00" }, { "CustListId": "2de298b5-97d7-4f91-96de-e4fa44b1447b", "Id": "cc736676-b023-4a57-b1d5-848943d4f4a9", "UnitPrice": "sample string 4", "Quantity": 5, "MaterialID": "sample string 6", "Material": { "MaterialID": "sample string 1", "Description": "sample string 2", "Family": "sample string 3", "SubFamily": "sample string 4", "Brand": "sample string 5", "DisplayUPC": "sample string 6", "GTIN": "sample string 7", "ShelfLife": "sample string 8", "CodeDating": "sample string 9", "RefrigerationText": "sample string 10", "Establishment": "sample string 11", "Characteristics": "sample string 12", "Allergens": "sample string 13", "UMConversions": "sample string 14", "Package": "sample string 15", "Case": "sample string 16", "CaseWeightType": "sample string 17", "CaseWt": "sample string 18", "ShippingWt": "sample string 19", "Pallet": "sample string 20", "SellingRestriction": "sample string 21", "CaseUPC": "sample string 22", "ImageUrl": "sample string 23", "NutritionFactsUrl": "sample string 24", "SellingUnit": "sample string 25", "ConversionFactor": "sample string 26" }, "DateAdded": "2025-07-07T10:21:07.2859965+00:00" } ], "hasUploadedFile": true, "Id": "e830b453-e88d-4544-abd5-0a639500b183", "Comments": "sample string 6", "DateCreated": "2025-07-07T10:21:07.2859965+00:00", "DateModified": "2025-07-07T10:21:07.2859965+00:00" } }