POST EmployeeMappingWithPeerEmployee

Request Information

URI Parameters

None.

Body Parameters

PeerEmpMapping
NameDescriptionTypeAdditional information
Peer_Mapping_ID

integer

None.

EMP_ID

integer

None.

Peer_EMP_ID

integer

None.

UserName

string

None.

ClientId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Peer_Mapping_ID": 1,
  "EMP_ID": 2,
  "Peer_EMP_ID": 3,
  "UserName": "sample string 4",
  "ClientId": 5
}

application/xml, text/xml

Sample:
<PeerEmpMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/commonlib.DataAccess">
  <ClientId>5</ClientId>
  <EMP_ID>2</EMP_ID>
  <Peer_EMP_ID>3</Peer_EMP_ID>
  <Peer_Mapping_ID>1</Peer_Mapping_ID>
  <UserName>sample string 4</UserName>
</PeerEmpMapping>

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.