POST
api/v1/save-brand-request
Request Information
Body Parameters
BrandRequestDetails| Name | Description | Type | Additional 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. |
|
| ChildSellerId | integer |
None. |
|
| AdminMemberId | integer |
None. |
Request Formats
application/json, text/json
{
"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,
"ChildSellerId": 14,
"AdminMemberId": 15
}
text/html
{"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,"ChildSellerId":14,"AdminMemberId":15}
application/xml, text/xml
<BrandRequestDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.RequestOperations.Brand"> <AdminMemberId>15</AdminMemberId> <ApprovedBy>8</ApprovedBy> <BrandName>sample string 2</BrandName> <BrandRequestId>1</BrandRequestId> <ChildSellerId>14</ChildSellerId> <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>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: integer
Response Formats
application/json, text/json, text/html
1
application/xml, text/xml
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>
