POST api/Caliculate/InsertAgent

Request Information

URI Parameters

None.

Body Parameters

agentExt
NameDescriptionTypeAdditional information
agentID

string

None.

agentName

string

None.

agentPhoneNo

string

None.

agentEmailId

string

None.

agentAddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "agentID": "sample string 1",
  "agentName": "sample string 2",
  "agentPhoneNo": "sample string 3",
  "agentEmailId": "sample string 4",
  "agentAddress": "sample string 5"
}

application/xml, text/xml

Sample:
<agentExt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataLayer">
  <agentAddress>sample string 5</agentAddress>
  <agentEmailId>sample string 4</agentEmailId>
  <agentID>sample string 1</agentID>
  <agentName>sample string 2</agentName>
  <agentPhoneNo>sample string 3</agentPhoneNo>
</agentExt>

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.