POST api/Assets/AssetInward_InsertManual?jwt={jwt}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| jwt | No documentation available. |
Define this parameter in the request URI. |
| inward | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"GatePass": "sample string 1",
"Requestid": "sample string 2",
"Assetcode": "sample string 3",
"AssetName": "sample string 4",
"AssetSrNo": "sample string 5",
"RFIDTag": "sample string 6",
"Incharge": "sample string 7",
"Vendor": "sample string 8",
"Address": "sample string 9",
"Vehicle": "sample string 10",
"Reason": "sample string 11",
"VerifyStatus": 12,
"verifiedby": "sample string 13",
"Assetout_on": "2025-12-15T00:36:03.8394722+05:30"
}
application/xml, text/xml
Sample:
<AssetOutDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ags_ATS_Tidel.Models"> <Address>sample string 9</Address> <AssetName>sample string 4</AssetName> <AssetSrNo>sample string 5</AssetSrNo> <Assetcode>sample string 3</Assetcode> <Assetout_on>2025-12-15T00:36:03.8394722+05:30</Assetout_on> <GatePass>sample string 1</GatePass> <Incharge>sample string 7</Incharge> <RFIDTag>sample string 6</RFIDTag> <Reason>sample string 11</Reason> <Requestid>sample string 2</Requestid> <Vehicle>sample string 10</Vehicle> <Vendor>sample string 8</Vendor> <VerifyStatus>12</VerifyStatus> <verifiedby>sample string 13</verifiedby> </AssetOutDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.