POST api/AgentSave
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| AgentSaveReq | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"AInfo": {
"AgentId": "sample string 1",
"Name": "sample string 2",
"MobileNo": "sample string 3",
"EmailId": "sample string 4",
"IDProofType": "sample string 5",
"IDProofNo": "sample string 6",
"IDProofFilePath": "sample string 7",
"PaymentDate": "2025-10-27T20:57:24.6939634+05:30",
"ReceiptFilePath": "sample string 9",
"Address": "sample string 10",
"AgentGroup": "sample string 11",
"GiftAmount": 12.1
},
"Action": "sample string 1",
"SecretKey": "sample string 2",
"UserId": "sample string 3"
}
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Message": "sample string 2",
"AgentCode": "sample string 3"
}