Create a new external patronage data
| From Body | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Date | DateTime | |||||||||||||
| LocationGuid | Guid | |||||||||||||
| [PatronageData] | Optional. | |||||||||||||
|
||||||||||||||
{
"LocationGuid": "4f4bf90c-b09c-4d54-9385-4e63efcfe278",
"Date": "2026-08-14T19:19:35.705992+01:00",
"PatronageData": [
{
"MemberTag": "sample string 1",
"PatronageValue": 2,
"ProductTag": "sample string 3"
},
{
"MemberTag": "sample string 1",
"PatronageValue": 2,
"ProductTag": "sample string 3"
},
{
"MemberTag": "sample string 1",
"PatronageValue": 2,
"ProductTag": "sample string 3"
}
]
}
ExternalPatronageDataResponse
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Success |
{
"Success": true
}
| Bundle(s) |
|---|
| Cap2 |