Provider

The representation of a provider is called a Provider object. Providers are identified by a unique incremental ID.

Attribute

Type

Description

id

integer

Unique identifier for the provider.

code

string

Visual identifier code of the provider.

name

string

Provider name.

inactive

integer

Possible values are :

  • 0: Provider is active

  • 1: Provider is inactive

creation_date

date

Created date.

address

string

Address of the provider.

address2

string

Address (other) of the provider.

city

string

City of the provider.

state

string

State of the provider.

zipcode

string

Zipcode of the provider.

phone

string

Phone of the provider.

fax

string

Fax of the provider.

email

string

Email of the provider.

website

string

Website of the provider.

credit

numeric

Credit limit of the provider.

term

integer

Payment terms (days) of the provider.

Last updated