Create Worksheet Item

Creates a new item in a worksheet using its financial ID. If the worksheet does not exist, it will be created, and the sectionId parameter should be left empty. If the worksheet already exists, you must provide the sectionId parameter, which should be a valid section ID within the worksheet.

This endpoint is rate limited. Use the RateLimit-* response headers to check current limits and remaining quota.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The Financial's unique identifier

Body Params
uuid | null

The unique ID of the worksheet section where the item will be created. If the worksheet does not exist, this field should be left empty.

uuid | null

The unique ID for the parent item of this item.

string | null

The name of the item.

string | null

The description of the item.

integer | null

The quantity for this item.

uuid | null

The unique ID for the unit of measure.

number | null

The cost/unit for this item.

number | null

The cost for this item.

number
required

The price for this item.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain