POST api/v1/save-brand-request

Request Information

Body Parameters

BrandRequestDetails
NameDescriptionTypeAdditional information
BrandRequestId

integer

None.

BrandName

string

None.

ShortDescription

string

None.

LogoPath

string

None.

IsActive

boolean

None.

IsLogicalDeleted

boolean

None.

CreatedBy

integer

None.

ApprovedBy

integer

None.

ModifiedBy

integer

None.

SentForApproval

integer

None.

RejectReason

string

None.

ClientId

integer

None.

SellerId

integer

None.

Request Formats
{
  "BrandRequestId": 1,
  "BrandName": "sample string 2",
  "ShortDescription": "sample string 3",
  "LogoPath": "sample string 4",
  "IsActive": true,
  "IsLogicalDeleted": true,
  "CreatedBy": 7,
  "ApprovedBy": 8,
  "ModifiedBy": 9,
  "SentForApproval": 10,
  "RejectReason": "sample string 11",
  "ClientId": 12,
  "SellerId": 13
}
{"BrandRequestId":1,"BrandName":"sample string 2","ShortDescription":"sample string 3","LogoPath":"sample string 4","IsActive":true,"IsLogicalDeleted":true,"CreatedBy":7,"ApprovedBy":8,"ModifiedBy":9,"SentForApproval":10,"RejectReason":"sample string 11","ClientId":12,"SellerId":13}
<BrandRequestDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.RequestOperations.Brand">
  <ApprovedBy>8</ApprovedBy>
  <BrandName>sample string 2</BrandName>
  <BrandRequestId>1</BrandRequestId>
  <ClientId>12</ClientId>
  <CreatedBy>7</CreatedBy>
  <IsActive>true</IsActive>
  <IsLogicalDeleted>true</IsLogicalDeleted>
  <LogoPath>sample string 4</LogoPath>
  <ModifiedBy>9</ModifiedBy>
  <RejectReason>sample string 11</RejectReason>
  <SellerId>13</SellerId>
  <SentForApproval>10</SentForApproval>
  <ShortDescription>sample string 3</ShortDescription>
</BrandRequestDetails>

Sample not available.

Response Information

Description:

Return type: integer

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