Home / API Documentation

Get Account Info By Account Id

Method: GET api/v1/Account/GetAccountByAccountId?accountid={accountid}

Response Format:

application/json

Required Parameters Description Additional information
accountid
Account Id

Define this parameter in the request URI.

application/json, text/json

Sample Response:
                        {
  "accountid": 1,
  "companyid": 2,
  "accountnum": "sample string 3",
  "billingaddressid": 4,
  "primarycontactid": 5,
  "billingcenterid": 6,
  "languageid": 7,
  "localeid": 8,
  "sendinvoice": true,
  "emailinvoice": true,
  "sendstatement": true,
  "emailstatement": true,
  "instructions": "sample string 13",
  "utctimestamp": "2025-02-23T06:10:57.1945978+00:00",
  "utclastchanged": "2025-02-23T06:10:57.1945978+00:00",
  "lastchangedby": "sample string 15",
  "laststatementdate": "2025-02-23T06:10:57.1945978+00:00",
  "mysearch": "sample string 16",
  "donotmarket": true,
  "financialhold": true,
  "senttocollections": true,
  "allowcwp": true,
  "allowautobill": 21,
  "financialholdignore": true,
  "surchargeexempt": true,
  "exportrenewal": true,
  "hidebalance": true,
  "nopriceincrease": true,
  "nofincharge": true,
  "primarynote": "sample string 28",
  "isactive": 29,
  "termid": 30,
  "stmprintgroupid": 31,
  "hidecollection": true,
  "donotbillforfuturesvc": true,
  "rfcnum": "sample string 34",
  "senttofinancing": true,
  "branchlocalbilling": true,
  "masteraccountid": 37,
  "taxidentificationnum": "sample string 38",
  "financedept": "sample string 39",
  "masteraccountsubid": 40,
  "jdeaccountid": 41,
  "seniorcitizen": true,
  "agencycodeid": 43,
  "paperless": 44,
  "originalbilltoreferencenumber": "sample string 45",
  "focuscustid": 46,
  "focuscuslocno": 47,
  "verificationcode": "ed2fa691-1bca-431b-8ecb-5eb985a9e898",
  "portaloptout": true,
  "portalnoticesent": 50,
  "correspondencemail": true,
  "marketingmail": true,
  "notificationsmail": true,
  "accounttype": 54,
  "mainaccountid": 55,
  "senttocollectionsdate": "2025-02-23T06:10:57.1945978+00:00",
  "discounttypeid": 56,
  "registrationnum": "sample string 57",
  "loginattempt": 1,
  "lastloginattemp": "2025-02-23T06:10:57.1945978+00:00",
  "emailrenewal": true,
  "mailrenewal": true,
  "lastchangepaperless": "sample string 60",
  "orkinstatement": true,
  "orkinstatementdetails": true,
  "EnableLoginDescription": true,
  "AcuntAlertMessage": "sample string 63",
  "AccountAlertMessage": "sample string 64",
  "barterid": 65,
  "allowyia": true,
  "convbranchid": 67,
  "laststatementemaildate": "2025-02-23T06:10:57.1945978+00:00",
  "signatureobtained": true,
  "usewebportallogins": true,
  "seniordiscounttypeid": 70,
  "UniqueId": "1c86353d-224c-4103-888a-d6c17decc054",
  "PymAccountId": "f52f32d6-13da-48ed-b6ee-3b5fc932a06c",
  "secondarynote": "sample string 72",
  "sentarmcollectiondate": "2025-02-23T06:10:57.1945978+00:00",
  "sentarmcollection": true,
  "udfdynamicid": "sample string 73"
};