API/Services/SetServiceFeatureSetup

From Emersion
Revision as of 13:50, 29 June 2016 by Scarpenter (talk) (Created page with "=== Get Service Feature Set Up === '''Purpose:''' Based on the requirements (optional or mandatory) gathered in the API call API/Services/SetServiceConfiguration| Set Servi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Get Service Feature Set Up

Purpose: Based on the requirements (optional or mandatory) gathered in the API call Set Service Configuration this API call is used to configure any service features. Note: This cannot be configured until the 'Package Plan' is selected.

Inputs

  <soapenv:Header/>
  <soapenv:Body>
     <ord:SetServiceFeatureSetup>
        <ord:AccountPresaleSQID>112233</ord:AccountPresaleSQID>
        <ord:ServiceFeatureCollections>
           <ser:ServiceFeature>
              <ser:ServiceFeatureType ID="1">1</ser:ServiceFeatureType>
              <ser:FeatureIdentifier>abc123</ser:FeatureIdentifier>
              <ser:OptionTypeID ID="1">1</ser:OptionTypeID>
           </ser:ServiceFeature>
        </ord:ServiceFeatureCollections>
     </ord:SetServiceFeatureSetup>
  </soapenv:Body>

Output

  <SOAP-ENV:Body>
     <ns1:SetServiceFeatureSetupResponse>
        <ns1:Status>true</ns1:Status>
     </ns1:SetServiceFeatureSetupResponse>
  </SOAP-ENV:Body>

Error String

  • "Missing Account Presale SQ ID" - Account Presale SQ ID is not supplied.
  • "Account Presale SQ does not exist" - Account Presale SQ ID supplied does not exist in system.
  • "Account does not exist" - Account ID supplied does not exist in system.
  • "Invalid Account ID" - Account ID supplied does not belong to the same parent group as the API caller.
  • "Missing Package Plan" - Package Plan must be selected before calling this function.
  • "Error(s) found:" - could be one of more of the following:
  • "Option Type ID ([option_type_id]) supplied for Service Feature Type ([feature_type_id]) is not valid"
    • "Service Feature Type ([feature_type_id]) cannot have identifier"
    • "Service Feature Type ([feature_type_id]) must have identifier"