POST api/Process/SaveCvs
Request Information
URI Parameters
None.
Body Parameters
tbCVSmodel| Name | Description | Type | Additional information |
|---|---|---|---|
| CVSID | integer |
None. |
|
| RangeStart | decimal number |
Required Range: inclusive between 0 and 2147483647 |
|
| RangeEnd | decimal number |
Required Range: inclusive between 0 and 2147483647 |
|
| Rate | decimal number |
Required Range: inclusive between 0 and 2147483647 |
|
| CvsType | integer |
Required Range: inclusive between 0 and 2147483647 |
Request Formats
application/json, text/json
Sample:
{
"CVSID": 1,
"RangeStart": 2.0,
"RangeEnd": 3.0,
"Rate": 4.0,
"CvsType": 5
}
application/xml, text/xml
Sample:
<tbCVSmodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cargo.Data.Model"> <CVSID>1</CVSID> <CvsType>5</CvsType> <RangeEnd>3</RangeEnd> <RangeStart>2</RangeStart> <Rate>4</Rate> </tbCVSmodel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.