POST api/SYGetCostCenterSetup

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "CostCenterSetup": {
    "CC1Used": true,
    "CC2Used": true,
    "CC3Used": true,
    "CC1Label": "sample string 4",
    "CC2Label": "sample string 5",
    "CC3Label": "sample string 6",
    "MaskPlaceholder": "A",
    "CC1Mask": "sample string 8",
    "CC2Mask": "sample string 9",
    "CC3Mask": "sample string 10",
    "GLAccountMask": "sample string 11"
  }
}