SmartAcc DynaMod Web API v2024.4 Build 0000 - Local

<back to all web services

CreateStockAdjustmentRFIDSimple

Stock Module - Transaction

Stock Adjustment API

Requires Authentication
Required permission:StockAdjustmentRFID-Transaction.ADD
The following routes are available for this service:
POST/StockAdjustmentsRFID/simpleCreate a record for Stock AdjustmentAcRFIDAntzStockAdjustmentMID is a primary key
CreateStockAdjustmentRFIDSimple Parameters:
NameParameterData TypeRequiredDescription
StockAdjustmentbodyStockAdjustmentRFIDPOSTSimpleNo
StockAdjustmentRFIDPOSTSimple Parameters:
NameParameterData TypeRequiredDescription
DocumentHeaderformAcRFIDAntzStockAdjustmentMSimpleNo
DocumentDetailsformList<AcRFIDAntzStockAdjustmentDPOSTSimple>No
AcRFIDAntzStockAdjustmentMSimple Parameters:
NameParameterData TypeRequiredDescription
AcRFIDAntzStockAdjustmentMIDformNVARCHAR(20)YesStock Adjustment Document Number
AcLocationIDformNVARCHAR(20)YesLocation ID
DocumentDateformDATEYesDocument Date
DefaultAcRFIDAntzStockAdjustmentTypeIDformNVARCHAR(20)YesStock Adjustment Type ID. Only accept 'NEW', 'AVAILABLE' or 'NOT_AVAILABLE'.
RefDocumentNoformNVARCHAR(20)NoReference Number
DocumentRemarkformNVARCHAR(100)NoDocument Remark
ExtraRemark1formNVARCHAR(100)NoExtra Remark 1
ExtraRemark2formNVARCHAR(100)NoExtra Remark 2
ExtraRemark3formNVARCHAR(100)NoExtra Remark 3
ExtraRemark4formNVARCHAR(100)NoExtra Remark 4
CreateByformNVARCHAR(20)YesCreate By
CreateDateformDATETIMEYesCreate Date
EditByformNVARCHAR(20)YesEdit By
EditDateformDATETIMEYesCreate Date
StampformINTYesRecord Stamp. Always 0
AcRFIDAntzStockAdjustmentDPOSTSimple Parameters:
NameParameterData TypeRequiredDescription
ItemNoformINTYesItem Number
AcStockIDformNVARCHAR(40)YesStock ID
AcStockUOMIDformNVARCHAR(20)YesStock UOM ID
ItemQuantityformNUMERIC(18,4)YesItem Quantity. Always positive input expected.
ItemRemark1formNVARCHAR(MAX)YesItem Remark 1
RFIDSerialNumbersformList<NVARCHAR(60)>YesRFID Serial Numbers
CreateStockAdjustmentRFIDSimpleResponse Parameters:
NameParameterData TypeRequiredDescription
StockAdjustmentformStockAdjustmentRFIDGETSimpleNo
ResponseStatusformResponseStatusNo
StockAdjustmentRFIDGETSimple Parameters:
NameParameterData TypeRequiredDescription
DocumentHeaderformAcRFIDAntzStockAdjustmentMSimpleNo
DocumentDetailsformList<AcRFIDAntzStockAdjustmentDGETSimple>No
AcRFIDAntzStockAdjustmentDGETSimple Parameters:
NameParameterData TypeRequiredDescription
AcRFIDAntzStockAdjustmentDIDformNVARCHAR(40)YesRecord ID. Recommend use GUID
AcRFIDAntzStockAdjustmentMIDformNVARCHAR(20)YesStock Adjustment Document Number
ItemNoformINTYesItem Number
AcStockIDformNVARCHAR(40)YesStock ID
AcStockUOMIDformNVARCHAR(20)YesStock UOM ID
AcRFIDAntzStockAdjustmentTypeIDformNVARCHAR(20)YesStock Adjustment Type ID
ItemQuantityformNUMERIC(18,4)YesItem Quantity. Always positive input expected.
ItemRemark1formNVARCHAR(MAX)YesItem Remark 1
AcRFIDAntzStockAdjustmentDSerialSimplesformListNoRFID Antz Stock Adjustment RFID Serial List.
AcRFIDAntzStockAdjustmentDSerialSimple Parameters:
NameParameterData TypeRequiredDescription
AcRFIDAntzStockAdjustmentDSerialIDformNVARCHAR(40)YesRecord ID. Recommend use GUID
AcRFIDAntzStockAdjustmentMIDformNVARCHAR(20)YesStock Adjustment Document Number
ItemNoformINTYesItem Number
ItemDisplaySeqformNUMERIC(18,2)YesItem Display Sequence
AcCompanyIDformNVARCHAR(20)YesCompany ID
AcStockIDformNVARCHAR(40)YesStock ID
AcStockUOMIDformNVARCHAR(20)YesStock UOM ID
RFIDSerialNumberformNVARCHAR(60)YesRFID Serial Number
ItemQuantityformINTYesItem Quantity

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.

