POST api/colltrn

Request Information

URI Parameters

None.

Body Parameters

colltrn
NameDescriptionTypeAdditional information
date

date

None.

timeflag

string

None.

srno

integer

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.

billno

integer

None.

snf

decimal number

None.

ACTFAT

string

None.

ACTSNF

string

None.

TRSHNO

integer

None.

TRSRNO

integer

None.

ROUTE

integer

None.

COWCANS

integer

None.

BUFCANS

integer

None.

POSTFLAG

string

None.

LC1

integer

None.

LC2

integer

None.

LC3

integer

None.

LC4

integer

None.

LC5

integer

None.

LC6

integer

None.

WTLC1

decimal number

None.

WTLC2

decimal number

None.

WTLC3

decimal number

None.

WTLC4

decimal number

None.

WTLC5

decimal number

None.

WTLC6

decimal number

None.

KILOQTY

decimal number

None.

tcheck

string

None.

lcheck

string

None.

wcheck

string

None.

VEHNO

string

None.

vehintime

string

None.

ratediff

string

None.

CreatedOn

date

None.

UpdatedBy

string

None.

UpdatedOn

date

None.

UpdateCount

integer

None.

UsageCount

integer

None.

Id

integer

None.

Active

boolean

None.

CreatedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "date": "2025-12-17T14:35:26.6923203+05:30",
  "timeflag": "sample string 2",
  "srno": 3,
  "memcode": 4,
  "catltype": "sample string 5",
  "degree": 6.1,
  "fat": 7.1,
  "qty": 8.1,
  "amount": 9.1,
  "rate": 10.1,
  "billno": 11,
  "snf": 12.1,
  "ACTFAT": "sample string 13",
  "ACTSNF": "sample string 14",
  "TRSHNO": 15,
  "TRSRNO": 16,
  "ROUTE": 17,
  "COWCANS": 18,
  "BUFCANS": 19,
  "POSTFLAG": "sample string 20",
  "LC1": 21,
  "LC2": 22,
  "LC3": 23,
  "LC4": 24,
  "LC5": 25,
  "LC6": 26,
  "WTLC1": 27.1,
  "WTLC2": 28.1,
  "WTLC3": 29.1,
  "WTLC4": 30.1,
  "WTLC5": 31.1,
  "WTLC6": 32.1,
  "KILOQTY": 33.1,
  "tcheck": "sample string 34",
  "lcheck": "sample string 35",
  "wcheck": "sample string 36",
  "VEHNO": "sample string 37",
  "vehintime": "sample string 38",
  "ratediff": "sample string 39",
  "CreatedOn": "2025-12-17T14:35:26.7082983+05:30",
  "UpdatedBy": "sample string 41",
  "UpdatedOn": "2025-12-17T14:35:26.7082983+05:30",
  "UpdateCount": 43,
  "UsageCount": 44,
  "Id": 45,
  "Active": true,
  "CreatedBy": "sample string 47"
}

application/xml, text/xml

Sample:
<colltrn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PEAPI.Model">
  <Active>true</Active>
  <CreatedBy>sample string 47</CreatedBy>
  <Id>45</Id>
  <ACTFAT>sample string 13</ACTFAT>
  <ACTSNF>sample string 14</ACTSNF>
  <BUFCANS>19</BUFCANS>
  <COWCANS>18</COWCANS>
  <CreatedOn>2025-12-17T14:35:26.7082983+05:30</CreatedOn>
  <KILOQTY>33.1</KILOQTY>
  <LC1>21</LC1>
  <LC2>22</LC2>
  <LC3>23</LC3>
  <LC4>24</LC4>
  <LC5>25</LC5>
  <LC6>26</LC6>
  <POSTFLAG>sample string 20</POSTFLAG>
  <ROUTE>17</ROUTE>
  <TRSHNO>15</TRSHNO>
  <TRSRNO>16</TRSRNO>
  <UpdateCount>43</UpdateCount>
  <UpdatedBy>sample string 41</UpdatedBy>
  <UpdatedOn>2025-12-17T14:35:26.7082983+05:30</UpdatedOn>
  <UsageCount>44</UsageCount>
  <VEHNO>sample string 37</VEHNO>
  <WTLC1>27.1</WTLC1>
  <WTLC2>28.1</WTLC2>
  <WTLC3>29.1</WTLC3>
  <WTLC4>30.1</WTLC4>
  <WTLC5>31.1</WTLC5>
  <WTLC6>32.1</WTLC6>
  <amount>9.1</amount>
  <billno>11</billno>
  <catltype>sample string 5</catltype>
  <date>2025-12-17T14:35:26.6923203+05:30</date>
  <degree>6.1</degree>
  <fat>7.1</fat>
  <lcheck>sample string 35</lcheck>
  <memcode>4</memcode>
  <qty>8.1</qty>
  <rate>10.1</rate>
  <ratediff>sample string 39</ratediff>
  <snf>12.1</snf>
  <srno>3</srno>
  <tcheck>sample string 34</tcheck>
  <timeflag>sample string 2</timeflag>
  <vehintime>sample string 38</vehintime>
  <wcheck>sample string 36</wcheck>
</colltrn>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.