POST api/CylinderMaster
Request Information
URI Parameters
None.
Body Parameters
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. |
Request 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:01.0019678+05:30",
"CylMfrDate": "2025-12-08T01:54:01.0019678+05:30",
"CylManufacturer": "sample string 8",
"OwnerShipId": 9,
"CylinderWCId": 10,
"Cylinder_FillStatusId": 11,
"Cylinder_PresentStatusId": 12,
"CreatedDate": "2025-12-08T01:54:01.0019678+05:30",
"CreatedBy": "sample string 14"
}
application/xml, text/xml
Sample:
<CylinderMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities"> <CreatedBy>sample string 14</CreatedBy> <CreatedDate>2025-12-08T01:54:01.0019678+05:30</CreatedDate> <CylManufacturer>sample string 8</CylManufacturer> <CylMfrDate>2025-12-08T01:54:01.0019678+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:01.0019678+05:30</LastTestDate> <OwnerShipId>9</OwnerShipId> <TearWeight>5</TearWeight> <TearWeightUnitId>6</TearWeightUnitId> </CylinderMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |