This service provides the following discovery document customer :
GET Customer/{Key}
POST Customer/{Key}
PUT Customer/{Key}?cudtomerid={IDCustomer}
Parameters | |
---|---|
Key |
The your API Key. |
customerid |
The customer id. Please follow the format id_group/compendium_customer, id_group as |
as_supplier |
Default is |
as_customer |
Default is |
contactperson |
Contact personal from company customer. |
customercompany |
The Company customer. |
idprovinsi |
The Province ID. |
idkabupaten |
The Regency ID. |
idkecamatan |
The Districts ID. |
address |
Address for customer company. |
postalcode |
Postal Code for customer company. |
telephone |
Telephone number for customer company. |
mobilephone |
Phone number for contact person customer. |
fax |
Fax number for customer company. |
did |
Dissociative Identity Disorder (If there are). |
email |
Email address for customer company. |
contact_email |
Email address for customer contact person. |
pic_person |
Person In Charge name for customer company. |
pic_mobilephone |
Person In Charge phone number for customer company. |
pic_email |
Person In Charge email address for customer company. |
potensi_jenis |
Potential sales of types and quantities of packaging (pcs). |
potensi_estimasi |
Sales potential from sales estimate per month (pcs). |
distributor_sekarang |
Distributor of the same product to a company (a competitor). |
siklus_pengiriman |
Cycle delivery of competitors' products to a company. |
biaya_listing |
The cost of renting a display at a store. |
biaya_rak |
The cost of renting a rack in a store. |
biaya_floor |
Booth rental fee/Rent floor (promo position). |
biaya_lainnya |
The Other costs. |
keterangan_biaya |
Cost Description. |
rekomendasi |
Recommended by. |
website |
the company website address. |
notactive |
Status active and not customer, default is 0 |
JSON representation | |
---|---|
{ "customerid": varchar(20) PRIMARY, "as_supplier": int(5), "as_customer": int(5), "contactperson": varchar(20), "customercompany": varchar(30), "idprovinsi": int(5), "idkabupaten": int(5), "idkecamatan": int(5), "address": varchar(50), "postalcode": int(5), "telephone": varchar(20), "mobilephone": varchar(20), "fax": varchar(20), "did": varchar(20), "email": varchar(50), "contact_email": varchar(50), "pic_person": varchar(50), "pic_mobilephone": varchar(50), "pic_email": varchar(50), "potensi_jenis": varchar(50), "potensi_estimasi": varchar(50), "distributor_sekarang": varchar(50), "siklus_pengiriman": varchar(50), "biaya_listing": varchar(50), "biaya_rak": varchar(50), "biaya_floor": varchar(50), "biaya_lainnya": varchar(50), "keterangan_biaya": varchar(50), "rekomendasi": varchar(150), "website": varchar(50), "notactive": tinyint(2) } |