PUT api/ContainerDeliverInfo/EditContainerDeliverInfo

Request Information

URI Parameters

None.

Body Parameters

EditContainerDeliverInfoDto
NameDescriptionTypeAdditional information
Id

integer

None.

DriverName

string

None.

Phone

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "DriverName": "sample string 2",
  "Phone": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true