PUT api/ASS_CompTraffic/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

decimal number

Required

Body Parameters

ASS_CompTraffic
NameDescriptionTypeAdditional 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.

Request Formats

application/json, text/json

Sample:
{
  "idCompTraffic": 1.0,
  "idCompany": 1.0,
  "regDate": "2025-10-28T08:04:41.5879568+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:04:41.5879568+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:04:41.5879568+03:30</regDate>
</ASS_CompTraffic>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.