POST api/Agent_Depositloan

Request Information

URI Parameters

None.

Body Parameters

Agent_DepositIns
NameDescriptionTypeAdditional information
AgentId

integer

None.

CustomerId

integer

None.

Amount

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "AgentId": 1,
  "CustomerId": 2,
  "Amount": 3.0
}

application/xml, text/xml

Sample:
<Agent_DepositIns xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VSCAPI.Models">
  <AgentId>1</AgentId>
  <Amount>3</Amount>
  <CustomerId>2</CustomerId>
</Agent_DepositIns>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.