sprEmployeePostingGroups

Prev Next

Represents employee posting groups (spr) in Business Central.

Methods

Method Return Type Description
GET sprEmployeePostingGroups sprEmployeePostingGroups Gets an employee posting group object.
DELETE sprEmployeePostingGroups none Deletes an employee posting group object.
POST sprEmployeePostingGroups sprEmployeePostingGroups Creates an employee posting group object.
PATCH sprEmployeePostingGroups sprEmployeePostingGroups Updates an employee posting group object.

Properties

Property Type Description
id Guid Specifies the employee posting group's ID. Non-editable.
code String[10] Specifies the employee posting group's code.
description String[30] Specifies the employee posting group's description.
lastModifiedDateTime DateTimeOffset Specifies the employee posting group's last modified date. Read-Only.

Examples

Create sprEmployeePostingGroups

POST URI: /companies({{companyId}})/sprEmployeePostingGroups

Request

{
    "code": "GAM",
    "description": "Gamyba"
}