POST api/SmatBot/GetAssociatePFESIC

Request Information

URI Parameters

None.

Body Parameters

ValidateEmployeeSmatBot
NameDescriptionTypeAdditional information
GNETAssociateID

string

None.

UserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "GNETAssociateID": "sample string 1",
  "UserId": "sample string 2"
}

application/xml, text/xml

Sample:
<ValidateEmployeeSmatBot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigiOneAPI.Models">
  <GNETAssociateID>sample string 1</GNETAssociateID>
  <UserId>sample string 2</UserId>
</ValidateEmployeeSmatBot>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ValidateEmployeeSmatBot'.

Response Information

Resource Description

EmployeePFESICSmatBotResponse
NameDescriptionTypeAdditional information
GNETAssociateID

string

None.

UANNumber

string

None.

ESICNumber

string

None.

PFNumber

string

None.

Status

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "GNETAssociateID": "sample string 1",
  "UANNumber": "sample string 2",
  "ESICNumber": "sample string 3",
  "PFNumber": "sample string 4",
  "Status": "sample string 5",
  "Message": "sample string 6"
}

application/xml, text/xml

Sample:
<EmployeePFESICSmatBotResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigiOneAPI.Models">
  <ESICNumber>sample string 3</ESICNumber>
  <GNETAssociateID>sample string 1</GNETAssociateID>
  <Message>sample string 6</Message>
  <PFNumber>sample string 4</PFNumber>
  <Status>sample string 5</Status>
  <UANNumber>sample string 2</UANNumber>
</EmployeePFESICSmatBotResponse>