Skip to main content
Skip table of contents

CRM SV Location

URL

Verbs

Function

/CRMSVLocation

GET

Query a list of CRM Service Locations

/CRMSVLocation/<code>

GET

Query a single CRM Service Location

Supported modifiers

Query String

Definition

Sample
Released
statusQuery CRM Service Locations with a particular statusstatus=Active 
parentLocationQuery CRM Service Locations parented by a particular CRM Service LocationparentLocation=1045 
treeName and treeBranchReturn a list of CRM Service Locations assigned to a nominated branch of a nominated treetreeName=Colour-AUS&treeBranch=Blue 
primaryOrganisationQuery CRM Service Locations assigned to a particular Primary OrganisationprimaryOrganisation=10002020.1
primaryContactQuery CRM Service Locations assigned to a particular Primary ContactprimaryContact=200012020.1
nameFilterQuery CRM Service Locations with a particular namenameFilter=Southern Depot2020.1

Security Linked Menu

Menu Item
Located
Location MaintenanceCRM / System / Utilities

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<CRMSVLocation>
    <Edition>8</Edition>
    <Code>02</Code>
    <Alpha>REGION02</Alpha>
    <Name>Region 02</Name>
    <IsAllowPhysicalAssets>true</IsAllowPhysicalAssets>
    <IsAllowServiceRequests>true</IsAllowServiceRequests>
    <IsClearCustodian>false</IsClearCustodian>
    <IsPostPerOrg>false</IsPostPerOrg>
    <IsPostPerStreet>true</IsPostPerStreet>
    <IsRepairLocation>true</IsRepairLocation>
    <IsSparesLocation>true</IsSparesLocation>
    <IsStrtPerDeliveryAddress>false</IsStrtPerDeliveryAddress>
    <IsStrtPerOrg>false</IsStrtPerOrg>
    <MapReference/>
    <Notes/>
    <Status>Active</Status>
    <PostalAddress>
        <Contact/>
        <Address1/>
        <Address2/>
        <Address3/>
        <Suburb/>
        <Postcode/>
        <State/>
        <Country>AUS</Country>
        <TZone/>
        <PhoneBH/>
        <PhoneAH/>
        <Fax/>
        <Email/>
        <Web/>
        <Mobile/>
    </PostalAddress>
    <StreetAddress>
        <Contact/>
        <Address1/>
        <Address2/>
        <Address3/>
        <Suburb/>
        <Postcode/>
        <State/>
        <Country>AUS</Country>
        <TZone/>
        <PhoneBH/>
        <PhoneAH/>
        <Fax/>
        <Email/>
        <Web/>
        <Mobile/>
    </StreetAddress>
    <DefaultServiceLevel>0</DefaultServiceLevel>
    <UserDefinedFields collection='true' count='0'/>
    <Trees collection='true' count='1'>
        <Tree>
            <Name>Region-AUS</Name>
            <IsMandatory>false</IsMandatory>
            <Value>New South Wales</Value>
            <Path>Australia\New South Wales</Path>
            <ShortCode>NSW</ShortCode>
        </Tree>
    </Trees>
</CRMSVLocation>
JavaScript errors detected

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

If this problem persists, please contact our support.