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": "2869a141-a6c0-4e1e-9edf-d185f6ec794b",
"OracleId": "sample string 1",
"MappingGuid": "49b13f65-26a2-45a7-b0fe-80ea832ebdc8"
},
{
"AgvanceGuid": "2869a141-a6c0-4e1e-9edf-d185f6ec794b",
"OracleId": "sample string 1",
"MappingGuid": "49b13f65-26a2-45a7-b0fe-80ea832ebdc8"
}
]
}
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>2869a141-a6c0-4e1e-9edf-d185f6ec794b</AgvanceGuid>
<MappingGuid>49b13f65-26a2-45a7-b0fe-80ea832ebdc8</MappingGuid>
<OracleId>sample string 1</OracleId>
</ClsProductPut>
<ClsProductPut>
<AgvanceGuid>2869a141-a6c0-4e1e-9edf-d185f6ec794b</AgvanceGuid>
<MappingGuid>49b13f65-26a2-45a7-b0fe-80ea832ebdc8</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": "9e21e983-0b18-4ce2-85d5-9158dfa76802",
"DeptId": "sample string 2",
"ProdId": "sample string 3",
"Name": "sample string 4",
"AlternateId": "sample string 5",
"OracleId": "sample string 6",
"MappingGuid": "93c2c0ba-3750-4f2d-b8d0-e166792c88d5",
"Inactive": true
},
{
"AgvanceGuid": "9e21e983-0b18-4ce2-85d5-9158dfa76802",
"DeptId": "sample string 2",
"ProdId": "sample string 3",
"Name": "sample string 4",
"AlternateId": "sample string 5",
"OracleId": "sample string 6",
"MappingGuid": "93c2c0ba-3750-4f2d-b8d0-e166792c88d5",
"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>9e21e983-0b18-4ce2-85d5-9158dfa76802</d2p1:AgvanceGuid>
<d2p1:AlternateId>sample string 5</d2p1:AlternateId>
<d2p1:DeptId>sample string 2</d2p1:DeptId>
<d2p1:Inactive>true</d2p1:Inactive>
<d2p1:MappingGuid>93c2c0ba-3750-4f2d-b8d0-e166792c88d5</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>9e21e983-0b18-4ce2-85d5-9158dfa76802</d2p1:AgvanceGuid>
<d2p1:AlternateId>sample string 5</d2p1:AlternateId>
<d2p1:DeptId>sample string 2</d2p1:DeptId>
<d2p1:Inactive>true</d2p1:Inactive>
<d2p1:MappingGuid>93c2c0ba-3750-4f2d-b8d0-e166792c88d5</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>