POST api/GenBody/CloseGenBody
Request Information
URI Parameters
None.
Body Parameters
GenBodyClosingVM| Name | Description | Type | Additional information |
|---|---|---|---|
| GenBody | GenBodyLookupVM |
Required |
|
| Remarks | string |
Required String length: inclusive between 0 and 250 |
|
| ClosingUser | integer |
Required |
|
| ClosingIp | string |
Required String length: inclusive between 0 and 20 |
Request Formats
application/json, text/json
Sample:
{
"GenBody": {
"GenBodyId": 1,
"GenBodyDesc": "sample string 2"
},
"Remarks": "sample string 1",
"ClosingUser": 2,
"ClosingIp": "sample string 3"
}
application/xml, text/xml
Sample:
<GenBodyClosingVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
<ClosingIp>sample string 3</ClosingIp>
<ClosingUser>2</ClosingUser>
<GenBody>
<GenBodyDesc>sample string 2</GenBodyDesc>
<GenBodyId>1</GenBodyId>
</GenBody>
<Remarks>sample string 1</Remarks>
</GenBodyClosingVM>
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.