PUT MapInterface/PutAgvanceMappingProductData
Updates the Agvance Product Mapping Cross Reference
Request Information
URI Parameters
Body Parameters
The model for the Updating of an Agvance Product.
ClsProductPutModel| Name | Description | Type | Additional Information |
|---|---|---|---|
| Products |
Agvance products the Mapping GUID values will be updated on |
Collection of ClsProductPut |
Required |
Request Formats
application/json, text/json
{
"Products": [
{
"AgvanceGuid": "399def29-f217-4fb8-ae3f-35dc20596dad",
"OracleId": "sample string 1",
"MappingGuid": "fdc43977-d0da-45b9-8017-50ace2660958"
},
{
"AgvanceGuid": "399def29-f217-4fb8-ae3f-35dc20596dad",
"OracleId": "sample string 1",
"MappingGuid": "fdc43977-d0da-45b9-8017-50ace2660958"
}
]
}
application/xml, text/xml
<ClsProductPutModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SKY.Core.Interfaces.HAAS.Model">
<Products>
<ClsProductPut>
<AgvanceGuid>399def29-f217-4fb8-ae3f-35dc20596dad</AgvanceGuid>
<MappingGuid>fdc43977-d0da-45b9-8017-50ace2660958</MappingGuid>
<OracleId>sample string 1</OracleId>
</ClsProductPut>
<ClsProductPut>
<AgvanceGuid>399def29-f217-4fb8-ae3f-35dc20596dad</AgvanceGuid>
<MappingGuid>fdc43977-d0da-45b9-8017-50ace2660958</MappingGuid>
<OracleId>sample string 1</OracleId>
</ClsProductPut>
</Products>
</ClsProductPutModel>
application/x-www-form-urlencoded
Response Information
Resource Description
Updates the Agvance Product Mapping Cross Reference
AgvMapInterfaceProduct| 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 | |
| Count |
Number of results returned |
string | |
| ProductList |
List of properties and values returned for each product that matches the request |
Collection of ClsProductGet |
Response Formats
application/json, text/json
{
"Status": "sample string 1",
"Message": "sample string 2",
"Count": "2",
"ProductList": [
{
"AgvanceGuid": "6dfe7e1e-c02a-403e-9dab-68054bb89635",
"DeptId": "sample string 2",
"ProdId": "sample string 3",
"Name": "sample string 4",
"AlternateId": "sample string 5",
"OracleId": "sample string 6",
"MappingGuid": "71993e58-f971-49d4-9d91-78f231346b46",
"Inactive": true
},
{
"AgvanceGuid": "6dfe7e1e-c02a-403e-9dab-68054bb89635",
"DeptId": "sample string 2",
"ProdId": "sample string 3",
"Name": "sample string 4",
"AlternateId": "sample string 5",
"OracleId": "sample string 6",
"MappingGuid": "71993e58-f971-49d4-9d91-78f231346b46",
"Inactive": true
}
]
}
application/xml, text/xml
<AgvMapInterfaceProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgvWebAPICSharp.Models.Map.HAAS">
<Message>sample string 2</Message>
<ProductList xmlns:d2p1="http://schemas.datacontract.org/2004/07/SKY.Core.Interfaces.HAAS.Model">
<d2p1:ClsProductGet>
<d2p1:AgvanceGuid>6dfe7e1e-c02a-403e-9dab-68054bb89635</d2p1:AgvanceGuid>
<d2p1:AlternateId>sample string 5</d2p1:AlternateId>
<d2p1:DeptId>sample string 2</d2p1:DeptId>
<d2p1:Inactive>true</d2p1:Inactive>
<d2p1:MappingGuid>71993e58-f971-49d4-9d91-78f231346b46</d2p1:MappingGuid>
<d2p1:Name>sample string 4</d2p1:Name>
<d2p1:OracleId>sample string 6</d2p1:OracleId>
<d2p1:ProdId>sample string 3</d2p1:ProdId>
</d2p1:ClsProductGet>
<d2p1:ClsProductGet>
<d2p1:AgvanceGuid>6dfe7e1e-c02a-403e-9dab-68054bb89635</d2p1:AgvanceGuid>
<d2p1:AlternateId>sample string 5</d2p1:AlternateId>
<d2p1:DeptId>sample string 2</d2p1:DeptId>
<d2p1:Inactive>true</d2p1:Inactive>
<d2p1:MappingGuid>71993e58-f971-49d4-9d91-78f231346b46</d2p1:MappingGuid>
<d2p1:Name>sample string 4</d2p1:Name>
<d2p1:OracleId>sample string 6</d2p1:OracleId>
<d2p1:ProdId>sample string 3</d2p1:ProdId>
</d2p1:ClsProductGet>
</ProductList>
<Status>sample string 1</Status>
</AgvMapInterfaceProduct>