Skip to content
  • There are no suggestions because the search field is empty.

IN Transaction Type

URL

Verbs

Function

Available

/INTransType

GET

Query a list of IN Transaction Types

4@12

/INTransType<code>

GET

Query a single IN Transaction Type

4@12

Supported modifiers

Query String

Definition

Sample

Available

isActive Return a list of active IN Transaction Types isActive=true 4@12
sourceModule Return a list of IN Transaction Types for a particular module sourceModule=AR 4@12

Security Linked Menu

Menu Item
Located
Transaction Type Maintenance System / Inventory

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<INTransType>
<Edition>8</Edition>
<OidString>3145.6</OidString>
<Name>Negative Adjustment</Name>
<Code>-ADJ</Code>
<IsActive>true</IsActive>
<EffectOnPeriodSummary>-1</EffectOnPeriodSummary>
<IsAPCNRetainAvgCost>false</IsAPCNRetainAvgCost>
<IsAverageCostAdjustment>false</IsAverageCostAdjustment>
<IsCostAdjustment>false</IsCostAdjustment>
<IsEXchangeTransferRequest>false</IsEXchangeTransferRequest>
<IsJCChangeCost>false</IsJCChangeCost>
<IsNotUpdateMasterLastCost>false</IsNotUpdateMasterLastCost>
<IsSystem>true</IsSystem>
<IsTransfer>false</IsTransfer>
<SourceModule>IN</SourceModule>
<StockAccountNo>*.*.*</StockAccountNo>
<EffectType>Decrease Inventory Level</EffectType>
<TaxCode>GST 10%</TaxCode>
<UpdateOptions>Update Transfer or Adjustment</UpdateOptions>
<CanINTransEntrySeeMe>true</CanINTransEntrySeeMe>
<IsForINAdjustmentEntry>true</IsForINAdjustmentEntry>
<IsDecreasing>true</IsDecreasing>
<IsIncreasing>false</IsIncreasing>
<IsNotEffectStock>false</IsNotEffectStock>
</INTransType>