POST EmployeeAttachments/Update

Request Information

URI Parameters

None.

Body Parameters

EmployeeAttachments
NameDescriptionTypeAdditional information
AttachmentID

integer

None.

CustomerID

integer

None.

EmployeeID

integer

None.

Name

string

None.

URL

string

None.

FileType

string

None.

FileSize

integer

None.

CreatedOn

date

None.

CreatedBy

string

None.

ModifiedOn

date

None.

ModifiedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AttachmentID": 1,
  "CustomerID": 1,
  "EmployeeID": 1,
  "Name": "sample string 2",
  "URL": "sample string 3",
  "FileType": "sample string 4",
  "FileSize": 1,
  "CreatedOn": "2026-02-24T18:48:33.8917888+07:00",
  "CreatedBy": "sample string 5",
  "ModifiedOn": "2026-02-24T18:48:33.8917888+07:00",
  "ModifiedBy": "sample string 6"
}

application/xml, text/xml

Sample:
<EmployeeAttachments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PongOi.Api.Models">
  <AttachmentID>1</AttachmentID>
  <CreatedBy>sample string 5</CreatedBy>
  <CreatedOn>2026-02-24T18:48:33.8917888+07:00</CreatedOn>
  <CustomerID>1</CustomerID>
  <EmployeeID>1</EmployeeID>
  <FileSize>1</FileSize>
  <FileType>sample string 4</FileType>
  <ModifiedBy>sample string 6</ModifiedBy>
  <ModifiedOn>2026-02-24T18:48:33.8917888+07:00</ModifiedOn>
  <Name>sample string 2</Name>
  <URL>sample string 3</URL>
</EmployeeAttachments>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.