API/Services/SetServiceIdentifier

From Emersion
Revision as of 16:22, 29 June 2016 by Scarpenter (talk) (Created page with "=== Set Service Identifier === '''Purpose:''' Based on the requirements gathered in Get Service Contact Requirements this metho...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Set Service Identifier

Purpose: Based on the requirements gathered in Get Service Contact Requirements this method will populate the service contact information that is required for an order.

Inputs

  <soapenv:Header/>
  <soapenv:Body>
     <ord:SetServiceIdentifier>
        <ord:AccountPresaleSQID>112233</ord:AccountPresaleSQID>
        <ord:Username>emersion</ord:Username>
        <ord:Realm>communitytelco.com.au</ord:Realm>
        <ord:Password>emersion123!</ord:Password>
     </ord:SetServiceIdentifier>
  </soapenv:Body>

Output

  <SOAP-ENV:Body>
     <ns1:SetServiceIdentifierResponse>
        <ns1:Status>true</ns1:Status>
     </ns1:SetServiceIdentifierResponse>
  </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.
  • "Missing Username" - Username is not supplied.
  • "Invalid Username" - Username does not meet username policy.
  • "Missing Password" - Password is not supplied.
  • "Invalid Password" - Password does not meet password policy.