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
AgvMapInterfaceProductPricing| Name | 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": "724c66e0-b60e-402f-847d-c5a1cde805c0",
"DeptId": "sample string 2",
"ProdId": "sample string 3",
"Name": "sample string 4",
"AlternateId": "sample string 5",
"OracleId": "sample string 6",
"MappingGuid": "395a99d0-052d-48b4-8faf-0d5bdf5980cb",
"CustomerList": [
{
"AgvanceCustomerGuid": "f921739c-e881-4c82-bcd1-6d79f4508583",
"CustomerId": "sample string 2",
"CustomerName": "sample string 3 sample string 4",
"MappingCustomerGuid": "ee2eab85-6f53-4fa8-934c-ab2479e5b649",
"DetailList": [
{
"Guid": "c0a94548-cea1-461c-887f-69c1dc92f698",
"Number": 2,
"Location": "sample string 3",
"Date": "2026-02-27T04:48:01.6203211+00:00",
"SubInvNumber": 1,
"Price": 4.1,
"PricingUomInfo": {
"AgvUom": "sample string 1",
"DryUnit": "sample string 2",
"DryUuid": "7a3425a3-f9a0-4f7e-b452-c0c781fdda0e",
"LiqUnit": "sample string 3",
"LiqUuid": "36fbb5a1-16c0-4213-b3ae-d2acb5156d09"
}
},
{
"Guid": "c0a94548-cea1-461c-887f-69c1dc92f698",
"Number": 2,
"Location": "sample string 3",
"Date": "2026-02-27T04:48:01.6203211+00:00",
"SubInvNumber": 1,
"Price": 4.1,
"PricingUomInfo": {
"AgvUom": "sample string 1",
"DryUnit": "sample string 2",
"DryUuid": "7a3425a3-f9a0-4f7e-b452-c0c781fdda0e",
"LiqUnit": "sample string 3",
"LiqUuid": "36fbb5a1-16c0-4213-b3ae-d2acb5156d09"
}
}
]
},
{
"AgvanceCustomerGuid": "f921739c-e881-4c82-bcd1-6d79f4508583",
"CustomerId": "sample string 2",
"CustomerName": "sample string 3 sample string 4",
"MappingCustomerGuid": "ee2eab85-6f53-4fa8-934c-ab2479e5b649",
"DetailList": [
{
"Guid": "c0a94548-cea1-461c-887f-69c1dc92f698",
"Number": 2,
"Location": "sample string 3",
"Date": "2026-02-27T04:48:01.6203211+00:00",
"SubInvNumber": 1,
"Price": 4.1,
"PricingUomInfo": {
"AgvUom": "sample string 1",
"DryUnit": "sample string 2",
"DryUuid": "7a3425a3-f9a0-4f7e-b452-c0c781fdda0e",
"LiqUnit": "sample string 3",
"LiqUuid": "36fbb5a1-16c0-4213-b3ae-d2acb5156d09"
}
},
{
"Guid": "c0a94548-cea1-461c-887f-69c1dc92f698",
"Number": 2,
"Location": "sample string 3",
"Date": "2026-02-27T04:48:01.6203211+00:00",
"SubInvNumber": 1,
"Price": 4.1,
"PricingUomInfo": {
"AgvUom": "sample string 1",
"DryUnit": "sample string 2",
"DryUuid": "7a3425a3-f9a0-4f7e-b452-c0c781fdda0e",
"LiqUnit": "sample string 3",
"LiqUuid": "36fbb5a1-16c0-4213-b3ae-d2acb5156d09"
}
}
]
}
]
},
{
"AgvanceGuid": "724c66e0-b60e-402f-847d-c5a1cde805c0",
"DeptId": "sample string 2",
"ProdId": "sample string 3",
"Name": "sample string 4",
"AlternateId": "sample string 5",
"OracleId": "sample string 6",
"MappingGuid": "395a99d0-052d-48b4-8faf-0d5bdf5980cb",
"CustomerList": [
{
"AgvanceCustomerGuid": "f921739c-e881-4c82-bcd1-6d79f4508583",
"CustomerId": "sample string 2",
"CustomerName": "sample string 3 sample string 4",
"MappingCustomerGuid": "ee2eab85-6f53-4fa8-934c-ab2479e5b649",
"DetailList": [
{
"Guid": "c0a94548-cea1-461c-887f-69c1dc92f698",
"Number": 2,
"Location": "sample string 3",
"Date": "2026-02-27T04:48:01.6203211+00:00",
"SubInvNumber": 1,
"Price": 4.1,
"PricingUomInfo": {
"AgvUom": "sample string 1",
"DryUnit": "sample string 2",
"DryUuid": "7a3425a3-f9a0-4f7e-b452-c0c781fdda0e",
"LiqUnit": "sample string 3",
"LiqUuid": "36fbb5a1-16c0-4213-b3ae-d2acb5156d09"
}
},
{
"Guid": "c0a94548-cea1-461c-887f-69c1dc92f698",
"Number": 2,
"Location": "sample string 3",
"Date": "2026-02-27T04:48:01.6203211+00:00",
"SubInvNumber": 1,
"Price": 4.1,
"PricingUomInfo": {
"AgvUom": "sample string 1",
"DryUnit": "sample string 2",
"DryUuid": "7a3425a3-f9a0-4f7e-b452-c0c781fdda0e",
"LiqUnit": "sample string 3",
"LiqUuid": "36fbb5a1-16c0-4213-b3ae-d2acb5156d09"
}
}
]
},
{
"AgvanceCustomerGuid": "f921739c-e881-4c82-bcd1-6d79f4508583",
"CustomerId": "sample string 2",
"CustomerName": "sample string 3 sample string 4",
"MappingCustomerGuid": "ee2eab85-6f53-4fa8-934c-ab2479e5b649",
"DetailList": [
{
"Guid": "c0a94548-cea1-461c-887f-69c1dc92f698",
"Number": 2,
"Location": "sample string 3",
"Date": "2026-02-27T04:48:01.6203211+00:00",
"SubInvNumber": 1,
"Price": 4.1,
"PricingUomInfo": {
"AgvUom": "sample string 1",
"DryUnit": "sample string 2",
"DryUuid": "7a3425a3-f9a0-4f7e-b452-c0c781fdda0e",
"LiqUnit": "sample string 3",
"LiqUuid": "36fbb5a1-16c0-4213-b3ae-d2acb5156d09"
}
},
{
"Guid": "c0a94548-cea1-461c-887f-69c1dc92f698",
"Number": 2,
"Location": "sample string 3",
"Date": "2026-02-27T04:48:01.6203211+00:00",
"SubInvNumber": 1,
"Price": 4.1,
"PricingUomInfo": {
"AgvUom": "sample string 1",
"DryUnit": "sample string 2",
"DryUuid": "7a3425a3-f9a0-4f7e-b452-c0c781fdda0e",
"LiqUnit": "sample string 3",
"LiqUuid": "36fbb5a1-16c0-4213-b3ae-d2acb5156d09"
}
}
]
}
]
}
]
}