POST api/NewAgentId?createdBy={createdBy}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
createdBy | string |
Required |
Body Parameters
CreatedAgentIdName | Description | Type | Additional information |
---|---|---|---|
AgentId | AgentId |
None. |
|
CreatedAt | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "AgentId": null, "CreatedAt": "2024-11-22T09:18:18.9431188+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
CreatedAgentIdResponseName | 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.