POST api/InwardTransfer/SaveReceiveMark
Request Information
URI Parameters
None.
Body Parameters
InwardReceiveMarkUpdateVM| Name | Description | Type | Additional information |
|---|---|---|---|
| InwTransId | integer |
Required |
|
| RecMarkingRemarks | string |
String length: inclusive between 0 and 100 |
|
| RecUser | integer |
Required |
|
| RecIp | string |
Required String length: inclusive between 0 and 20 |
Request Formats
application/json, text/json
Sample:
{
"InwTransId": 1,
"RecMarkingRemarks": "sample string 2",
"RecUser": 3,
"RecIp": "sample string 4"
}
application/xml, text/xml
Sample:
<InwardReceiveMarkUpdateVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <InwTransId>1</InwTransId> <RecIp>sample string 4</RecIp> <RecMarkingRemarks>sample string 2</RecMarkingRemarks> <RecUser>3</RecUser> </InwardReceiveMarkUpdateVM>
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.