PUT api/Container/UpdateContainer

Request Information

URI Parameters

None.

Body Parameters

UpdateContainerDto
NameDescriptionTypeAdditional information
Id

integer

None.

DeliverName

string

None.

DeliverDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "DeliverName": "sample string 2",
  "DeliverDate": "2025-11-08T06:11:04.9006878-08:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true