AIM Web Services

<back to all web services

InventoryAutoPriceRequest

InventoryAutoPrice
Requires active-e Inventory Service

The following routes are available for this service:
GET/api/InventoryAutoPrice
InventoryAutoPriceRequest Parameters:
NameParameterData TypeRequiredDescription
Categoryqueryint?No
SubCategoryqueryint?No
Vendorqueryint?No
AutoPriceIdquerylong?No
MinimumPricequerydecimalNo
PriceAquerydecimalNo
PriceBquerydecimalNo
PriceCquerydecimalNo
OurPricequerydecimalNo
RetailPricequerydecimalNo
CostquerydecimalNo
WeightedCostquerydecimalNo
VendorNormalCostquerydecimalNo
BaseSecureRequest Parameters:
NameParameterData TypeRequiredDescription
TokenHeaderstringNo
DeviceIdHeaderstringNo
AppIdHeaderstringYes
BaseRequest Parameters:
NameParameterData TypeRequiredDescription
ApiKeyheaderstringYesThis is your AIM API Key provided by Tri-Tech
OAuthTokenheaderstringNo
InventoryAutoPriceResponse Parameters:
NameParameterData TypeRequiredDescription
AutoPriceRecordsformList<AutoPriceRecord>No
MinimumPriceformdecimal?No
PriceAformdecimal?No
PriceBformdecimal?No
PriceCformdecimal?No
OurPriceformdecimal?No
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
StatusbodyBaseResponseResultNo
BaseResponseResult Parameters:
NameParameterData TypeRequiredDescription
StatusCodebodystringNo
LoginbodystringNo
ErrorCodebodystringNo
ErrorDisplayTextbodystringNo
ErrorMessagebodystringNo
DomainNamebodystringNo
IpAddressbodystringNo
AutoPriceRecord Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
DescriptionformstringNo
Categoryformint?No
CategoryDescriptionformstringNo
SubCategoryformint?No
SubCategoryDescriptionformstringNo
Vendorformint?No
VendorNameformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /api/InventoryAutoPrice HTTP/1.1 
Host: active-ewebservice.biz 
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<InventoryAutoPriceResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AIM.WebService">
  <Status>
    <DomainName>String</DomainName>
    <ErrorCode>String</ErrorCode>
    <ErrorDisplayText>String</ErrorDisplayText>
    <ErrorMessage>String</ErrorMessage>
    <IpAddress>String</IpAddress>
    <Login>String</Login>
    <StatusCode>String</StatusCode>
  </Status>
  <AutoPriceRecords>
    <AutoPriceRecord>
      <Category>0</Category>
      <CategoryDescription>String</CategoryDescription>
      <Description>String</Description>
      <Id>0</Id>
      <SubCategory>0</SubCategory>
      <SubCategoryDescription>String</SubCategoryDescription>
      <Vendor>0</Vendor>
      <VendorName>String</VendorName>
    </AutoPriceRecord>
  </AutoPriceRecords>
  <MinimumPrice>0</MinimumPrice>
  <OurPrice>0</OurPrice>
  <PriceA>0</PriceA>
  <PriceB>0</PriceB>
  <PriceC>0</PriceC>
</InventoryAutoPriceResponse>