POST api/UserPlanRequest/GetAll
Request Information
URI Parameters
None.
Body Parameters
UserPlanLister| Name | Description | Type | Additional information |
|---|---|---|---|
| UserPlans | Collection of UserPlan |
None. |
|
| SearchCriteria | UserPlan |
None. |
|
| Pager | Pager |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserPlans": [
{
"Id": 1,
"PlanId": 2,
"UserId": 3,
"StartDate": "2025-12-16T01:04:31.0747695+00:00",
"Name": "sample string 5",
"NumberOfMachines": "sample string 6",
"IsActive": true,
"IsApproved": true,
"CreatedBy": 9,
"CreatedDate": "2025-12-16T01:04:31.0747695+00:00",
"LastModifiedBy": 11,
"LastModifiedDate": "2025-12-16T01:04:31.0747695+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:04:31.0747695+00:00",
"CustomerPlanName": "sample string 13",
"UserCompanyName": "sample string 14",
"TotalNumberOfCreateMachinesCount": 15
},
{
"Id": 1,
"PlanId": 2,
"UserId": 3,
"StartDate": "2025-12-16T01:04:31.0747695+00:00",
"Name": "sample string 5",
"NumberOfMachines": "sample string 6",
"IsActive": true,
"IsApproved": true,
"CreatedBy": 9,
"CreatedDate": "2025-12-16T01:04:31.0747695+00:00",
"LastModifiedBy": 11,
"LastModifiedDate": "2025-12-16T01:04:31.0747695+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:04:31.0747695+00:00",
"CustomerPlanName": "sample string 13",
"UserCompanyName": "sample string 14",
"TotalNumberOfCreateMachinesCount": 15
}
],
"SearchCriteria": {
"Id": 1,
"PlanId": 2,
"UserId": 3,
"StartDate": "2025-12-16T01:04:31.0747695+00:00",
"Name": "sample string 5",
"NumberOfMachines": "sample string 6",
"IsActive": true,
"IsApproved": true,
"CreatedBy": 9,
"CreatedDate": "2025-12-16T01:04:31.0747695+00:00",
"LastModifiedBy": 11,
"LastModifiedDate": "2025-12-16T01:04:31.0747695+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:04:31.0747695+00:00",
"CustomerPlanName": "sample string 13",
"UserCompanyName": "sample string 14",
"TotalNumberOfCreateMachinesCount": 15
},
"Pager": {
"PageSize": 1,
"Take": 2,
"Skip": 3,
"CurrentPage": 4.0,
"TotalPage": "sample string 5",
"TotalRecord": 6.0
}
}
application/xml, text/xml
Sample:
<UserPlanLister 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>
<CreatedBy>9</CreatedBy>
<CreatedDate>2025-12-16T01:04:31.0747695+00:00</CreatedDate>
<CustomerPlanName>sample string 13</CustomerPlanName>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:04:31.0747695+00:00</DeletedDate>
<Id>1</Id>
<IsActive>true</IsActive>
<IsApproved>true</IsApproved>
<LastModifiedBy>11</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:04:31.0747695+00:00</LastModifiedDate>
<Name>sample string 5</Name>
<NumberOfMachines>sample string 6</NumberOfMachines>
<PlanId>2</PlanId>
<StartDate>2025-12-16T01:04:31.0747695+00:00</StartDate>
<TotalNumberOfCreateMachinesCount>15</TotalNumberOfCreateMachinesCount>
<UserCompanyName>sample string 14</UserCompanyName>
<UserId>3</UserId>
</SearchCriteria>
<UserPlans>
<UserPlan>
<CreatedBy>9</CreatedBy>
<CreatedDate>2025-12-16T01:04:31.0747695+00:00</CreatedDate>
<CustomerPlanName>sample string 13</CustomerPlanName>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:04:31.0747695+00:00</DeletedDate>
<Id>1</Id>
<IsActive>true</IsActive>
<IsApproved>true</IsApproved>
<LastModifiedBy>11</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:04:31.0747695+00:00</LastModifiedDate>
<Name>sample string 5</Name>
<NumberOfMachines>sample string 6</NumberOfMachines>
<PlanId>2</PlanId>
<StartDate>2025-12-16T01:04:31.0747695+00:00</StartDate>
<TotalNumberOfCreateMachinesCount>15</TotalNumberOfCreateMachinesCount>
<UserCompanyName>sample string 14</UserCompanyName>
<UserId>3</UserId>
</UserPlan>
<UserPlan>
<CreatedBy>9</CreatedBy>
<CreatedDate>2025-12-16T01:04:31.0747695+00:00</CreatedDate>
<CustomerPlanName>sample string 13</CustomerPlanName>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:04:31.0747695+00:00</DeletedDate>
<Id>1</Id>
<IsActive>true</IsActive>
<IsApproved>true</IsApproved>
<LastModifiedBy>11</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:04:31.0747695+00:00</LastModifiedDate>
<Name>sample string 5</Name>
<NumberOfMachines>sample string 6</NumberOfMachines>
<PlanId>2</PlanId>
<StartDate>2025-12-16T01:04:31.0747695+00:00</StartDate>
<TotalNumberOfCreateMachinesCount>15</TotalNumberOfCreateMachinesCount>
<UserCompanyName>sample string 14</UserCompanyName>
<UserId>3</UserId>
</UserPlan>
</UserPlans>
</UserPlanLister>
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.