v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
Layout Matter Items

Add a new layout

Adds a new layout matter item to a matter.

post/matters/{matterId}/layouts

Path parameters

matterIdstring uuid required

Matter ID

Query parameters

skipFieldValidationboolean

Request body

itemIdstring nullable

Unique identifier for the matter list item.

layoutDesignIdstring nullable

Identifier of the layout design.

indexinteger

Zero-based index of the layout item.

parentItemIdstring nullable

Unique identifier for the parent matter list item.

parentIdstring nullable

Identifier of the parent matter list item specific to the provider.

parentIndexinteger

Zero-based index of the parent matter list item.

namestring nullable

Name of the layout item.

descriptionstring nullable

Brief description of the layout item.

isRemovedboolean

Boolean flag indicating if the layout item is to be removed.

Example request

{
  "itemId": "59791902-6280-471b-bd18-f8439ba3042f",
  "layoutDesignId": "414ab774-adce-4659-b18c-82d1b0e826a0",
  "parentItemId": "59791902-6280-471b-bd18-f8439ba3042f",
  "parentId": "Client",
  "name": "Item",
  "description": "Text describing item"
}

Response

When request is accepted. Returns a hypermedia 'Link' object of the layout item to be created.

idstring nullable
hrefstring nullable
relationstring nullable
methodstring nullable