GET
api/v1/get-category-request-by-id?categoryRequestId={categoryRequestId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
categoryRequestId | integer |
Required |
Response Information
Description:
Return type: CategoryRequestDetails
Response 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-18T12:45:32.0322403+00:00", "ApprovedOn": "2025-06-18T12:45:32.0322403+00:00", "ModifiedOn": "2025-06-18T12:45:32.0322403+00:00", "SentForApproval": 13, "ClientId": 14, "SellerId": 15, "AdminMemberId": 16, "RequesterName": "sample string 17", "RejectionReason": "sample string 18", "CatDetailPublishedBy": 19, "CatDetailPublishedOn": "2025-06-18T12:45:32.0322403+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-18T12:45:32.0322403+00:00","ApprovedOn":"2025-06-18T12:45:32.0322403+00:00","ModifiedOn":"2025-06-18T12:45:32.0322403+00:00","SentForApproval":13,"ClientId":14,"SellerId":15,"AdminMemberId":16,"RequesterName":"sample string 17","RejectionReason":"sample string 18","CatDetailPublishedBy":19,"CatDetailPublishedOn":"2025-06-18T12:45:32.0322403+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-18T12:45:32.0322403+00:00</ApprovedOn> <CatDetailPublishedBy>19</CatDetailPublishedBy> <CatDetailPublishedOn>2025-06-18T12:45:32.0322403+00:00</CatDetailPublishedOn> <CategoryMasterId>1</CategoryMasterId> <CategoryName>sample string 2</CategoryName> <CategoryRequestId>1</CategoryRequestId> <ClientId>14</ClientId> <CreatedBy>7</CreatedBy> <CreatedOn>2025-06-18T12:45:32.0322403+00:00</CreatedOn> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> <LogoPath>sample string 4</LogoPath> <ModifiedBy>9</ModifiedBy> <ModifiedOn>2025-06-18T12:45:32.0322403+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>