POST api/MachineManufacturer/GetAllForMachineInfo
Request Information
URI Parameters
None.
Body Parameters
MachineManufacturerLister| Name | Description | Type | Additional information |
|---|---|---|---|
| MachineManufacturers | Collection of MachineManufacturer |
None. |
|
| SearchCriteria | MachineManufacturer |
None. |
|
| Pager | Pager |
None. |
|
| userIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MachineManufacturers": [
{
"Id": 1,
"CustomerId": 2,
"Name": "sample string 3",
"AddressLine1": "sample string 4",
"AddressLine2": "sample string 5",
"City": "sample string 6",
"PostCode": "sample string 7",
"Country": "sample string 8",
"ImagePath": "sample string 9",
"CreatedDate": "2025-12-16T01:05:00.0987669+00:00",
"CreatedBy": 11,
"LastModifiedDate": "2025-12-16T01:05:00.0987669+00:00",
"LastModifiedBy": 13,
"DeletedDate": "2025-12-16T01:05:00.0987669+00:00",
"DeletedBy": 1,
"CompanyName": "sample string 14"
},
{
"Id": 1,
"CustomerId": 2,
"Name": "sample string 3",
"AddressLine1": "sample string 4",
"AddressLine2": "sample string 5",
"City": "sample string 6",
"PostCode": "sample string 7",
"Country": "sample string 8",
"ImagePath": "sample string 9",
"CreatedDate": "2025-12-16T01:05:00.0987669+00:00",
"CreatedBy": 11,
"LastModifiedDate": "2025-12-16T01:05:00.0987669+00:00",
"LastModifiedBy": 13,
"DeletedDate": "2025-12-16T01:05:00.0987669+00:00",
"DeletedBy": 1,
"CompanyName": "sample string 14"
}
],
"SearchCriteria": {
"Id": 1,
"CustomerId": 2,
"Name": "sample string 3",
"AddressLine1": "sample string 4",
"AddressLine2": "sample string 5",
"City": "sample string 6",
"PostCode": "sample string 7",
"Country": "sample string 8",
"ImagePath": "sample string 9",
"CreatedDate": "2025-12-16T01:05:00.0987669+00:00",
"CreatedBy": 11,
"LastModifiedDate": "2025-12-16T01:05:00.0987669+00:00",
"LastModifiedBy": 13,
"DeletedDate": "2025-12-16T01:05:00.0987669+00:00",
"DeletedBy": 1,
"CompanyName": "sample string 14"
},
"Pager": {
"PageSize": 1,
"Take": 2,
"Skip": 3,
"CurrentPage": 4.0,
"TotalPage": "sample string 5",
"TotalRecord": 6.0
},
"userIds": [
1,
2
]
}
application/xml, text/xml
Sample:
<MachineManufacturerLister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
<MachineManufacturers>
<MachineManufacturer>
<AddressLine1>sample string 4</AddressLine1>
<AddressLine2>sample string 5</AddressLine2>
<City>sample string 6</City>
<CompanyName>sample string 14</CompanyName>
<Country>sample string 8</Country>
<CreatedBy>11</CreatedBy>
<CreatedDate>2025-12-16T01:05:00.0987669+00:00</CreatedDate>
<CustomerId>2</CustomerId>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:00.0987669+00:00</DeletedDate>
<Id>1</Id>
<ImagePath>sample string 9</ImagePath>
<LastModifiedBy>13</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:00.0987669+00:00</LastModifiedDate>
<Name>sample string 3</Name>
<PostCode>sample string 7</PostCode>
</MachineManufacturer>
<MachineManufacturer>
<AddressLine1>sample string 4</AddressLine1>
<AddressLine2>sample string 5</AddressLine2>
<City>sample string 6</City>
<CompanyName>sample string 14</CompanyName>
<Country>sample string 8</Country>
<CreatedBy>11</CreatedBy>
<CreatedDate>2025-12-16T01:05:00.0987669+00:00</CreatedDate>
<CustomerId>2</CustomerId>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:00.0987669+00:00</DeletedDate>
<Id>1</Id>
<ImagePath>sample string 9</ImagePath>
<LastModifiedBy>13</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:00.0987669+00:00</LastModifiedDate>
<Name>sample string 3</Name>
<PostCode>sample string 7</PostCode>
</MachineManufacturer>
</MachineManufacturers>
<Pager>
<CurrentPage>4</CurrentPage>
<PageSize>1</PageSize>
<Skip>3</Skip>
<Take>2</Take>
<TotalPage>sample string 5</TotalPage>
<TotalRecord>6</TotalRecord>
</Pager>
<SearchCriteria>
<AddressLine1>sample string 4</AddressLine1>
<AddressLine2>sample string 5</AddressLine2>
<City>sample string 6</City>
<CompanyName>sample string 14</CompanyName>
<Country>sample string 8</Country>
<CreatedBy>11</CreatedBy>
<CreatedDate>2025-12-16T01:05:00.0987669+00:00</CreatedDate>
<CustomerId>2</CustomerId>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:00.0987669+00:00</DeletedDate>
<Id>1</Id>
<ImagePath>sample string 9</ImagePath>
<LastModifiedBy>13</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:00.0987669+00:00</LastModifiedDate>
<Name>sample string 3</Name>
<PostCode>sample string 7</PostCode>
</SearchCriteria>
<userIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</userIds>
</MachineManufacturerLister>
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.