GET api/ASS_CompTraffic/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
ASS_CompTraffic| Name | Description | Type | Additional information |
|---|---|---|---|
| idCompTraffic | decimal number |
None. |
|
| idCompany | decimal number |
None. |
|
| regDate | date |
None. |
|
| TrNumber | string |
None. |
|
| BarNumber | string |
None. |
|
| TrType | byte |
None. |
|
| BarPrice | decimal number |
None. |
|
| TrDest | decimal number |
None. |
|
| DrvCard | decimal number |
None. |
|
| TrDate | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idCompTraffic": 1.0,
"idCompany": 1.0,
"regDate": "2025-10-28T08:01:54.3785589+03:30",
"TrNumber": "sample string 2",
"BarNumber": "sample string 3",
"TrType": 64,
"BarPrice": 1.0,
"TrDest": 1.0,
"DrvCard": 1.0,
"TrDate": "sample string 4"
}
text/html
Sample:
{"idCompTraffic":1.0,"idCompany":1.0,"regDate":"2025-10-28T08:01:54.3785589+03:30","TrNumber":"sample string 2","BarNumber":"sample string 3","TrType":64,"BarPrice":1.0,"TrDest":1.0,"DrvCard":1.0,"TrDate":"sample string 4"}
application/xml, text/xml
Sample:
<ASS_CompTraffic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjomanServices.Models"> <BarNumber>sample string 3</BarNumber> <BarPrice>1</BarPrice> <DrvCard>1</DrvCard> <TrDate>sample string 4</TrDate> <TrDest>1</TrDest> <TrNumber>sample string 2</TrNumber> <TrType>64</TrType> <idCompTraffic>1</idCompTraffic> <idCompany>1</idCompany> <regDate>2025-10-28T08:01:54.3785589+03:30</regDate> </ASS_CompTraffic>