POST api/LocalAuthorities

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objDat
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "LA_ID": 1,
  "LA_NAME": "sample string 2",
  "DEP_ID": 1,
  "CTRY_ID": 1,
  "PH_CODE": "sample string 3",
  "PH_NO": "sample string 4",
  "WEB": "sample string 5",
  "DESCRIP": "sample string 6"
}

application/xml, text/xml

Sample:
<LocalAuthorities xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.CompanySetup">
  <CTRY_ID>1</CTRY_ID>
  <DEP_ID>1</DEP_ID>
  <DESCRIP>sample string 6</DESCRIP>
  <LA_ID>1</LA_ID>
  <LA_NAME>sample string 2</LA_NAME>
  <PH_CODE>sample string 3</PH_CODE>
  <PH_NO>sample string 4</PH_NO>
  <WEB>sample string 5</WEB>
</LocalAuthorities>

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 'LocalAuthorities'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>