API/Services/serviceLookup

From Emersion
Revision as of 17:24, 10 September 2014 by Jlee (talk) (Created page with "'''Purpose ''' Returns service subscription information for a particular service identifier. '''Inputs''' <soapenv:Header/> <soapenv:Body> <ser:serviceLookup> ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Purpose

Returns service subscription information for a particular service identifier.

Inputs <soapenv:Header/>

  <soapenv:Body>
     <ser:serviceLookup>
        <ser:service_identifier>1</ser:service_identifier>
     </ser:serviceLookup>
  </soapenv:Body>


Output

  <SOAP-ENV:Body>
     <ns1:serviceLookupResponse>
        <ns1:serviceLookupItem>
           <ns1:account_id></ns1:account_id>
           <ns1:service_identifier></ns1:service_identifier>
           <ns1:subscription_status_name></ns1:subscription_status_name>
           <ns1:subscription_status_id></ns1:subscription_status_id>
           <ns1:service_subscr_start_date></ns1:service_subscr_start_date>
           <ns1:service_subscr_end_date></ns1:service_subscr_end_date>
           <ns1:cont_narr></ns1:cont_narr>
           <ns1:contract_start_date></ns1:contract_start_date>
           <ns1:contract_end_date></ns1:contract_end_date>
           <ns1:service_start_date></ns1:service_start_date>
           <ns1:service_end_date></ns1:service_end_date>
           <ns1:service_type_name></ns1:service_type_name>
           <ns1:carrier_name></ns1:carrier_name>
           <ns1:service_id></ns1:service_id>
        </ns1:serviceLookupItem>
     </ns1:serviceLookupResponse>
  </SOAP-ENV:Body>


Error String

134. Missing service_identifier serviceLookup

135. Missing service_identifier