PUT api/Mobile/fgas/cylinders

update cylinders.

Request Information

URI Parameters

None.

Body Parameters

Collection of IBMS_Cloud_API.Controllers.MobileRefrigerantsController+CylinderFields
NameDescriptionTypeAdditional information
CylinderID

integer

None.

StatusID

integer

None.

SourceID

integer

None.

SerialNumber

string

None.

TypeID

integer

None.

RefrigerantTypeID

integer

None.

RefrigerantName

string

None.

SupplierID

integer

None.

SupplierName

string

None.

PurchaseDate

date

None.

Returned

boolean

None.

ReturnedDate

date

None.

MaxChargeKG

decimal number

None.

Volume

decimal number

None.

TareWeight

decimal number

None.

Condition

string

None.

Notes

string

None.

SiteID

integer

None.

SiteName

string

None.

EmployeeID

integer

None.

EmployeeName

string

None.

CylinderPhoto

string

None.

CylinderQRcode

string

None.

InternalID

string

None.

ReturnByDate

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "CylinderID": 1,
    "StatusID": 2,
    "SourceID": 3,
    "SerialNumber": "sample string 4",
    "TypeID": 5,
    "RefrigerantTypeID": 6,
    "RefrigerantName": "sample string 7",
    "SupplierID": 8,
    "SupplierName": "sample string 9",
    "PurchaseDate": "2025-04-28T15:52:20.0676757+01:00",
    "Returned": true,
    "ReturnedDate": "2025-04-28T15:52:20.0676757+01:00",
    "MaxChargeKG": 13.1,
    "Volume": 14.1,
    "TareWeight": 15.1,
    "Condition": "sample string 16",
    "Notes": "sample string 17",
    "SiteID": 18,
    "SiteName": "sample string 19",
    "EmployeeID": 20,
    "EmployeeName": "sample string 21",
    "CylinderPhoto": "sample string 22",
    "CylinderQRcode": "sample string 23",
    "InternalID": "sample string 24",
    "ReturnByDate": "2025-04-28T15:52:20.0676757+01:00"
  },
  {
    "CylinderID": 1,
    "StatusID": 2,
    "SourceID": 3,
    "SerialNumber": "sample string 4",
    "TypeID": 5,
    "RefrigerantTypeID": 6,
    "RefrigerantName": "sample string 7",
    "SupplierID": 8,
    "SupplierName": "sample string 9",
    "PurchaseDate": "2025-04-28T15:52:20.0676757+01:00",
    "Returned": true,
    "ReturnedDate": "2025-04-28T15:52:20.0676757+01:00",
    "MaxChargeKG": 13.1,
    "Volume": 14.1,
    "TareWeight": 15.1,
    "Condition": "sample string 16",
    "Notes": "sample string 17",
    "SiteID": 18,
    "SiteName": "sample string 19",
    "EmployeeID": 20,
    "EmployeeName": "sample string 21",
    "CylinderPhoto": "sample string 22",
    "CylinderQRcode": "sample string 23",
    "InternalID": "sample string 24",
    "ReturnByDate": "2025-04-28T15:52:20.0676757+01:00"
  }
]

text/html

Sample:
[{"CylinderID":1,"StatusID":2,"SourceID":3,"SerialNumber":"sample string 4","TypeID":5,"RefrigerantTypeID":6,"RefrigerantName":"sample string 7","SupplierID":8,"SupplierName":"sample string 9","PurchaseDate":"2025-04-28T15:52:20.0676757+01:00","Returned":true,"ReturnedDate":"2025-04-28T15:52:20.0676757+01:00","MaxChargeKG":13.1,"Volume":14.1,"TareWeight":15.1,"Condition":"sample string 16","Notes":"sample string 17","SiteID":18,"SiteName":"sample string 19","EmployeeID":20,"EmployeeName":"sample string 21","CylinderPhoto":"sample string 22","CylinderQRcode":"sample string 23","InternalID":"sample string 24","ReturnByDate":"2025-04-28T15:52:20.0676757+01:00"},{"CylinderID":1,"StatusID":2,"SourceID":3,"SerialNumber":"sample string 4","TypeID":5,"RefrigerantTypeID":6,"RefrigerantName":"sample string 7","SupplierID":8,"SupplierName":"sample string 9","PurchaseDate":"2025-04-28T15:52:20.0676757+01:00","Returned":true,"ReturnedDate":"2025-04-28T15:52:20.0676757+01:00","MaxChargeKG":13.1,"Volume":14.1,"TareWeight":15.1,"Condition":"sample string 16","Notes":"sample string 17","SiteID":18,"SiteName":"sample string 19","EmployeeID":20,"EmployeeName":"sample string 21","CylinderPhoto":"sample string 22","CylinderQRcode":"sample string 23","InternalID":"sample string 24","ReturnByDate":"2025-04-28T15:52:20.0676757+01:00"}]

