GET api/Weighbridge
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
WeighbridgeApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Weighbridges | Collection of WeighbridgeApi |
None. |
|
| RequestStatus | RequestStatus |
None. |
Response Formats
application/json, text/json
Sample:
{
"Weighbridges": [
{
"Id": 1,
"Name": "sample string 2",
"WBCode": "sample string 3",
"InitialKioskFlowGroupId": 1,
"ScaleConfigurationCode": "sample string 4",
"StartKioskFlowGroupId": 1,
"WeighModeCode": "sample string 5",
"CreatedOn": "2025-12-19T06:06:42.1567344-06:00",
"CreatedBy": "sample string 6",
"ModifiedBy": "sample string 7",
"ModifiedOn": "2025-12-19T06:06:42.1567344-06:00",
"RowVersion": "QEA=",
"MasterId": 8,
"SourceChannel": "sample string 9",
"CompanyTitle": "sample string 10",
"InitialKioskFlowGroupXml": {
"Name": "sample string 1",
"MasterId": 2
},
"StartKioskFlowGroupXml": {
"Name": "sample string 1",
"MasterId": 2
}
},
{
"Id": 1,
"Name": "sample string 2",
"WBCode": "sample string 3",
"InitialKioskFlowGroupId": 1,
"ScaleConfigurationCode": "sample string 4",
"StartKioskFlowGroupId": 1,
"WeighModeCode": "sample string 5",
"CreatedOn": "2025-12-19T06:06:42.1567344-06:00",
"CreatedBy": "sample string 6",
"ModifiedBy": "sample string 7",
"ModifiedOn": "2025-12-19T06:06:42.1567344-06:00",
"RowVersion": "QEA=",
"MasterId": 8,
"SourceChannel": "sample string 9",
"CompanyTitle": "sample string 10",
"InitialKioskFlowGroupXml": {
"Name": "sample string 1",
"MasterId": 2
},
"StartKioskFlowGroupXml": {
"Name": "sample string 1",
"MasterId": 2
}
}
],
"RequestStatus": {
"errormessage": "sample string 1",
"success": true,
"version": "sample string 3"
}
}
application/xml, text/xml
Sample:
<response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RequestStatus>
<errormessage>sample string 1</errormessage>
<success>true</success>
<version>sample string 3</version>
</RequestStatus>
<weighbridges>
<weighbridge>
<Name>sample string 2</Name>
<WBCode>sample string 3</WBCode>
<ScaleConfigurationCode>sample string 4</ScaleConfigurationCode>
<WeighModeCode>sample string 5</WeighModeCode>
<CreatedOn>2025-12-19T06:06:42.1567344-06:00</CreatedOn>
<CreatedBy>sample string 6</CreatedBy>
<ModifiedBy>sample string 7</ModifiedBy>
<ModifiedOn>2025-12-19T06:06:42.1567344-06:00</ModifiedOn>
<MasterId>8</MasterId>
<SourceChannel>sample string 9</SourceChannel>
<CompanyTitle>sample string 10</CompanyTitle>
<initialkioskflowgroup>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</initialkioskflowgroup>
<startkioskflowgroup>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</startkioskflowgroup>
</weighbridge>
<weighbridge>
<Name>sample string 2</Name>
<WBCode>sample string 3</WBCode>
<ScaleConfigurationCode>sample string 4</ScaleConfigurationCode>
<WeighModeCode>sample string 5</WeighModeCode>
<CreatedOn>2025-12-19T06:06:42.1567344-06:00</CreatedOn>
<CreatedBy>sample string 6</CreatedBy>
<ModifiedBy>sample string 7</ModifiedBy>
<ModifiedOn>2025-12-19T06:06:42.1567344-06:00</ModifiedOn>
<MasterId>8</MasterId>
<SourceChannel>sample string 9</SourceChannel>
<CompanyTitle>sample string 10</CompanyTitle>
<initialkioskflowgroup>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</initialkioskflowgroup>
<startkioskflowgroup>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</startkioskflowgroup>
</weighbridge>
</weighbridges>
</response>