All Collections
API
Supplier Fields
Supplier Fields

Meaning and usage of individual fields in Supplier API

Peter Virly avatar
Written by Peter Virly
Updated over a week ago

SN

FIELD NAME

WIDTH

DESCRIPTION

1

id*

Unique ID

2

name

100

Company name of the supplier

3

status

30

D if deleted, otherwise NULL

4

code

50

Unique code to identify the supplier in your organization

5

contact_person

50

Name of contact person

6

contact_title

100

Tite of contact person Mr, Ms, Miss

7

contact_position

50

Position of contact persion

8

street

30

Street address

9

city

50

City

10

zipcode

50

Zipcode

11

country

50

Country

12

state

50

State

13

telephone

50

telephone number

14

fax

50

fax number

15

mobile

50

mobile number

16

email

100

email address

17

remark

255

remark

18

tax_exempt

Tax exempt flag (default is false), set to true if customer is tax exempt

Note:

  1. Fields mark with * are read only.

  2. Fields returned may not be in above order.

  3. When invalid birthdate is passed to server, the birthdate will be set to null.

  4. For the text fields with width specified, if you passed text with length more then the specified width, the text will be truncated.

Did this answer your question?