/api/2.0/accounts/{PK}/

GET https://developer.salesfusion.com/api/2.0/accounts/{PK}/

Description:

Reads a specific account. Contains all standard and custom fields.

PK → Account_ID

Sample Response:
{
    "account_name": "TJs Test Account!",
    "owner_id": 2,
    "owner": "https://developer.salesfusion.com/api/2.0/users/2/",
    "phone": "",
    "fax": "",
    "created_date": "2018-12-17T19:42:00Z",
    "created_by": "https://developer.salesfusion.com/api/2.0/users/2/",
    "updated_date": "2018-12-17T19:42:00Z",
    "updated_by": "https://developer.salesfusion.com/api/2.0/users/2/",
    "created_by_id": 2,
    "updated_by_id": 2,
    "billing_street": "",
    "billing_country": "",
    "billing_city": "",
    "billing_state": "",
    "billing_zip": "",
    "shipping_street": "",
    "shipping_country": "",
    "shipping_city": "",
    "shipping_state": "",
    "shipping_zip": "",
    "account_number": "",
    "description": "",
    "crm_id": "",
    "type": "",
    "currency_iso_code": "",
    "url": "",
    "rating": "",
    "campaign_id": "",
    "sic": "",
    "short_description": "",
    "industry": "",
    "custom_fields": {               
        "School_Name__c": null,
        "AnnualRevenue": null,
        "ShippingLatitude": null
    },
    "account_score": null,
    "key_account": false,
    "salesfusion_last_activity": null
}