POST api/StandardMaster/GetAll
Request Information
URI Parameters
None.
Body Parameters
StandardMasterListerName | Description | Type | Additional information |
---|---|---|---|
StandardMasters | Collection of StandardMaster |
None. |
|
SearchCriteria | StandardMaster |
None. |
|
Pager | Pager |
None. |
Request Formats
application/json, text/json
Sample:
{ "StandardMasters": [ { "Id": 1, "ConformityTypeId": 2, "CustomerId": 1, "Name": "sample string 3", "Description": "sample string 4", "IsActive": true, "IsHide": true, "CreatedDate": "2025-08-29T20:25:39.7873226+00:00", "CreatedBy": 8, "LastModifiedDate": "2025-08-29T20:25:39.7873226+00:00", "LastModifiedBy": 10, "DeletedDate": "2025-08-29T20:25:39.7873226+00:00", "DeletedBy": 1, "CompanyName": "sample string 11" }, { "Id": 1, "ConformityTypeId": 2, "CustomerId": 1, "Name": "sample string 3", "Description": "sample string 4", "IsActive": true, "IsHide": true, "CreatedDate": "2025-08-29T20:25:39.7873226+00:00", "CreatedBy": 8, "LastModifiedDate": "2025-08-29T20:25:39.7873226+00:00", "LastModifiedBy": 10, "DeletedDate": "2025-08-29T20:25:39.7873226+00:00", "DeletedBy": 1, "CompanyName": "sample string 11" } ], "SearchCriteria": { "Id": 1, "ConformityTypeId": 2, "CustomerId": 1, "Name": "sample string 3", "Description": "sample string 4", "IsActive": true, "IsHide": true, "CreatedDate": "2025-08-29T20:25:39.7873226+00:00", "CreatedBy": 8, "LastModifiedDate": "2025-08-29T20:25:39.7873226+00:00", "LastModifiedBy": 10, "DeletedDate": "2025-08-29T20:25:39.7873226+00:00", "DeletedBy": 1, "CompanyName": "sample string 11" }, "Pager": { "PageSize": 1, "Take": 2, "Skip": 3, "CurrentPage": 4.0, "TotalPage": "sample string 5", "TotalRecord": 6.0 } }
application/xml, text/xml
Sample:
<StandardMasterLister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain"> <Pager> <CurrentPage>4</CurrentPage> <PageSize>1</PageSize> <Skip>3</Skip> <Take>2</Take> <TotalPage>sample string 5</TotalPage> <TotalRecord>6</TotalRecord> </Pager> <SearchCriteria> <CompanyName>sample string 11</CompanyName> <ConformityTypeId>2</ConformityTypeId> <CreatedBy>8</CreatedBy> <CreatedDate>2025-08-29T20:25:39.7873226+00:00</CreatedDate> <CustomerId>1</CustomerId> <DeletedBy>1</DeletedBy> <DeletedDate>2025-08-29T20:25:39.7873226+00:00</DeletedDate> <Description>sample string 4</Description> <Id>1</Id> <IsActive>true</IsActive> <IsHide>true</IsHide> <LastModifiedBy>10</LastModifiedBy> <LastModifiedDate>2025-08-29T20:25:39.7873226+00:00</LastModifiedDate> <Name>sample string 3</Name> </SearchCriteria> <StandardMasters> <StandardMaster> <CompanyName>sample string 11</CompanyName> <ConformityTypeId>2</ConformityTypeId> <CreatedBy>8</CreatedBy> <CreatedDate>2025-08-29T20:25:39.7873226+00:00</CreatedDate> <CustomerId>1</CustomerId> <DeletedBy>1</DeletedBy> <DeletedDate>2025-08-29T20:25:39.7873226+00:00</DeletedDate> <Description>sample string 4</Description> <Id>1</Id> <IsActive>true</IsActive> <IsHide>true</IsHide> <LastModifiedBy>10</LastModifiedBy> <LastModifiedDate>2025-08-29T20:25:39.7873226+00:00</LastModifiedDate> <Name>sample string 3</Name> </StandardMaster> <StandardMaster> <CompanyName>sample string 11</CompanyName> <ConformityTypeId>2</ConformityTypeId> <CreatedBy>8</CreatedBy> <CreatedDate>2025-08-29T20:25:39.7873226+00:00</CreatedDate> <CustomerId>1</CustomerId> <DeletedBy>1</DeletedBy> <DeletedDate>2025-08-29T20:25:39.7873226+00:00</DeletedDate> <Description>sample string 4</Description> <Id>1</Id> <IsActive>true</IsActive> <IsHide>true</IsHide> <LastModifiedBy>10</LastModifiedBy> <LastModifiedDate>2025-08-29T20:25:39.7873226+00:00</LastModifiedDate> <Name>sample string 3</Name> </StandardMaster> </StandardMasters> </StandardMasterLister>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.