Skip to content

Commit 7b7c0dc

Browse files
20240712 release
1 parent 61f14ee commit 7b7c0dc

3 files changed

Lines changed: 710 additions & 296 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "getNextInvoicePlatformServicesTotalAmount"
3+
description: "The pre-tax platform services total amount of an account's next invoice."
4+
date: "2018-02-12"
5+
tags:
6+
- "method"
7+
- "sldn"
8+
- "Account"
9+
classes:
10+
- "SoftLayer_Account"
11+
type: "reference"
12+
layout: "method"
13+
mainService : "SoftLayer_Account"
14+
---
15+
16+
### [REST Example](#getNextInvoicePlatformServicesTotalAmount-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getNextInvoicePlatformServicesTotalAmount-example .anchor-link}
17+
```bash
18+
curl -g -u $SL_USER:$SL_APIKEY -X GET \
19+
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getNextInvoicePlatformServicesTotalAmount'
20+
```
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "getPreOpenRecurringInvoices"
3+
description: "An account's invoices in the PRE_OPEN status."
4+
date: "2018-02-12"
5+
tags:
6+
- "method"
7+
- "sldn"
8+
- "Account"
9+
classes:
10+
- "SoftLayer_Account"
11+
type: "reference"
12+
layout: "method"
13+
mainService : "SoftLayer_Account"
14+
---
15+
16+
### [REST Example](#getPreOpenRecurringInvoices-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getPreOpenRecurringInvoices-example .anchor-link}
17+
```bash
18+
curl -g -u $SL_USER:$SL_APIKEY -X GET \
19+
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getPreOpenRecurringInvoices'
20+
```

0 commit comments

Comments
 (0)