PUT api/executives/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ExecutiveModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Photo | string |
None. |
|
| Presence | integer |
None. |
|
| TelephoneExtension | string |
None. |
|
| LocationNote | string |
None. |
|
| Visible | boolean |
None. |
|
| AuthorId | integer |
None. |
|
| Author | string |
None. |
|
| Created | date |
None. |
|
| EditorId | integer |
None. |
|
| Editor | string |
None. |
|
| Modified | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Photo": "sample string 3",
"Presence": 1,
"TelephoneExtension": "sample string 4",
"LocationNote": "sample string 5",
"Visible": true,
"AuthorId": 6,
"Author": "sample string 7",
"Created": "2026-03-09T17:07:45.8803256-03:00",
"EditorId": 8,
"Editor": "sample string 9",
"Modified": "2026-03-09T17:07:45.8803256-03:00"
}
application/xml, text/xml
Sample:
<ExecutiveModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inpartec.Vale.AgendaDE.Model"> <Author>sample string 7</Author> <AuthorId>6</AuthorId> <Created>2026-03-09T17:07:45.8803256-03:00</Created> <Editor>sample string 9</Editor> <EditorId>8</EditorId> <Modified>2026-03-09T17:07:45.8803256-03:00</Modified> <Id>1</Id> <LocationNote>sample string 5</LocationNote> <Name>sample string 2</Name> <Photo>sample string 3</Photo> <Presence>1</Presence> <TelephoneExtension>sample string 4</TelephoneExtension> <Visible>true</Visible> </ExecutiveModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.