Syntax
  
    public
    void ApiKeys_LogRequest(string ApiKey_Text, System.DateTime? Request_Date, string Request_Url, string Request_Method, string Request_Ip_Address, int? Response_StatusCode, byte[] Request_Body, byte[] Response_Body)
  Parameters
  
    - ApiKey_Text
- Type: string
 
    - Request_Date
- Type: System.DateTime?
 
    - Request_Url
- Type: string
 
    - Request_Method
- Type: string
 
    - Request_Ip_Address
- Type: string
 
    - Response_StatusCode
- Type: int?
 
    - Request_Body
- Type: byte[]
 
    - Response_Body
- Type: byte[]