POST api/ObjectionNotification/CreateObjectionNotification
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ObjectionNotificationModels | No documentation available. |
Define this parameter in the request body. |
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/xml, text/xml
Sample:
<ObjectionNotificationModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models">
<ON_Address>sample string 8</ON_Address>
<ON_CaseType_Id>12</ON_CaseType_Id>
<ON_Comments>sample string 9</ON_Comments>
<ON_Id_PK>1</ON_Id_PK>
<ON_LOD_Id_Fk>1</ON_LOD_Id_Fk>
<ON_LO_Id_Fk>1</ON_LO_Id_Fk>
<ON_LO_Name>sample string 4</ON_LO_Name>
<ON_MobileNumber>sample string 5</ON_MobileNumber>
<ON_Not_No>sample string 3</ON_Not_No>
<ON_Objection>sample string 10</ON_Objection>
<ON_ObjectionType>sample string 7</ON_ObjectionType>
<ON_PD_Id_FK>1</ON_PD_Id_FK>
<ON_PR_Id_FK>2</ON_PR_Id_FK>
<ON_Rate_Acre>6</ON_Rate_Acre>
<ON_Status>sample string 13</ON_Status>
<PR_Id>sample string 11</PR_Id>
<SurveyNolistmodel>
<SurveyNolistmodels>
<IsSelected>2</IsSelected>
<LD_Id>1</LD_Id>
</SurveyNolistmodels>
<SurveyNolistmodels>
<IsSelected>2</IsSelected>
<LD_Id>1</LD_Id>
</SurveyNolistmodels>
<SurveyNolistmodels>
<IsSelected>2</IsSelected>
<LD_Id>1</LD_Id>
</SurveyNolistmodels>
</SurveyNolistmodel>
</ObjectionNotificationModels>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.