GET api/CylinderMaster
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CylinderMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| CylinderMasterId | integer |
None. |
|
| CylinderCode | string |
None. |
|
| CylinderRegNo | string |
None. |
|
| CylinderRotationNo | string |
None. |
|
| TearWeight | integer |
None. |
|
| TearWeightUnitId | integer |
None. |
|
| CylinderServiceType | string |
None. |
|
| LastTestDate | date |
None. |
|
| CylMfrDate | date |
None. |
|
| CylManufacturer | string |
None. |
|
| OwnerShipId | integer |
None. |
|
| CylinderWCId | integer |
None. |
|
| Cylinder_FillStatusId | integer |
None. |
|
| Cylinder_PresentStatusId | integer |
None. |
|
| CreatedDate | date |
Data type: DateTime |
|
| CreatedBy | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CylinderMasterId": 1,
"CylinderCode": "sample string 2",
"CylinderRegNo": "sample string 3",
"CylinderRotationNo": "sample string 4",
"TearWeight": 5,
"TearWeightUnitId": 6,
"CylinderServiceType": "sample string 7",
"LastTestDate": "2025-12-08T01:54:48.4863689+05:30",
"CylMfrDate": "2025-12-08T01:54:48.4863689+05:30",
"CylManufacturer": "sample string 8",
"OwnerShipId": 9,
"CylinderWCId": 10,
"Cylinder_FillStatusId": 11,
"Cylinder_PresentStatusId": 12,
"CreatedDate": "2025-12-08T01:54:48.4863689+05:30",
"CreatedBy": "sample string 14"
},
{
"CylinderMasterId": 1,
"CylinderCode": "sample string 2",
"CylinderRegNo": "sample string 3",
"CylinderRotationNo": "sample string 4",
"TearWeight": 5,
"TearWeightUnitId": 6,
"CylinderServiceType": "sample string 7",
"LastTestDate": "2025-12-08T01:54:48.4863689+05:30",
"CylMfrDate": "2025-12-08T01:54:48.4863689+05:30",
"CylManufacturer": "sample string 8",
"OwnerShipId": 9,
"CylinderWCId": 10,
"Cylinder_FillStatusId": 11,
"Cylinder_PresentStatusId": 12,
"CreatedDate": "2025-12-08T01:54:48.4863689+05:30",
"CreatedBy": "sample string 14"
}
]
application/xml, text/xml
Sample:
<ArrayOfCylinderMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">
<CylinderMaster>
<CreatedBy>sample string 14</CreatedBy>
<CreatedDate>2025-12-08T01:54:48.4863689+05:30</CreatedDate>
<CylManufacturer>sample string 8</CylManufacturer>
<CylMfrDate>2025-12-08T01:54:48.4863689+05:30</CylMfrDate>
<CylinderCode>sample string 2</CylinderCode>
<CylinderMasterId>1</CylinderMasterId>
<CylinderRegNo>sample string 3</CylinderRegNo>
<CylinderRotationNo>sample string 4</CylinderRotationNo>
<CylinderServiceType>sample string 7</CylinderServiceType>
<CylinderWCId>10</CylinderWCId>
<Cylinder_FillStatusId>11</Cylinder_FillStatusId>
<Cylinder_PresentStatusId>12</Cylinder_PresentStatusId>
<LastTestDate>2025-12-08T01:54:48.4863689+05:30</LastTestDate>
<OwnerShipId>9</OwnerShipId>
<TearWeight>5</TearWeight>
<TearWeightUnitId>6</TearWeightUnitId>
</CylinderMaster>
<CylinderMaster>
<CreatedBy>sample string 14</CreatedBy>
<CreatedDate>2025-12-08T01:54:48.4863689+05:30</CreatedDate>
<CylManufacturer>sample string 8</CylManufacturer>
<CylMfrDate>2025-12-08T01:54:48.4863689+05:30</CylMfrDate>
<CylinderCode>sample string 2</CylinderCode>
<CylinderMasterId>1</CylinderMasterId>
<CylinderRegNo>sample string 3</CylinderRegNo>
<CylinderRotationNo>sample string 4</CylinderRotationNo>
<CylinderServiceType>sample string 7</CylinderServiceType>
<CylinderWCId>10</CylinderWCId>
<Cylinder_FillStatusId>11</Cylinder_FillStatusId>
<Cylinder_PresentStatusId>12</Cylinder_PresentStatusId>
<LastTestDate>2025-12-08T01:54:48.4863689+05:30</LastTestDate>
<OwnerShipId>9</OwnerShipId>
<TearWeight>5</TearWeight>
<TearWeightUnitId>6</TearWeightUnitId>
</CylinderMaster>
</ArrayOfCylinderMaster>