POST sample/fluidproductdetails
Request Information
URI Parameters
None.
Body Parameters
Compartment| Name | Description | Type | Additional information |
|---|---|---|---|
| CompartmentID | integer |
None. |
|
| FK_Customer | integer |
None. |
|
| FK_CustomerSite | integer |
None. |
|
| FK_SiteArea | integer |
None. |
|
| FK_Unit | integer |
None. |
|
| CompartmentCode | string |
None. |
|
| CompartmentDescription | string |
None. |
|
| Sequ | integer |
None. |
|
| SerialNo | string |
None. |
|
| FK_CompType | integer |
None. |
|
| Capacity | integer |
None. |
|
| UOM | string |
None. |
|
| FK_FluidProduct | integer |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompartmentID": 1,
"FK_Customer": 2,
"FK_CustomerSite": 3,
"FK_SiteArea": 4,
"FK_Unit": 5,
"CompartmentCode": "sample string 6",
"CompartmentDescription": "sample string 7",
"Sequ": 8,
"SerialNo": "sample string 9",
"FK_CompType": 10,
"Capacity": 11,
"UOM": "sample string 12",
"FK_FluidProduct": 13,
"IsActive": true
}
application/xml, text/xml
Sample:
<Compartment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LimsPortalModels"> <Capacity>11</Capacity> <CompartmentCode>sample string 6</CompartmentCode> <CompartmentDescription>sample string 7</CompartmentDescription> <CompartmentID>1</CompartmentID> <FK_CompType>10</FK_CompType> <FK_Customer>2</FK_Customer> <FK_CustomerSite>3</FK_CustomerSite> <FK_FluidProduct>13</FK_FluidProduct> <FK_SiteArea>4</FK_SiteArea> <FK_Unit>5</FK_Unit> <IsActive>true</IsActive> <Sequ>8</Sequ> <SerialNo>sample string 9</SerialNo> <UOM>sample string 12</UOM> </Compartment>
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.