POST api/location/agenda
Request Information
URI Parameters
None.
Body Parameters
AgendaDetailRequestName | Description | Type | Additional information |
---|---|---|---|
AccountKey | integer |
None. |
|
LocationKey | integer |
None. |
|
AgendaId | string |
None. |
|
Status | boolean |
None. |
|
CompletedDate | date |
None. |
|
CreatedBy | integer |
None. |
|
STPLink | string |
None. |
|
Comments | string |
None. |
|
Ratings | integer |
None. |
|
AccountManagerComments | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountKey": 1, "LocationKey": 2, "AgendaId": "sample string 3", "Status": true, "CompletedDate": "2025-07-19T17:57:43.3453012+00:00", "CreatedBy": 4, "STPLink": "sample string 5", "Comments": "sample string 6", "Ratings": 1, "AccountManagerComments": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.