Skip to content

20240712 release #679

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "getNextInvoicePlatformServicesTotalAmount"
description: "The pre-tax platform services total amount of an account's next invoice."
date: "2018-02-12"
tags:
- "method"
- "sldn"
- "Account"
classes:
- "SoftLayer_Account"
type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### [REST Example](#getNextInvoicePlatformServicesTotalAmount-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getNextInvoicePlatformServicesTotalAmount-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getNextInvoicePlatformServicesTotalAmount'
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "getPreOpenRecurringInvoices"
description: "An account's invoices in the PRE_OPEN status."
date: "2018-02-12"
tags:
- "method"
- "sldn"
- "Account"
classes:
- "SoftLayer_Account"
type: "reference"
layout: "method"
mainService : "SoftLayer_Account"
---

### [REST Example](#getPreOpenRecurringInvoices-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getPreOpenRecurringInvoices-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/{SoftLayer_AccountID}/getPreOpenRecurringInvoices'
```
11 changes: 11 additions & 0 deletions content/release_notes/2024/20240712.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Release notes: July 12, 2024"
date: "2024-07-12"
tags:
- "release notes"
---

#### API

-Properties added for continue support of 3DS to ensure uninterrupted workflow.. 3DS Data Field Changes ACCT-8362
- Update OS reload block for nfsCapable servers vsphere 7 -> vsphere 8. METAL-6189
Loading