Documentation Index

Fetch the complete documentation index at: https://instrukcijos.softera.lt/llms.txt

Use this file to discover all available pages before exploring further.

sprMaritalStatuses

Prev Next

Represents marital statuses (spr) in Business Central.

Methods

Method Return Type Description
GET sprMaritalStatuses sprMaritalStatuses Gets a marital status object.
DELETE sprMaritalStatuses none Deletes a marital status object.
POST sprMaritalStatuses sprMaritalStatuses Creates a marital status object.
PATCH sprMaritalStatuses sprMaritalStatuses Updates a marital status object.

Properties

Property Type Description
id Guid Specifies the marital status ID. Non-editable.
code String[10] Specifies the marital status code.
description String[50] Specifies the marital status description.
lastModifiedDateTime DateTimeOffset Specifies the marital status last modified date. Read-Only.

Examples

Create sprMaritalStatuses

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

Request

{
    "code": "VEDĘS",
    "description": "Vedęs"
}