POST api/Agents/DepositUpdateRequestSalesHead
Request Information
URI Parameters
None.
Body Parameters
IP_DepositUpdateProcess_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| paymentMethod | integer |
None. |
|
| transactionDate | date |
None. |
|
| bank | integer |
None. |
|
| bankName | string |
None. |
|
| amount | decimal number |
None. |
|
| bankTransactionId | string |
None. |
|
| agentId | integer |
None. |
|
| agent_id | integer |
None. |
|
| remark | string |
None. |
|
| cheque | string |
None. |
|
| chequeDate | date |
None. |
|
| userName | string |
None. |
|
| toBank | string |
None. |
|
| depositUpdaterequest | integer |
None. |
|
| terminalId | integer |
None. |
|
| reason | string |
None. |
|
| fromBank | string |
None. |
|
| chqFromBank | string |
None. |
|
| neftFromBank | string |
None. |
|
| saleshead | integer |
None. |
|
| salesPersonId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"paymentMethod": 1,
"transactionDate": "2025-12-06T11:04:30.5482011+05:30",
"bank": 3,
"bankName": "sample string 4",
"amount": 5.0,
"bankTransactionId": "sample string 6",
"agentId": 7,
"agent_id": 8,
"remark": "sample string 9",
"cheque": "sample string 10",
"chequeDate": "2025-12-06T11:04:30.5482011+05:30",
"userName": "sample string 12",
"toBank": "sample string 13",
"depositUpdaterequest": 14,
"terminalId": 15,
"reason": "sample string 16",
"fromBank": "sample string 17",
"chqFromBank": "sample string 18",
"neftFromBank": "sample string 19",
"saleshead": 20,
"salesPersonId": 21
}
application/xml, text/xml
Sample:
<IP_DepositUpdateProcess_Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entity.Models.Input_class"> <agentId>7</agentId> <agent_id>8</agent_id> <amount>5</amount> <bank>3</bank> <bankName>sample string 4</bankName> <bankTransactionId>sample string 6</bankTransactionId> <cheque>sample string 10</cheque> <chequeDate>2025-12-06T11:04:30.5482011+05:30</chequeDate> <chqFromBank>sample string 18</chqFromBank> <depositUpdaterequest>14</depositUpdaterequest> <fromBank>sample string 17</fromBank> <neftFromBank>sample string 19</neftFromBank> <paymentMethod>1</paymentMethod> <reason>sample string 16</reason> <remark>sample string 9</remark> <salesPersonId>21</salesPersonId> <saleshead>20</saleshead> <terminalId>15</terminalId> <toBank>sample string 13</toBank> <transactionDate>2025-12-06T11:04:30.5482011+05:30</transactionDate> <userName>sample string 12</userName> </IP_DepositUpdateProcess_Request>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |