POST v1/draftInvoices/PostReadyCharges?customerId={customerId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId | integer |
Required |
Body Parameters
Common.Dto.Post.PostReadyChargesName | Description | Type | Additional information |
---|---|---|---|
invoiceCollectOptions | Common.Dto.Post.InvoiceCollectOptions |
None. |
Request Formats
application/json, text/json
Sample:
{ "invoiceCollectOptions": { "paymentMethod": 0, "paymentMethodId": 1, "useAnyAvailableFundsFirst": true, "rollbackOnFailedPayment": true } }
Response Information
Resource Description
None.