POST api/AdminApi/SaveMask

Request Information

URI Parameters

None.

Body Parameters

BrandName
NameDescriptionTypeAdditional information
Id

integer

None.

LoginId

integer

None.

Name

string

None.

IsActive

boolean

None.

CreatedDate

date

None.

CreatedBy

string

None.

UpdatedDate

date

None.

UpdateBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "LoginId": 1,
  "Name": "sample string 2",
  "IsActive": true,
  "CreatedDate": "2025-12-06T10:47:19.5258108+05:00",
  "CreatedBy": "sample string 3",
  "UpdatedDate": "2025-12-06T10:47:19.5267646+05:00",
  "UpdateBy": "sample string 4"
}

application/xml, text/xml

Sample:
<BrandName xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMS.DataModels">
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDate>2025-12-06T10:47:19.5258108+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:47:19.5267646+05:00</UpdatedDate>
</BrandName>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response 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>