PUT ops/logs
Request Information
URI Parameters
None.
Body Parameters
LogPUTName | Description | Type | Additional information |
---|---|---|---|
Diameter | integer |
None. |
|
Id | integer |
None. |
|
LogLength | decimal number |
None. |
|
ModifiedBy | string |
None. |
|
StackId | integer |
None. |
|
TagNo | string |
None. |
|
Volume | decimal number |
None. |
|
Weight | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "diameter": 1, "id": 1, "logLength": 1.0, "modifiedBy": "sample string 2", "stackId": 1, "tagNo": "sample string 3", "volume": 1.1, "weight": 1.1 }
application/xml, text/xml
Sample:
<LogPUT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/myPortalApi.Models.Operations"> <Diameter>1</Diameter> <Id>1</Id> <LogLength>1</LogLength> <ModifiedBy>sample string 2</ModifiedBy> <StackId>1</StackId> <TagNo>sample string 3</TagNo> <Volume>1.1</Volume> <Weight>1.1</Weight> </LogPUT>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.