Skip to content

Commit 4c124c4

Browse files
Merge pull request #679 from softlayer/20240712
20240712 release
2 parents 80f18d9 + 7b7c0dc commit 4c124c4

File tree

4 files changed

+721
-296
lines changed

4 files changed

+721
-296
lines changed
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+
```
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Release notes: July 12, 2024"
3+
date: "2024-07-12"
4+
tags:
5+
- "release notes"
6+
---
7+
8+
#### API
9+
10+
-Properties added for continue support of 3DS to ensure uninterrupted workflow.. 3DS Data Field Changes ACCT-8362
11+
- Update OS reload block for nfsCapable servers vsphere 7 -> vsphere 8. METAL-6189

0 commit comments

Comments
 (0)