API/AAPT/ServiceQualification
Purpose
The ServiceQualification will allow you to submit a full national number and the product type as inputs, and receive a formatted XML string as a CDATA reply with full information on what products are available on the provided full national number.
Inputs
<soapenv:Header/> <soapenv:Body> <aapt:ServiceQualificationRequest> <FNN>0398765432</FNN> <Product>National Wholesale Broadband</Product> </aapt:ServiceQualificationRequest> </soapenv:Body>
Important notes:
175. FNN is the normal 10 digit <area code><phone number> format with no spacing
176. Product can only be submitted as ‘National Wholesale Broadband’ at this time.
Output
<SOAP-ENV:Body> <ns1:ServiceQualificationResponse> <Details> -- serialized PHP array of the SQ result endpoints -- </Details> <Qualified>Success</Qualified> </ns1:ServiceQualificationResponse> </SOAP-ENV:Body>
Important notes:
177. The Details element contains a serialized PHP array. If your codebase cannot parse this then please contact us and we will arrange to provide a different output should the need arise.
178. The Qualified result will return either ‘Success’ or ‘Failed’
Error String
179.All variables have not been provided.
180. Could not find AAPT L3 service type map for your account.