POST sample/fluidproducts
Request Information
URI Parameters
None.
Body Parameters
tempc| Name | Description | Type | Additional information |
|---|---|---|---|
| STID | integer |
None. |
|
| FK_Customer | integer |
None. |
|
| CompartmentID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"STID": 1,
"FK_Customer": 2,
"CompartmentID": 3
}
application/xml, text/xml
Sample:
<tempc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrustLims_WebServices.Controllers"> <CompartmentID>3</CompartmentID> <FK_Customer>2</FK_Customer> <STID>1</STID> </tempc>
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.