Request Example
Copiedcurl -i -X GET \
-H "Cookie:_iamadt_client_portalId= *****;_iambdt_client_portalId= *****;" \
'https://zylkerfashionstore.zohostore.com/portaluser/address'
Success Response
Copied{
"status_code": "0",
"status_message": "success",
"api_kind": "kind#get_user_address_list",
"payload": {
"contacts_zos_response": {
"code": 0,
"contact": {
"is_crm_customer": false,
"addresses": [
],
"notes": "",
"documents": [
],
"portal_status": "enabled",
"owner_id": "",
"is_linked_with_zohocrm": false,
"billing_address": {
},
"source": "user",
"outstanding_receivable_amount_bcy": 0,
"outstanding_receivable_amount_formatted": "Rs.0.00",
"source_formatted": "User",
"language_code": "en",
"twitter": "",
"unused_credits_receivable_amount_formatted": "Rs.0.00",
"zcrm_contact_id": "",
"unused_credits_receivable_amount_bcy": 0,
"associated_vendor_details": {
"outstanding_payable_amount": 0,
"unused_credits_payable_amount_formatted": "Rs.0.00",
"outstanding_payable_amount_bcy_formatted": "",
"unused_credits_payable_amount_bcy": "",
"vendor_id": "",
"unused_credits_payable_amount_bcy_formatted": "",
"unused_credits_payable_amount": 0,
"vendor_name": "",
"outstanding_payable_amount_formatted": "Rs.0.00",
"outstanding_payable_amount_bcy": "" },
"unused_credits_receivable_amount_bcy_formatted": "Rs.0.00",
"unused_credits_payable_amount_bcy_formatted": "Rs.0.00",
"outstanding_payable_amount_formatted": "Rs.0.00",
"contact_category": "",
"contact_persons": [
{
"can_invite": true,
"mobile": "***",
"is_added_in_portal": true,
"last_name": "Gupta",
"contact_person_id": "1787495000000390003",
"is_primary_contact": true,
"skype": "",
"zcrm_contact_id": "",
"phone": "***",
"salutation": "",
"designation": "",
"is_from_crm": false,
"photo_url": "https://secure.gravatar.com/avatar/58132b171af28a792b5ed3812bcad7ef?&d=mm",
"department": "",
"fax": "",
"first_name": "Aditya",
"email": "commerce@zoho.com"
],
"pricebook_id": "",
"outstanding_receivable_amount": 0,
"is_linked_with_contact": false,
"gst_treatment": "",
"created_time": "2020-01-02T19:17:04+0530",
"zcrm_account_id": "",
"is_portal_enabled": true,
"custom_fields": [
],
"sales_channel": "direct_sales",
"unused_credits_receivable_amount": 0,
"outstanding_payable_amount_bcy": 0,
"pricebook_name": "",
"price_precision": 2,
"tags": [
],
"unused_credits_payable_amount_formatted": "Rs.0.00",
"primary_contact_id": "1787495000000390003",
"phone": "***",
"unused_credits_payable_amount_bcy": 0,
"company_name": "",
"designation": "",
"outstanding_receivable_amount_bcy_formatted": "Rs.0.00",
"crm_owner_id": "",
"status": "active",
"cards": [
],
"contact_category_formatted": "",
"contact_id": "1787495000000390001",
"payment_terms": 0,
"currency_code": "INR",
"outstanding_payable_amount": 0,
"contact_type": "customer",
"unused_credits_payable_amount": 0,
"custom_field_hash": {
},
"can_add_bank_account": false,
"shipping_address": {
"zip": "600006",
"country": "India",
"country_code": "IN",
"address": "E-Merck House, New No. 3, 2nd Street, Haddows Road",
"city": "Chennai",
"phone": "***",
"address_id": "1787495000000391001",
"attention": "Aditya Gupta",
"street2": "",
"state": "Tamil Nadu",
"fax": "",
"state_code": "TN"
},
"department": "",
"first_name": "Aditya",
"email": "commerce@zoho.com",
"can_add_card": false,
"contact_name": "Aditya",
"website": "",
"outstanding_payable_amount_bcy_formatted": "Rs.0.00",
"comments": [
{
"date": "2020-02-11",
"transaction_id": "1787495000000456030",
"is_entity_deleted": false,
"commented_by": "Zoho Commerce",
"operation_type": "added",
"date_formatted": "11/02/2020 07:04 PM",
"description": "Sales Cancel Order CAN-00003 created for Sales Order SO-00008.",
"date_description": "16 hours ago",
"time": "7:04 PM",
"comment_id": "1787495000000456042",
"transaction_type": "salescancel",
"commented_by_id": ""
}
],
"last_modified_time": "2020-02-12T11:01:58+0530",
"currency_symbol": "Rs.",
"ach_supported": false,
"gst_treatment_formatted": "",
"facebook": "",
"mobile": "***",
"last_name": "Gupta",
"is_gapps_customer": false,
"contact_salutation": "",
"bank_accounts": [
],
"currency_id": "1787495000000000099",
"payment_terms_label": "Due On Receipt",
"payment_reminder_enabled": true
},
"message": "success"
}
}
}
Show full
Show less
Failure Response
Copied{
"status_code": "1",
"status_message": "failure",
"api_kind": "kind#get_user_address_list",
"error": {
"code": 37014,
"message": "Invalid entries"
},
"developer_message": "Invalid entries"
}
Use this API to get address book detail of an user account.