POST /StockAdjustmentsRFID/simple HTTP/1.1 
Host: snr2u.com 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<CreateStockAdjustmentRFIDSimple xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartDynaModWebAPI.ServiceModel">
  <StockAdjustment xmlns:d2p1="http://schemas.datacontract.org/2004/07/SmartDynaModWebAPI.ServiceModel.Types">
    <d2p1:DocumentDetails>
      <d2p1:AcRFIDAntzStockAdjustmentDPOSTSimple>
        <d2p1:AcStockID>String</d2p1:AcStockID>
        <d2p1:AcStockUOMID>String</d2p1:AcStockUOMID>
        <d2p1:ItemNo>0</d2p1:ItemNo>
        <d2p1:ItemQuantity>0</d2p1:ItemQuantity>
        <d2p1:ItemRemark1>String</d2p1:ItemRemark1>
        <d2p1:RFIDSerialNumbers xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:string>String</d5p1:string>
        </d2p1:RFIDSerialNumbers>
      </d2p1:AcRFIDAntzStockAdjustmentDPOSTSimple>
    </d2p1:DocumentDetails>
    <d2p1:DocumentHeader>
      <d2p1:AcLocationID>String</d2p1:AcLocationID>
      <d2p1:AcRFIDAntzStockAdjustmentMID>String</d2p1:AcRFIDAntzStockAdjustmentMID>
      <d2p1:CreateBy>String</d2p1:CreateBy>
      <d2p1:CreateDate>0001-01-01T00:00:00</d2p1:CreateDate>
      <d2p1:DefaultAcRFIDAntzStockAdjustmentTypeID>String</d2p1:DefaultAcRFIDAntzStockAdjustmentTypeID>
      <d2p1:DocumentDate>0001-01-01T00:00:00</d2p1:DocumentDate>
      <d2p1:DocumentRemark>String</d2p1:DocumentRemark>
      <d2p1:EditBy>String</d2p1:EditBy>
      <d2p1:EditDate>0001-01-01T00:00:00</d2p1:EditDate>
      <d2p1:ExtraRemark1>String</d2p1:ExtraRemark1>
      <d2p1:ExtraRemark2>String</d2p1:ExtraRemark2>
      <d2p1:ExtraRemark3>String</d2p1:ExtraRemark3>
      <d2p1:ExtraRemark4>String</d2p1:ExtraRemark4>
      <d2p1:RefDocumentNo>String</d2p1:RefDocumentNo>
      <d2p1:Stamp>0</d2p1:Stamp>
    </d2p1:DocumentHeader>
  </StockAdjustment>
