POST api/EmpCCs

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
empCCM
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "EmpCCId": 1,
  "EmpCCs_DaTim": "sample string 2",
  "EmpCCNo": "sample string 3",
  "EmpCCDets": [
    {
      "$id": "2",
      "EmpCCDetId": 1,
      "EmpCCId": 1,
      "EmpId": 1,
      "EmpName": "sample string 2",
      "EmpNameE": "sample string 3",
      "CostCenterId": 1,
      "CostCenterName": "sample string 4",
      "CostCenterNameE": "sample string 5"
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "EmpCCId": 1,
  "EmpCCs_DaTim": "sample string 2",
  "EmpCCNo": "sample string 3",
  "EmpCCDets": [
    {
      "$id": "2",
      "EmpCCDetId": 1,
      "EmpCCId": 1,
      "EmpId": 1,
      "EmpName": "sample string 2",
      "EmpNameE": "sample string 3",
      "CostCenterId": 1,
      "CostCenterName": "sample string 4",
      "CostCenterNameE": "sample string 5"
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ]
}