POST
api/v1/save-category-request
Request Information
Body Parameters
CategoryRequestDetailsName | Description | Type | Additional information |
---|---|---|---|
CategoryRequestId | integer |
None. |
|
CategoryMasterId | integer |
None. |
|
CategoryName | string |
None. |
|
ShortDescription | string |
None. |
|
LogoPath | string |
None. |
|
IsActive | boolean |
None. |
|
IsLogicalDeleted | boolean |
None. |
|
CreatedBy | integer |
None. |
|
ApprovedBy | integer |
None. |
|
ModifiedBy | integer |
None. |
|
CreatedOn | date |
None. |
|
ApprovedOn | date |
None. |
|
ModifiedOn | date |
None. |
|
SentForApproval | integer |
None. |
|
ClientId | integer |
None. |
|
SellerId | integer |
None. |
|
AdminMemberId | integer |
None. |
|
RequesterName | string |
None. |
|
RejectionReason | string |
None. |
|
CatDetailPublishedBy | integer |
None. |
|
CatDetailPublishedOn | date |
None. |
Request Formats
application/json, text/json
{ "CategoryRequestId": 1, "CategoryMasterId": 1, "CategoryName": "sample string 2", "ShortDescription": "sample string 3", "LogoPath": "sample string 4", "IsActive": true, "IsLogicalDeleted": true, "CreatedBy": 7, "ApprovedBy": 8, "ModifiedBy": 9, "CreatedOn": "2025-06-18T11:56:49.9191861+00:00", "ApprovedOn": "2025-06-18T11:56:49.9191861+00:00", "ModifiedOn": "2025-06-18T11:56:49.9191861+00:00", "SentForApproval": 13, "ClientId": 14, "SellerId": 15, "AdminMemberId": 16, "RequesterName": "sample string 17", "RejectionReason": "sample string 18", "CatDetailPublishedBy": 19, "CatDetailPublishedOn": "2025-06-18T11:56:49.9191861+00:00" }
text/html
{"CategoryRequestId":1,"CategoryMasterId":1,"CategoryName":"sample string 2","ShortDescription":"sample string 3","LogoPath":"sample string 4","IsActive":true,"IsLogicalDeleted":true,"CreatedBy":7,"ApprovedBy":8,"ModifiedBy":9,"CreatedOn":"2025-06-18T11:56:49.9191861+00:00","ApprovedOn":"2025-06-18T11:56:49.9191861+00:00","ModifiedOn":"2025-06-18T11:56:49.9191861+00:00","SentForApproval":13,"ClientId":14,"SellerId":15,"AdminMemberId":16,"RequesterName":"sample string 17","RejectionReason":"sample string 18","CatDetailPublishedBy":19,"CatDetailPublishedOn":"2025-06-18T11:56:49.9191861+00:00"}
application/xml, text/xml
<CategoryRequestDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.RequestOperations.Category"> <AdminMemberId>16</AdminMemberId> <ApprovedBy>8</ApprovedBy> <ApprovedOn>2025-06-18T11:56:49.9191861+00:00</ApprovedOn> <CatDetailPublishedBy>19</CatDetailPublishedBy> <CatDetailPublishedOn>2025-06-18T11:56:49.9191861+00:00</CatDetailPublishedOn> <CategoryMasterId>1</CategoryMasterId> <CategoryName>sample string 2</CategoryName> <CategoryRequestId>1</CategoryRequestId> <ClientId>14</ClientId> <CreatedBy>7</CreatedBy> <CreatedOn>2025-06-18T11:56:49.9191861+00:00</CreatedOn> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> <LogoPath>sample string 4</LogoPath> <ModifiedBy>9</ModifiedBy> <ModifiedOn>2025-06-18T11:56:49.9191861+00:00</ModifiedOn> <RejectionReason>sample string 18</RejectionReason> <RequesterName>sample string 17</RequesterName> <SellerId>15</SellerId> <SentForApproval>13</SentForApproval> <ShortDescription>sample string 3</ShortDescription> </CategoryRequestDetails>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: CategoryRequestResult
Response Formats
application/json, text/json
{ "Status": "sample string 1", "Message": "sample string 2" }
text/html
{"Status":"sample string 1","Message":"sample string 2"}
application/xml, text/xml
<CategoryRequestResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.RequestOperations.Category"> <Message>sample string 2</Message> <Status>sample string 1</Status> </CategoryRequestResult>