POST api/location/agenda
Request Information
URI Parameters
None.
Body Parameters
AgendaDetailRequest| Name | 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": "2026-04-07T17:58:08.458673+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.