POST api/NewAgentId?createdBy={createdBy}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| createdBy | string |
Required |
Body Parameters
CreatedAgentId| Name | Description | Type | Additional information |
|---|---|---|---|
| AgentId | AgentId |
None. |
|
| CreatedAt | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"AgentId": null,
"CreatedAt": "2025-10-23T23:17:53.60116+00:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CreatedAgentIdResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| AgentId | AgentId |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true,
"Message": "sample string 2",
"AgentId": null
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.