Create a new external patronage data
| From Body | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Date | DateTime | |||||||||||||
| LocationGuid | Guid | |||||||||||||
| [PatronageData] | Optional. | |||||||||||||
|
||||||||||||||
{
"LocationGuid": "78f0f1f8-8205-4b68-8a44-0cb980f1df05",
"Date": "2026-02-05T00:11:45.0619496+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 |