PUT api/BLTarifDetails/UpdateTarif

Request Information

URI Parameters

None.

Body Parameters

EditBLTarifDetailsDto
NameDescriptionTypeAdditional information
Id

integer

None.

BlNumber

string

None.

EnterDate

date

None.

Amount

decimal number

None.

Freight

decimal number

None.

FOB

decimal number

None.

Notes

string

None.

Status

string

None.

UserName

string

None.

CreatedDate

date

None.

LastUpdateUserName

string

None.

LastUpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "BlNumber": "sample string 2",
  "EnterDate": "2025-11-08T06:28:04.9692081-08:00",
  "Amount": 4.1,
  "Freight": 5.1,
  "FOB": 6.1,
  "Notes": "sample string 7",
  "Status": "sample string 8",
  "UserName": "sample string 9",
  "CreatedDate": "2025-11-08T06:28:04.9692081-08:00",
  "LastUpdateUserName": "sample string 11",
  "LastUpdatedDate": "2025-11-08T06:28:04.9692081-08:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true