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 | 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:
Fields mark with * are read only.
Fields returned may not be in above order.
When invalid birthdate is passed to server, the birthdate will be set to null.
For the text fields with width specified, if you passed text with length more then the specified width, the text will be truncated.