Skip to main content
Accounts represent your clients or organizations in FieldIU. Use these endpoints to create new accounts or retrieve existing ones.

Create Account

Creates a new account record in FieldIU.

Request Body

string
Account display name
string
Account email address
integer
Account type identifier. See NullableOfaccount_ha_accounttype for valid values
Legal registered name of the organization
integer
Default payment terms. See NullableOfaccount_ha_defaultpaymentterms for valid values
string
Tax registration number
string
Business license number
string
Primary business phone number
string
Building or location name
string
Street address line 1
string
Street address line 2
string
City
string
Postal / ZIP code
string
State or province
string
Country

Example Request

Response

200 OK — Account created successfully.

List Accounts

Returns a paginated list of all accounts in your organization.

Query Parameters

integer
Page number for pagination (1-based)

Example Request

Response

200 OK — Returns a list of account objects.

Get Account by ID

Returns a single account record by its unique identifier.

Path Parameters

string
required
The unique identifier of the account

Example Request

Response

200 OK — Returns the account object for the given ID.