Billing Set Default Payment Method

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Method)
 
Line 1: Line 1:
COMMAND DETAILS HERE
+
The [[Billing|billing]] set default payment method command allows for the default invoice payment method to be changed.
 
==Path==
 
==Path==
*/billing/setdefaultepaymentmethod/{$paymentmethodid}
+
*/billing/setdefaultpaymentmethod/{$paymentmethodid}
  
 
==Method==
 
==Method==

Latest revision as of 23:24, 24 March 2012

The billing set default payment method command allows for the default invoice payment method to be changed.

Contents

Path

  • /billing/setdefaultpaymentmethod/{$paymentmethodid}

Method

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