POST api/SYGetGlobalSettings

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "GlobalSettings": {
    "CountryCode": "sample string 1",
    "ProvinceStateCode": "sample string 2",
    "PostalCodeMask": "sample string 3",
    "PostalCodeLabel": "sample string 4",
    "UbAllowAlphaInAccount": true,
    "UbAccountSectionLength": 6,
    "UbEnableMtrExchange": true,
    "UbUserBillBatchTypeCode": "sample string 8",
    "UbUserPenaltyBatchTypeCode": "sample string 9",
    "GLAccountCodeFormat": "sample string 10",
    "GLAccountCodePattern": "sample string 11",
    "CC1Used": true,
    "CC2Used": true,
    "CC3Used": true,
    "CC1Label": "sample string 15",
    "CC2Label": "sample string 16",
    "CC3Label": "sample string 17",
    "CC1Length": 18,
    "CC2Length": 19,
    "CC3Length": 20,
    "FundDigits": 21,
    "ClassDigits": 22,
    "CategoryDigits": 23,
    "ObjectDigits": 24,
    "GL_BUDGET_RESTRICTIONS": true,
    "DFLT_DISC_FUND_NUM": 26,
    "DFLT_DISC_CLASS_NUM": 27,
    "DFLT_DISC_CATEGORY_NUM": 28,
    "DFLT_DISC_OBJECT_NUM": 29,
    "VCH_ENABLED": true,
    "VCH_ENABLED_PA": true,
    "VCH_ENABLED_UB": true,
    "VCH_ENABLED_AR": true,
    "VCH_ENABLED_AP": true,
    "VCH_ENABLED_PT": true,
    "VCH_ENABLED_BL": true,
    "VCH_ENABLED_PL": true,
    "VCH_GENERATEPIN_PA": true,
    "VCH_GENERATEPIN_UB": true,
    "VCH_GENERATEPIN_AR": true,
    "VCH_GENERATEPIN_AP": true,
    "VCH_GENERATEPIN_PT": true,
    "VCH_GENERATEPIN_BL": true,
    "VCH_GENERATEPIN_PL": true,
    "VCH_PIN_LENGTH": 1,
    "VCH_PIN_TYPE": 1,
    "VCH_PIN_CASE": 1,
    "USING_WORKTECH": true,
    "E3_SFORCE_ACCOUNT_ID": "sample string 46",
    "GST_Rate": 47.0,
    "PST_Rate": 48.0,
    "DIGITS_IN_VOUCHER_NO": 49,
    "AR_GST_DEFAULT": "sample string 50",
    "AR_GST_PRODUCT": "sample string 51",
    "AR_PST_PRODUCT": "sample string 52",
    "AR_ISSUE_DEPT": "sample string 53"
  }
}