API/Orders/PerformNWBSQ
From Emersion
Revision as of 11:15, 29 June 2016 by Scarpenter (talk) (Created page with "===Perform NWB SQ=== '''Purpose:''' This API call takes the output from the Find NWB SQ Address and performs a service qualification (SQ) for t...")
Perform NWB SQ
Purpose: This API call takes the output from the Find NWB SQ Address and performs a service qualification (SQ) for the AAPT NwB service type
WSDL: Orders.wsdl
Input
- AccountPresaleID: int - Requried
- ServiceTypeID: int - Required
- TransferType: string - Required
- ServiceIdentifierDetails: Array - Required
- FNN: String - Required
OR
- ServiceProvider: String - Required
- LocationID: String - Requried
- MarkAsAvailable: Boolean - Optional (defaulted to false)
<ord:PerformNWBSQRequest> <ord:AccountPresaleID>?</ord:AccountPresaleID> <ord:ServiceTypeID>?</ord:ServiceTypeID> <ord:TransferType>?</ord:TransferType> <ord:ServiceIdentifierDetails/> </ord:PerformNWBSQRequest>
<ord:PerformNWBSQRequest> <ord:AccountPresaleID>?</ord:AccountPresaleID> <ord:ServiceTypeID>?</ord:ServiceTypeID> <ord:TransferType>?</ord:TransferType> <ord:ServiceIdentifierDetails/> </ord:PerformNWBSQRequest>
Output
<ord:PerformNWBSQResponse> <ord:AccountPresaleSQID>?</ord:AccountPresaleSQID> </ord:PerformNWBSQResponse>