QAD Customer Relationship Management 6.7.2 > Administration Guide > QAD CRM APIs > QAD CRM Outbound APIs > Input/Output Signature
  
Input/Output Signature
The Input/Output Signatures are the same for all the QAD CRM Outbound APIs.
procedure ip_queryProfileContact:
 
define input parameter p_ih_phEvent_Message as handle NO-UNDO.
define output parameter p_oh_phEventResponse as handle NO-UNDO.
 
...
 
end procedure.