POST api/Offices/Create

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
office
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "OfficeName": "sample string 2",
  "Off_OfficerName": "sample string 3",
  "Off_Designation": "sample string 4",
  "Off_Level": 5,
  "Off_Address1": "sample string 6",
  "Off_District_Id_Fk": 7,
  "DI_District": "sample string 8",
  "Off_pincode": 1,
  "Off_Address2": "sample string 9",
  "Off_Email": "sample string 10",
  "Off_PhoneNumber": 1,
  "Off_Landline": "sample string 11",
  "Inactive": "sample string 12",
  "Off_UserId": 13,
  "Off_TS": "2025-12-07T07:54:38.3762246+05:30",
  "Off_LastEdited_UserId": 15,
  "Off_LastEdited_TS": "2025-12-07T07:54:38.3772244+05:30"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'KHBOffice'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.