QAD CRM APIs > QAD CRM Inbound APIs > Input/Output Signature
  
Input/Output Signature
The Input/Output Signature is the same for all the QAD CRM Inbound APIs
procedure ip_MaintainProspect:
 
define input parameter p_ih_phEventMessage as handle NO-UNDO.
define output parameter p_oh_phEventResponse as handle NO-UNDO.
 
...
 
end procedure.