POST api/Home
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NudgeDetailItem| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityCode | string |
None. |
|
| EntityName | string |
None. |
|
| Quantity | integer |
None. |
|
| MostRecent | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"EntityCode": "sample string 1",
"EntityName": "sample string 2",
"Quantity": 3,
"MostRecent": "2026-04-07T20:04:50.83627+10:00"
},
{
"EntityCode": "sample string 1",
"EntityName": "sample string 2",
"Quantity": 3,
"MostRecent": "2026-04-07T20:04:50.83627+10:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfNudgeDetailItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.Dashboard">
<NudgeDetailItem>
<EntityCode>sample string 1</EntityCode>
<EntityName>sample string 2</EntityName>
<MostRecent>2026-04-07T20:04:50.83627+10:00</MostRecent>
<Quantity>3</Quantity>
</NudgeDetailItem>
<NudgeDetailItem>
<EntityCode>sample string 1</EntityCode>
<EntityName>sample string 2</EntityName>
<MostRecent>2026-04-07T20:04:50.83627+10:00</MostRecent>
<Quantity>3</Quantity>
</NudgeDetailItem>
</ArrayOfNudgeDetailItem>