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 |
|---|---|---|---|
|
status |
Query CRM Service Locations with a particular status |
status=Active |
|
|
parentLocation |
Query CRM Service Locations parented by a particular CRM Service Location |
parentLocation=1045 |
|
|
treeName and treeBranch |
Return a list of CRM Service Locations assigned to a nominated branch of a nominated tree |
treeName=Colour-AUS&treeBranch=Blue |
|
|
primaryOrganisation |
Query CRM Service Locations assigned to a particular Primary Organisation |
primaryOrganisation=1000 |
2020.1 |
|
primaryContact |
Query CRM Service Locations assigned to a particular Primary Contact |
primaryContact=20001 |
2020.1 |
|
nameFilter |
Query CRM Service Locations with a particular name |
nameFilter=Southern Depot |
2020.1 |
Security Linked Menu
|
Menu Item
|
Located
|
|---|---|
| Location Maintenance | CRM / 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>