PUT api/Agent/PutAgent/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
agent | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "AgentId": 1, "AgentFullName": "sample string 2", "AgentUserName": "sample string 3", "AgentRole": "sample string 4", "AgentPhotoPath": "sample string 5", "AgentPassword": "sample string 6", "AgentEmail": "sample string 7", "AgentMobile": "sample string 8", "AgentDepartment": "sample string 9", "AgentGender": "sample string 10", "AgentTeamId": 1, "AgentHireDate": "2025-04-11T02:11:22.7241383-07:00", "AgentSalary": 1.1, "AgentTotalSales": 1, "AgentIsActive": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.