Billing Set Default Payment Method

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "COMMAND DETAILS HERE ==Path== */billing/setdefaultepaymentmethod/{$paymentmethodid} ==Method== *GET ==Required Data Parameters== *{$paymentmethodid} ==Optional Data Paramet...")
 
Line 7: Line 7:
  
 
==Required Data Parameters==
 
==Required Data Parameters==
*{$paymentmethodid}
+
*{$paymentmethodid}: The payment method ID that is returned when using the [[Billing Payment Methods|payment methods]] command.
  
 
==Optional Data Parameters==
 
==Optional Data Parameters==

Revision as of 21:47, 19 March 2012

COMMAND DETAILS HERE

Contents

Path

  • /billing/setdefaultepaymentmethod/{$paymentmethodid}

Method

  • GET

Required Data Parameters

  • {$paymentmethodid}: The payment method ID that is returned when using the payment methods command.

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
)
Personal tools