PUT api/Company/UpdateCompany

Request Information

URI Parameters

None.

Body Parameters

CompanyUpdateObject
NameDescriptionTypeAdditional information
Id

integer

None.

CompanyEnName

string

None.

CompanyArName

string

None.

ModifiedBy

integer

None.

ModifiedAt

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CompanyEnName": "sample string 2",
  "CompanyArName": "sample string 3",
  "ModifiedBy": 4,
  "ModifiedAt": "2026-01-10T18:31:11.0389367-06:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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.