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": "14160ff8-7170-46b9-aa5f-e2aa6aec1932",
"OracleId": "sample string 1",
"MappingGuid": "308f7ad7-03fe-4c71-a8d0-964350fbcdb1"
},
{
"AgvanceGuid": "14160ff8-7170-46b9-aa5f-e2aa6aec1932",
"OracleId": "sample string 1",
"MappingGuid": "308f7ad7-03fe-4c71-a8d0-964350fbcdb1"
}
]
}
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>14160ff8-7170-46b9-aa5f-e2aa6aec1932</AgvanceGuid>
<MappingGuid>308f7ad7-03fe-4c71-a8d0-964350fbcdb1</MappingGuid>
<OracleId>sample string 1</OracleId>
</ClsProductPut>
<ClsProductPut>
<AgvanceGuid>14160ff8-7170-46b9-aa5f-e2aa6aec1932</AgvanceGuid>
<MappingGuid>308f7ad7-03fe-4c71-a8d0-964350fbcdb1</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": "e9861480-d230-4c36-8156-cef0045c2e21",
"DeptId": "sample string 2",
"ProdId": "sample string 3",
"Name": "sample string 4",
"AlternateId": "sample string 5",
"OracleId": "sample string 6",
"MappingGuid": "9d3c945d-5800-4aac-991d-8017c90ff503",
"Inactive": true
},
{
"AgvanceGuid": "e9861480-d230-4c36-8156-cef0045c2e21",
"DeptId": "sample string 2",
"ProdId": "sample string 3",
"Name": "sample string 4",
"AlternateId": "sample string 5",
"OracleId": "sample string 6",
"MappingGuid": "9d3c945d-5800-4aac-991d-8017c90ff503",
"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>e9861480-d230-4c36-8156-cef0045c2e21</d2p1:AgvanceGuid>
<d2p1:AlternateId>sample string 5</d2p1:AlternateId>
<d2p1:DeptId>sample string 2</d2p1:DeptId>
<d2p1:Inactive>true</d2p1:Inactive>
<d2p1:MappingGuid>9d3c945d-5800-4aac-991d-8017c90ff503</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>e9861480-d230-4c36-8156-cef0045c2e21</d2p1:AgvanceGuid>
<d2p1:AlternateId>sample string 5</d2p1:AlternateId>
<d2p1:DeptId>sample string 2</d2p1:DeptId>
<d2p1:Inactive>true</d2p1:Inactive>
<d2p1:MappingGuid>9d3c945d-5800-4aac-991d-8017c90ff503</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>