POST api/AFNI/CreatePersonalInforUpdateHRIS

Request Information

URI Parameters

None.

Body Parameters

PersonalInfo
NameDescriptionTypeAdditional information
id

integer

None.

empid

string

None.

FormType

string

None.

dateCreated

date

None.

UpdatedValues

string

None.

IsApproved

boolean

None.

IsPosted

boolean

None.

tamsID

string

None.

ErrorMessage

string

None.

param

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
{
  "param": null,
  "id": 1,
  "empid": "sample string 2",
  "FormType": "sample string 3",
  "dateCreated": "2025-12-21T15:03:25.1523049+00:00",
  "UpdatedValues": "sample string 5",
  "IsApproved": true,
  "IsPosted": true,
  "tamsID": "sample string 8",
  "ErrorMessage": ""
}

application/xml, text/xml

Sample:
<PersonalInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AFNIAPI.Utils">
  <param xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/" />
  <FormType>sample string 3</FormType>
  <IsApproved>true</IsApproved>
  <IsPosted>true</IsPosted>
  <UpdatedValues>sample string 5</UpdatedValues>
  <dateCreated>2025-12-21T15:03:25.1523049+00:00</dateCreated>
  <empid>sample string 2</empid>
  <id>1</id>
  <tamsID>sample string 8</tamsID>
</PersonalInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>