API/Services/serviceList

From Emersion
Jump to: navigation, search

Purpose

Return service subscription information for a given account.

Inputs

 <soapenv:Header/>
  <soapenv:Body>
     <ser:serviceList>
        <ser:account_id>1</ser:account_id>
     </ser:serviceList>
  </soapenv:Body>


Output

  <SOAP-ENV:Body>
     <ns1:serviceListResponse>
        <ns1:serviceListItem>
           <ns1:service_subscr_period_start_date></ns1:service_subscr_period_start_date>
           <ns1:service_subscr_period_end_date></ns1:service_subscr_period_end_date>
           <ns1:service_id></ns1:service_id>
           <ns1:service_identifier></ns1:service_identifier>
           <ns1:vanity_service_identifier></ns1:vanity_service_identifier>
           <ns1:service_type_id></ns1:service_type_id>
           <ns1:service_type_name></ns1:service_type_name>
           <ns1:service_status></ns1:service_status>
           <ns1:service_start_date></ns1:service_start_date>
           <ns1:service_end_date></ns1:service_end_date>
           <ns1:service_subscr_start_date></ns1:service_subscr_start_date>
           <ns1:service_subscr_end_date></ns1:service_subscr_end_date>
        </ns1:serviceListItem>
     </ns1:serviceListResponse>
  </SOAP-ENV:Body>

Error String

142. Missing account_id