Update financial period settings
Update financial period settings
PUT
https://ris.rightsline.com/v4/financial-periods-settings
This endpoint updates a div's financial period settings.
The endpoint will set each specified action to the related process.
null
can be specified for the Action Id, which will change nothing.
-1
can be specified for the Action Id which will remove the selection for the action.
Query Parameters
Name | Type | Description |
---|---|---|
* | number | Id of the financial period |
Headers
Name | Type | Description |
---|---|---|
x-api-key | string | Your company's API key. |
Authentication | string | Authentication token. |
Request Body
Name | Type | Description |
---|---|---|
processId* | number | The process to update |
actionId | number | Action to set for the process. -1, null, or actionId |
Example Request Body
The processName
and actionName
fields are not respected in this request body, they are only there to illustrate what is being updated. Only the processId
and actionId
matter.
Last updated