Create a new external patronage data
| From Body | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Date | DateTime | |||||||||||||
| LocationGuid | Guid | |||||||||||||
| [PatronageData] | Optional. | |||||||||||||
|
||||||||||||||
{
"LocationGuid": "ae7c7f24-2379-4010-b5d8-95b24a620984",
"Date": "2025-12-04T16:58:20.6128412+00: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 |