POST api/MachineAuthorisedRepresentative/GetAll
Request Information
URI Parameters
None.
Body Parameters
MachineAuthorisedRepresentativeLister| Name | Description | Type | Additional information |
|---|---|---|---|
| MachineAuthorisedRepresentatives | Collection of MachineAuthorisedRepresentative |
None. |
|
| SearchCriteria | MachineAuthorisedRepresentative |
None. |
|
| Pager | Pager |
None. |
|
| userIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MachineAuthorisedRepresentatives": [
{
"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",
"CreatedDate": "2025-12-16T01:01:51.7680564+00:00",
"CreatedBy": 10,
"LastModifiedDate": "2025-12-16T01:01:51.7680564+00:00",
"LastModifiedBy": 12,
"DeletedDate": "2025-12-16T01:01:51.7680564+00:00",
"DeletedBy": 1,
"CompanyName": "sample string 13"
},
{
"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",
"CreatedDate": "2025-12-16T01:01:51.7680564+00:00",
"CreatedBy": 10,
"LastModifiedDate": "2025-12-16T01:01:51.7680564+00:00",
"LastModifiedBy": 12,
"DeletedDate": "2025-12-16T01:01:51.7680564+00:00",
"DeletedBy": 1,
"CompanyName": "sample string 13"
}
],
"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",
"CreatedDate": "2025-12-16T01:01:51.7680564+00:00",
"CreatedBy": 10,
"LastModifiedDate": "2025-12-16T01:01:51.7680564+00:00",
"LastModifiedBy": 12,
"DeletedDate": "2025-12-16T01:01:51.7680564+00:00",
"DeletedBy": 1,
"CompanyName": "sample string 13"
},
"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:
<MachineAuthorisedRepresentativeLister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
<MachineAuthorisedRepresentatives>
<MachineAuthorisedRepresentative>
<AddressLine1>sample string 4</AddressLine1>
<AddressLine2>sample string 5</AddressLine2>
<City>sample string 6</City>
<CompanyName>sample string 13</CompanyName>
<Country>sample string 8</Country>
<CreatedBy>10</CreatedBy>
<CreatedDate>2025-12-16T01:01:51.7680564+00:00</CreatedDate>
<CustomerId>2</CustomerId>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:01:51.7680564+00:00</DeletedDate>
<Id>1</Id>
<LastModifiedBy>12</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:01:51.7680564+00:00</LastModifiedDate>
<Name>sample string 3</Name>
<PostCode>sample string 7</PostCode>
</MachineAuthorisedRepresentative>
<MachineAuthorisedRepresentative>
<AddressLine1>sample string 4</AddressLine1>
<AddressLine2>sample string 5</AddressLine2>
<City>sample string 6</City>
<CompanyName>sample string 13</CompanyName>
<Country>sample string 8</Country>
<CreatedBy>10</CreatedBy>
<CreatedDate>2025-12-16T01:01:51.7680564+00:00</CreatedDate>
<CustomerId>2</CustomerId>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:01:51.7680564+00:00</DeletedDate>
<Id>1</Id>
<LastModifiedBy>12</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:01:51.7680564+00:00</LastModifiedDate>
<Name>sample string 3</Name>
<PostCode>sample string 7</PostCode>
</MachineAuthorisedRepresentative>
</MachineAuthorisedRepresentatives>
<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 13</CompanyName>
<Country>sample string 8</Country>
<CreatedBy>10</CreatedBy>
<CreatedDate>2025-12-16T01:01:51.7680564+00:00</CreatedDate>
<CustomerId>2</CustomerId>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:01:51.7680564+00:00</DeletedDate>
<Id>1</Id>
<LastModifiedBy>12</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:01:51.7680564+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>
</MachineAuthorisedRepresentativeLister>
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.