PUT api/ObjectionNotification/UpdateObjectionNotification/{ON_Id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjectionNotificationModels
No documentation available.

Define this parameter in the request body.

ON_Id
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "ON_Id_PK": 1,
  "ON_PR_Id_FK": 2,
  "ON_Not_No": "sample string 3",
  "ON_PD_Id_FK": 1,
  "ON_LO_Name": "sample string 4",
  "ON_MobileNumber": "sample string 5",
  "ON_Rate_Acre": 6.0,
  "ON_ObjectionType": "sample string 7",
  "ON_Address": "sample string 8",
  "ON_Comments": "sample string 9",
  "ON_Objection": "sample string 10",
  "PR_Id": "sample string 11",
  "ON_CaseType_Id": 12,
  "ON_LO_Id_Fk": 1,
  "ON_LOD_Id_Fk": 1,
  "ON_Status": "sample string 13",
  "SurveyNolistmodel": [
    {
      "LD_Id": 1,
      "IsSelected": 2
    },
    {
      "LD_Id": 1,
      "IsSelected": 2
    },
    {
      "LD_Id": 1,
      "IsSelected": 2
    }
  ]
}

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

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.