Skip to main content
Skip table of contents

SCM Requisitions

URL

Verbs

Function

Available

SCMRERequisition

GET

Query a list of SCM Requisitions

2020.1
SCMRERequisitionPOSTCreate a new SCM Requisition2021.3

SCMRERequisition/<reference>

GET

Query a specific SCM Requisition by its Reference

2020.1

SCMRERequisition/<reference>

DELETE

Delete a specific SCM Requisition by its Reference

2021.3
SCMRERequisition/<reference>POSTUpdate a specific SCM Requisition by its Reference 2021.3
  • DELETE was previously erroneously documented as being implemented

Supported modifiers

Query String

Definition

Sample
Release
treeName and treeBranchReturn a list of SCM Requisitions assigned to a nominated branch of a nominated treetreeName=Colour-AUS&treeBranch=Blue 

modifiedSince

Return a list of SCM Requisitions which have been modified since a date/time

modifiedSince=2012-09-11T10:30:00 

requisitionType

Return a list of SCM Requisitions which have the nominated Requisition Type

requisitionType=General 
statusReturn a list of SCM Requisitions which have the nominated Statusstatus=Entered 
canBeApprovedByUserReturn a list of HR Leave Requests that can be approved by a User canBeApprovedByUser=Super2023.1

Security Linked Menu

Menu Item
Located
Requisition EntrySCM / Requisitions

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<SCMRERequisition>
    <OidString>6210.7</OidString>
    <Edition>9</Edition>
    <AddressSource>2</AddressSource>
    <CurrencyRate>1.00000000</CurrencyRate>
    <DeliveryRequestedDate>2011-11-17</DeliveryRequestedDate>
    <DeliveryShippedDate>2011-11-17</DeliveryShippedDate>
    <DespatchNote/>
    <DiscountPercentage>0.00</DiscountPercentage>
    <DocumentDate>2011-05-17</DocumentDate>
    <EnteredBy>SUPER</EnteredBy>
    <EntryTimeStamp>2011-11-17T14:00:32</EntryTimeStamp>
    <ExpectedDate>2011-05-17</ExpectedDate>
    <DiscountAmount>0.00</DiscountAmount>
    <NetAmount>5720.00</NetAmount>
    <TaxAmount>572.00</TaxAmount>
    <IsBranchAddress>false</IsBranchAddress>
    <IsCompanyAddress>true</IsCompanyAddress>
    <IsCurrencyRateMultiply>false</IsCurrencyRateMultiply>
    <IsOnHold>false</IsOnHold>
    <IsOtherAddress>false</IsOtherAddress>
    <IsRateFixed>true</IsRateFixed>
    <IsUrgent>false</IsUrgent>
    <IsVerified>true</IsVerified>
    <IsWarehouseAddress>false</IsWarehouseAddress>
    <ModifiedTimeStamp>2013-06-27T10:48:00</ModifiedTimeStamp>
    <ModifiedUser>SUPER</ModifiedUser>
    <Branch>02</Branch>
    <CurrencyCode>AUD</CurrencyCode>
    <Location>03.Z01</Location>
    <Supplier>2000</Supplier>
    <DeliveryContact>
        <DeliveryContact>Super User</DeliveryContact>
        <DeliveryEmail>support@greentree.biz</DeliveryEmail>
        <DeliveryPhone/>
    </DeliveryContact>
    <DeliveryAddress>
        <DeliveryName>e-Computers - Australia</DeliveryName>
        <Contact/>
        <Address1>456 Main Road</Address1>
        <Address2/>
        <Address3/>
        <Suburb>Melbourne</Suburb>
        <Postcode>3000</Postcode>
        <State>VIC</State>
        <Country>AUS</Country>
        <TZone>+10:00</TZone>
        <PhoneBH>(03) 9517 5395</PhoneBH>
        <PhoneAH/>
        <Fax>(00) 0000 0000</Fax>
        <Email/>
        <Web/>
        <Mobile/>
    </DeliveryAddress>
    <Notes/>
    <Reference>1002</Reference>
    <StandardText/>
    <VerifiedTimeStamp>2011-11-17T14:00:32</VerifiedTimeStamp>
    <VerifiedUser>SUPER</VerifiedUser>
    <IsEditable>true</IsEditable>
    <AssignedTeam>Admin Team</AssignedTeam>
    <AssignedUser>SUPER</AssignedUser>
    <Status>SUBMITTED</Status>
    <LineItems collection='true' count='1'>
        <CRMLineItem>
            <LineType>IN</LineType>
            <LineNumber>1</LineNumber>
            <OidString>6199.9</OidString>
            <Edition>10</Edition>
            <TaxCode>GST 10%</TaxCode>
            <TaxType>Exclusive</TaxType>
            <Quantity>10.0000</Quantity>
            <DiscountPercentage>0.00</DiscountPercentage>
            <Amount>5720.00</Amount>
            <DiscountAmount>0.00</DiscountAmount>
            <TaxAmount>572.00</TaxAmount>
            <TaxPercentage>10.0000</TaxPercentage>
            <UnitPrice>572.0000</UnitPrice>
            <UnitCost>0.0000</UnitCost>
            <Margin>0.0000</Margin>
            <MarginPercentage>100.0000</MarginPercentage>
            <StandardText/>
            <SupplierValues>
                <DiscountAmount>0.00</DiscountAmount>
                <IsSuppToReqRateMultiply>true</IsSuppToReqRateMultiply>
                <NetAmount>5720.00</NetAmount>
                <Price>572.0000</Price>
                <SuppToReqRate>1.00000000</SuppToReqRate>
                <TaxAmount>572.00</TaxAmount>
            </SupplierValues>
            <StockItem>00AOPEN17MONITOR</StockItem>
            <UnitOfMeasure>EA</UnitOfMeasure>
            <IsHoldCost>true</IsHoldCost>
            <IsRevisionHoldPrice>false</IsRevisionHoldPrice>
            <Supplier>2000</Supplier>
            <SupplierPartNo/>
            <LeadTime>0</LeadTime>
            <StandardRetailRate>0.0000</StandardRetailRate>
            <Location>02</Location>
        </CRMLineItem>
    </LineItems>
    <UserDefinedFields collection='true' count='0'/>
    <Trees collection='true' count='0'/>
</SCMRERequisition>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.