Skip to content

Latest commit

 

History

History
85 lines (69 loc) · 2.61 KB

dynamics_configurationpackage_update.md

File metadata and controls

85 lines (69 loc) · 2.61 KB
title description author ms.topic ms.devlang ms.date ms.author ms.reviewer
(automation API) Update configurationPackage
Updates a configuration package object in Dynamics 365 Business Central.
SusanneWindfeldPedersen
reference
al
05/31/2024
solsen
solsen

(automation API) Update configurationPackage

Updates the properties of a configuration package object for [!INCLUDEd365fin_long_md].

HTTP request

Upload RapidStart package

PATCH /microsoft/automation/v2.0/companies({companyId})/configurationPackages({packageId})/file('{packageCode}')/content
Content-type: application/octet-stream
Body: binary content of the RapidStart package

Request headers

Header Value
Authorization Bearer {token}. Required.
Content-Type application/json
If-Match Required. When this request header is included and the eTag provided does not match the current tag on the configurationPackage, the configuration package will not be updated.

Request body

In the request body, supply the values for relevant fields that should be updated. Existing properties that are not included in the request body will maintain their previous values or be recalculated based on changes to other property values. For best performance you shouldn't include existing values that haven't changed.

Response

If successful, this method returns a 204 No Content.

Example

Request

Here is an example of the request.

PATCH https://api.businesscentral.dynamics.com/v2.0/{environment name}/api/microsoft/automation/v2.0/companies({companyId})/configurationPackages({packageId})/file('{packageCode}')/content
Authorization : Bearer {token}
Content-type : application/octet-stream
If-Match:*
Body: binary stream

See Also

Tips for working with the APIs
configurationPackage