PUT events/transportation/users/{id}


Update a transportation user

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

None.

Body Parameters

UsersInsertUpdateRequest
NameDescriptionTypeAdditional information
CapacityRequired

integer

None.

EmployeeId

integer

None.

FirstName

string

None.

LastName

string

None.

TransportationId

integer

None.

WorkshiftId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CapacityRequired": 1,
  "EmployeeId": 2,
  "FirstName": "sample string 3",
  "LastName": "sample string 4",
  "TransportationId": 5,
  "WorkshiftId": 6
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

An HttpResponseMessage containing a bool, informing the client whether or not a transportation user was updated.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.