POST api/colltrnNew
Request Information
URI Parameters
None.
Body Parameters
colltrnNew| Name | Description | Type | Additional information |
|---|---|---|---|
| date | string |
None. |
|
| timeflag | string |
None. |
|
| memcode | integer |
None. |
|
| catltype | string |
None. |
|
| degree | decimal number |
None. |
|
| fat | decimal number |
None. |
|
| qty | decimal number |
None. |
|
| amount | decimal number |
None. |
|
| rate | decimal number |
None. |
|
| snf | decimal number |
None. |
|
| Id | integer |
None. |
|
| Active | boolean |
None. |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"date": "sample string 1",
"timeflag": "sample string 2",
"memcode": 3,
"catltype": "sample string 4",
"degree": 5.1,
"fat": 6.1,
"qty": 7.1,
"amount": 8.1,
"rate": 9.1,
"snf": 10.1,
"Id": 11,
"Active": true,
"CreatedBy": "sample string 13"
}
application/xml, text/xml
Sample:
<colltrnNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PEAPI.Model"> <Active>true</Active> <CreatedBy>sample string 13</CreatedBy> <Id>11</Id> <amount>8.1</amount> <catltype>sample string 4</catltype> <date>sample string 1</date> <degree>5.1</degree> <fat>6.1</fat> <memcode>3</memcode> <qty>7.1</qty> <rate>9.1</rate> <snf>10.1</snf> <timeflag>sample string 2</timeflag> </colltrnNew>
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.