POST api/PortedNoDeleteApi
Request Information
URI Parameters
None.
Body Parameters
FeedbackMobileNo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LoginId | integer |
None. |
|
| MoibleNos | string |
None. |
|
| BrandName | string |
None. |
|
| Message | string |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| BrandNameList | Collection of BrandName |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LoginId": 2,
"MoibleNos": "sample string 3",
"BrandName": "sample string 4",
"Message": "sample string 5",
"CreatedDate": "2025-12-06T10:49:16.2669774+05:00",
"UpdatedDate": "2025-12-06T10:49:16.2669774+05:00",
"BrandNameList": [
{
"Id": 1,
"LoginId": 1,
"Name": "sample string 2",
"IsActive": true,
"CreatedDate": "2025-12-06T10:49:16.2669774+05:00",
"CreatedBy": "sample string 3",
"UpdatedDate": "2025-12-06T10:49:16.2669774+05:00",
"UpdateBy": "sample string 4"
},
{
"Id": 1,
"LoginId": 1,
"Name": "sample string 2",
"IsActive": true,
"CreatedDate": "2025-12-06T10:49:16.2669774+05:00",
"CreatedBy": "sample string 3",
"UpdatedDate": "2025-12-06T10:49:16.2669774+05:00",
"UpdateBy": "sample string 4"
}
]
}
application/xml, text/xml
Sample:
<FeedbackMobileNo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMS.DataModels">
<BrandName>sample string 4</BrandName>
<BrandNameList>
<BrandName>
<CreatedBy>sample string 3</CreatedBy>
<CreatedDate>2025-12-06T10:49:16.2669774+05:00</CreatedDate>
<Id>1</Id>
<IsActive>true</IsActive>
<LoginId>1</LoginId>
<Name>sample string 2</Name>
<UpdateBy>sample string 4</UpdateBy>
<UpdatedDate>2025-12-06T10:49:16.2669774+05:00</UpdatedDate>
</BrandName>
<BrandName>
<CreatedBy>sample string 3</CreatedBy>
<CreatedDate>2025-12-06T10:49:16.2669774+05:00</CreatedDate>
<Id>1</Id>
<IsActive>true</IsActive>
<LoginId>1</LoginId>
<Name>sample string 2</Name>
<UpdateBy>sample string 4</UpdateBy>
<UpdatedDate>2025-12-06T10:49:16.2669774+05:00</UpdatedDate>
</BrandName>
</BrandNameList>
<CreatedDate>2025-12-06T10:49:16.2669774+05:00</CreatedDate>
<Id>1</Id>
<LoginId>2</LoginId>
<Message>sample string 5</Message>
<MoibleNos>sample string 3</MoibleNos>
<UpdatedDate>2025-12-06T10:49:16.2669774+05:00</UpdatedDate>
</FeedbackMobileNo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>