GET MapInterface/GetInvoiceRecordsForMappingRecGuid?recommendationGuid={recommendationGuid}
Gets the list of invoice prices for products tied to the requested recommendation guid
Request Information
URI Parameters
Name | Description | Type | Additional Information |
---|---|---|---|
recommendationGuid |
The recommendation GUID to filter by |
globally unique identifier |
Required |
Body Parameters
Response Information
Resource Description
Gets the list of invoice prices for products tied to the requested recommendation guid
AgvMapInterfaceProductPricingName | Description | Type | Additional Information |
---|---|---|---|
Status |
0 - Success; 1 - An error occurred; 2 - An error occurred; 3 - Descriptive message, process was successful |
string | |
Message |
Informational message that corresponds to the Status returned; 0 - Message will be "OK"; 1 - Detailed message returned to give user an indication of what went wrong; 2 - Less detailed message returned that may not mean anything to the user but that the application might use to take a corrective action; 3 - Not an error but something the user might need to know |
string | |
ErrorList |
List of errors from the API |
Collection of string | |
WarningList |
List of warnings from the API |
Collection of string | |
Count |
Number of results returned |
string | |
Data |
List of properties and values returned for each product that matches the request |
Collection of ClsProductPricingGet |
Response Formats
application/json, text/json
{ "Status": "sample string 1", "Message": "sample string 2", "ErrorList": [ "sample string 1", "sample string 2" ], "WarningList": [ "sample string 1", "sample string 2" ], "Count": "2", "Data": [ { "AgvanceGuid": "62c8347a-ea90-482e-87b9-026849ddf23f", "DeptId": "sample string 2", "ProdId": "sample string 3", "Name": "sample string 4", "AlternateId": "sample string 5", "OracleId": "sample string 6", "MappingGuid": "a55e8144-b7f6-4b00-ab18-d1b367fa7f49", "CustomerList": [ { "AgvanceCustomerGuid": "cf6dcef0-bf0f-44de-9366-cdc9dac9f1f1", "CustomerId": "sample string 2", "CustomerName": "sample string 3 sample string 4", "MappingCustomerGuid": "74a5ceba-d0e1-4e6e-92f9-4e32916a5a65", "DetailList": [ { "Guid": "1e4ba565-bd5f-44bc-b209-6267f7073920", "Number": 2, "Location": "sample string 3", "Date": "2025-10-14T02:57:37.9907203+00:00", "SubInvNumber": 1, "Price": 4.1, "PricingUomInfo": { "AgvUom": "sample string 1", "DryUnit": "sample string 2", "DryUuid": "a88ccd17-87c6-4290-9efa-15852b70b3a1", "LiqUnit": "sample string 3", "LiqUuid": "27b636bd-f0cc-47c9-b377-2b1fadbf6f0b" } }, { "Guid": "1e4ba565-bd5f-44bc-b209-6267f7073920", "Number": 2, "Location": "sample string 3", "Date": "2025-10-14T02:57:37.9907203+00:00", "SubInvNumber": 1, "Price": 4.1, "PricingUomInfo": { "AgvUom": "sample string 1", "DryUnit": "sample string 2", "DryUuid": "a88ccd17-87c6-4290-9efa-15852b70b3a1", "LiqUnit": "sample string 3", "LiqUuid": "27b636bd-f0cc-47c9-b377-2b1fadbf6f0b" } } ] }, { "AgvanceCustomerGuid": "cf6dcef0-bf0f-44de-9366-cdc9dac9f1f1", "CustomerId": "sample string 2", "CustomerName": "sample string 3 sample string 4", "MappingCustomerGuid": "74a5ceba-d0e1-4e6e-92f9-4e32916a5a65", "DetailList": [ { "Guid": "1e4ba565-bd5f-44bc-b209-6267f7073920", "Number": 2, "Location": "sample string 3", "Date": "2025-10-14T02:57:37.9907203+00:00", "SubInvNumber": 1, "Price": 4.1, "PricingUomInfo": { "AgvUom": "sample string 1", "DryUnit": "sample string 2", "DryUuid": "a88ccd17-87c6-4290-9efa-15852b70b3a1", "LiqUnit": "sample string 3", "LiqUuid": "27b636bd-f0cc-47c9-b377-2b1fadbf6f0b" } }, { "Guid": "1e4ba565-bd5f-44bc-b209-6267f7073920", "Number": 2, "Location": "sample string 3", "Date": "2025-10-14T02:57:37.9907203+00:00", "SubInvNumber": 1, "Price": 4.1, "PricingUomInfo": { "AgvUom": "sample string 1", "DryUnit": "sample string 2", "DryUuid": "a88ccd17-87c6-4290-9efa-15852b70b3a1", "LiqUnit": "sample string 3", "LiqUuid": "27b636bd-f0cc-47c9-b377-2b1fadbf6f0b" } } ] } ] }, { "AgvanceGuid": "62c8347a-ea90-482e-87b9-026849ddf23f", "DeptId": "sample string 2", "ProdId": "sample string 3", "Name": "sample string 4", "AlternateId": "sample string 5", "OracleId": "sample string 6", "MappingGuid": "a55e8144-b7f6-4b00-ab18-d1b367fa7f49", "CustomerList": [ { "AgvanceCustomerGuid": "cf6dcef0-bf0f-44de-9366-cdc9dac9f1f1", "CustomerId": "sample string 2", "CustomerName": "sample string 3 sample string 4", "MappingCustomerGuid": "74a5ceba-d0e1-4e6e-92f9-4e32916a5a65", "DetailList": [ { "Guid": "1e4ba565-bd5f-44bc-b209-6267f7073920", "Number": 2, "Location": "sample string 3", "Date": "2025-10-14T02:57:37.9907203+00:00", "SubInvNumber": 1, "Price": 4.1, "PricingUomInfo": { "AgvUom": "sample string 1", "DryUnit": "sample string 2", "DryUuid": "a88ccd17-87c6-4290-9efa-15852b70b3a1", "LiqUnit": "sample string 3", "LiqUuid": "27b636bd-f0cc-47c9-b377-2b1fadbf6f0b" } }, { "Guid": "1e4ba565-bd5f-44bc-b209-6267f7073920", "Number": 2, "Location": "sample string 3", "Date": "2025-10-14T02:57:37.9907203+00:00", "SubInvNumber": 1, "Price": 4.1, "PricingUomInfo": { "AgvUom": "sample string 1", "DryUnit": "sample string 2", "DryUuid": "a88ccd17-87c6-4290-9efa-15852b70b3a1", "LiqUnit": "sample string 3", "LiqUuid": "27b636bd-f0cc-47c9-b377-2b1fadbf6f0b" } } ] }, { "AgvanceCustomerGuid": "cf6dcef0-bf0f-44de-9366-cdc9dac9f1f1", "CustomerId": "sample string 2", "CustomerName": "sample string 3 sample string 4", "MappingCustomerGuid": "74a5ceba-d0e1-4e6e-92f9-4e32916a5a65", "DetailList": [ { "Guid": "1e4ba565-bd5f-44bc-b209-6267f7073920", "Number": 2, "Location": "sample string 3", "Date": "2025-10-14T02:57:37.9907203+00:00", "SubInvNumber": 1, "Price": 4.1, "PricingUomInfo": { "AgvUom": "sample string 1", "DryUnit": "sample string 2", "DryUuid": "a88ccd17-87c6-4290-9efa-15852b70b3a1", "LiqUnit": "sample string 3", "LiqUuid": "27b636bd-f0cc-47c9-b377-2b1fadbf6f0b" } }, { "Guid": "1e4ba565-bd5f-44bc-b209-6267f7073920", "Number": 2, "Location": "sample string 3", "Date": "2025-10-14T02:57:37.9907203+00:00", "SubInvNumber": 1, "Price": 4.1, "PricingUomInfo": { "AgvUom": "sample string 1", "DryUnit": "sample string 2", "DryUuid": "a88ccd17-87c6-4290-9efa-15852b70b3a1", "LiqUnit": "sample string 3", "LiqUuid": "27b636bd-f0cc-47c9-b377-2b1fadbf6f0b" } } ] } ] } ] }