</CreateStockAdjustmentRFIDSimple>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<CreateStockAdjustmentRFIDSimpleResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartDynaModWebAPI.ServiceModel">
  <ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types">
    <d2p1:ErrorCode>String</d2p1:ErrorCode>
    <d2p1:Message>String</d2p1:Message>
    <d2p1:StackTrace>String</d2p1:StackTrace>
    <d2p1:Errors>
      <d2p1:ResponseError>
        <d2p1:ErrorCode>String</d2p1:ErrorCode>
        <d2p1:FieldName>String</d2p1:FieldName>
        <d2p1:Message>String</d2p1:Message>
        <d2p1:Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>String</d5p1:Key>
            <d5p1:Value>String</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
        </d2p1:Meta>
      </d2p1:ResponseError>
    </d2p1:Errors>
    <d2p1:Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>String</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
    </d2p1:Meta>
  </ResponseStatus>
  <StockAdjustment xmlns:d2p1="http://schemas.datacontract.org/2004/07/SmartDynaModWebAPI.ServiceModel.Types">
    <d2p1:DocumentDetails>
      <d2p1:AcRFIDAntzStockAdjustmentDGETSimple>
        <d2p1:AcRFIDAntzStockAdjustmentDID>String</d2p1:AcRFIDAntzStockAdjustmentDID>
        <d2p1:AcRFIDAntzStockAdjustmentDSerialSimples>
          <d2p1:AcRFIDAntzStockAdjustmentDSerialSimple>
            <d2p1:AcCompanyID>String</d2p1:AcCompanyID>
            <d2p1:AcRFIDAntzStockAdjustmentDSerialID>String</d2p1:AcRFIDAntzStockAdjustmentDSerialID>
            <d2p1:AcRFIDAntzStockAdjustmentMID>String</d2p1:AcRFIDAntzStockAdjustmentMID>
            <d2p1:AcStockID>String</d2p1:AcStockID>
            <d2p1:AcStockUOMID>String</d2p1:AcStockUOMID>
            <d2p1:ItemDisplaySeq>0</d2p1:ItemDisplaySeq>
            <d2p1:ItemNo>0</d2p1:ItemNo>
            <d2p1:ItemQuantity>0</d2p1:ItemQuantity>
            <d2p1:RFIDSerialNumber>String</d2p1:RFIDSerialNumber>
          </d2p1:AcRFIDAntzStockAdjustmentDSerialSimple>
        </d2p1:AcRFIDAntzStockAdjustmentDSerialSimples>
        <d2p1:AcRFIDAntzStockAdjustmentMID>String</d2p1:AcRFIDAntzStockAdjustmentMID>
        <d2p1:AcRFIDAntzStockAdjustmentTypeID>String</d2p1:AcRFIDAntzStockAdjustmentTypeID>
        <d2p1:AcStockID>String</d2p1:AcStockID>
        <d2p1:AcStockUOMID>String</d2p1:AcStockUOMID>
        <d2p1:ItemNo>0</d2p1:ItemNo>
        <d2p1:ItemQuantity>0</d2p1:ItemQuantity>
        <d2p1:ItemRemark1>String</d2p1:ItemRemark1>
      </d2p1:AcRFIDAntzStockAdjustmentDGETSimple>
    </d2p1:DocumentDetails>
    <d2p1:DocumentHeader>
      <d2p1:AcLocationID>String</d2p1:AcLocationID>
      <d2p1:AcRFIDAntzStockAdjustmentMID>String</d2p1:AcRFIDAntzStockAdjustmentMID>
      <d2p1:CreateBy>String</d2p1:CreateBy>
      <d2p1:CreateDate>0001-01-01T00:00:00</d2p1:CreateDate>
      <d2p1:DefaultAcRFIDAntzStockAdjustmentTypeID>String</d2p1:DefaultAcRFIDAntzStockAdjustmentTypeID>
      <d2p1:DocumentDate>0001-01-01T00:00:00</d2p1:DocumentDate>
      <d2p1:DocumentRemark>String</d2p1:DocumentRemark>
      <d2p1:EditBy>String</d2p1:EditBy>
      <d2p1:EditDate>0001-01-01T00:00:00</d2p1:EditDate>
      <d2p1:ExtraRemark1>String</d2p1:ExtraRemark1>
      <d2p1:ExtraRemark2>String</d2p1:ExtraRemark2>
      <d2p1:ExtraRemark3>String</d2p1:ExtraRemark3>
      <d2p1:ExtraRemark4>String</d2p1:ExtraRemark4>
      <d2p1:RefDocumentNo>String</d2p1:RefDocumentNo>
      <d2p1:Stamp>0</d2p1:Stamp>
    </d2p1:DocumentHeader>
  </StockAdjustment>
</CreateStockAdjustmentRFIDSimpleResponse>