application/xml, text/xml

Sample:
<ArrayOfMobileRefrigerantsController.CylinderFields xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IBMS_Cloud_API.Controllers">
  <MobileRefrigerantsController.CylinderFields>
    <Condition>sample string 16</Condition>
    <CylinderID>1</CylinderID>
    <CylinderPhoto>sample string 22</CylinderPhoto>
    <CylinderQRcode>sample string 23</CylinderQRcode>
    <EmployeeID>20</EmployeeID>
    <EmployeeName>sample string 21</EmployeeName>
    <InternalID>sample string 24</InternalID>
    <MaxChargeKG>13.1</MaxChargeKG>
    <Notes>sample string 17</Notes>
    <PurchaseDate>2025-04-28T15:52:20.0676757+01:00</PurchaseDate>
    <RefrigerantName>sample string 7</RefrigerantName>
    <RefrigerantTypeID>6</RefrigerantTypeID>
    <ReturnByDate>2025-04-28T15:52:20.0676757+01:00</ReturnByDate>
    <Returned>true</Returned>
    <ReturnedDate>2025-04-28T15:52:20.0676757+01:00</ReturnedDate>
    <SerialNumber>sample string 4</SerialNumber>
    <SiteID>18</SiteID>
    <SiteName>sample string 19</SiteName>
    <SourceID>3</SourceID>
    <StatusID>2</StatusID>
    <SupplierID>8</SupplierID>
    <SupplierName>sample string 9</SupplierName>
    <TareWeight>15.1</TareWeight>
    <TypeID>5</TypeID>
    <Volume>14.1</Volume>
  </MobileRefrigerantsController.CylinderFields>
  <MobileRefrigerantsController.CylinderFields>
    <Condition>sample string 16</Condition>
    <CylinderID>1</CylinderID>
    <CylinderPhoto>sample string 22</CylinderPhoto>
    <CylinderQRcode>sample string 23</CylinderQRcode>
    <EmployeeID>20</EmployeeID>
    <EmployeeName>sample string 21</EmployeeName>
    <InternalID>sample string 24</InternalID>
    <MaxChargeKG>13.1</MaxChargeKG>
    <Notes>sample string 17</Notes>
    <PurchaseDate>2025-04-28T15:52:20.0676757+01:00</PurchaseDate>
    <RefrigerantName>sample string 7</RefrigerantName>
    <RefrigerantTypeID>6</RefrigerantTypeID>
    <ReturnByDate>2025-04-28T15:52:20.0676757+01:00</ReturnByDate>
    <Returned>true</Returned>
    <ReturnedDate>2025-04-28T15:52:20.0676757+01:00</ReturnedDate>
    <SerialNumber>sample string 4</SerialNumber>
    <SiteID>18</SiteID>
    <SiteName>sample string 19</SiteName>
    <SourceID>3</SourceID>
    <StatusID>2</StatusID>
    <SupplierID>8</SupplierID>
    <SupplierName>sample string 9</SupplierName>
    <TareWeight>15.1</TareWeight>
    <TypeID>5</TypeID>
    <Volume>14.1</Volume>
  </MobileRefrigerantsController.CylinderFields>
</ArrayOfMobileRefrigerantsController.CylinderFields>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json, text/html

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />