POST api/VacGovs

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
vacGovM
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "VacGovId": 1,
  "VacID": 2,
  "VacName": "sample string 3",
  "VacNamE": "sample string 4",
  "VacGovName": "sample string 5",
  "VacGovFrom": "sample string 6",
  "VacGovTO": "sample string 7",
  "VacGovDate": "sample string 8",
  "VacGovNotes": "sample string 9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "VacGovId": 1,
  "VacID": 2,
  "VacName": "sample string 3",
  "VacNamE": "sample string 4",
  "VacGovName": "sample string 5",
  "VacGovFrom": "sample string 6",
  "VacGovTO": "sample string 7",
  "VacGovDate": "sample string 8",
  "VacGovNotes": "sample string 9"
}