Chart Account Option ( Using In Create Debtor ) This chart account option is using in create new debtor or edit debtor chooses. Request Instruction HTTPS Method POST URL http://subdomain.supersuite.my/api/tool/option Content Type application/json Response Type JSON Parameter Description token : string, is required. type : string, is required. Request Headers {   "Content-Type":"application/json" } Request Body {  "token" : "B7ABD5DEEC6588997DE41B0FE0665",  "type" : "debtor_account_option" } Response JSON FormatSuccessful Example {   "status" : true,   "data" :            [                {                     "id" : "1",                     "ref_id" : "0B31CD0066F81E3C27674B1BB8BC7FB1",                     "name" : "Trade Debtor",                     "account_number" : "300-000",                }            ] } Fail Example {   "status" : false,   "error" : "Token invalid. / No found data." }