PUT api/rebate/{id}
Place RebateClaim object at the guid location
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
RebateClaim guid to use when saving RebateClaim |
globally unique identifier |
Required |
Body Parameters
Rebate Claim object to save
RebateClaim| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier |
RebateClaim identifier data |
Collection of byte |
None. |
| IdentifierGuid |
RebateClaim identifier GUID |
globally unique identifier |
None. |
| Name |
Name for rebate claim |
string |
String length: inclusive between 0 and 40 |
| StoreIDs |
Stores that this claim is for |
Collection of integer |
None. |
| MailFrom |
Email report from |
string |
String length: inclusive between 0 and 191 |
| IncludeBcc |
Include "from" email in Bcc |
boolean |
None. |
| MailTo |
Email report to |
string |
String length: inclusive between 0 and 191 |
| MailCc |
Cc report to |
string |
String length: inclusive between 0 and 191 |
| StartDate |
Start date for claim |
date |
None. |
| EndDate |
End dsate for claim |
date |
None. |
| SupplierGroup |
Supplier group |
Collection of byte |
None. |
| SupplierGroupGuid |
Supplier Group GUID |
globally unique identifier |
None. |
| Supplier |
Supplier |
Collection of byte |
None. |
| SupplierGuid |
Supplier GUID |
globally unique identifier |
None. |
| CoOpAmount |
Co-op amount (advertising and instore setup) |
decimal number |
None. |
| RebateFrequency |
Rebate frequency |
RebateFrequency |
None. |
| RebateType |
Rebate type |
RebateType |
None. |
| RebateSource |
Rebate source |
RebateSource |
None. |
| Rebate |
Rebate percentage |
decimal number |
None. |
| ClaimDate |
Date rebate claim was mate |
date |
None. |
| Deleted |
Deleted flag |
integer |
None. |
| SupplierGroupName |
Supplier group name |
string |
None. |
| SupplierName |
Supplier group name |
string |
None. |
Request Formats
application/json, text/json
{
"identifier": "mKcueDVD3EurNoJ8gCxlAg==",
"identifierGuid": "782ea798-4335-4bdc-ab36-827c802c6502",
"name": "sample string 2",
"storeIDs": [
1,
2
],
"mailFrom": "sample string 3",
"includeBcc": true,
"mailTo": "sample string 5",
"mailCc": "sample string 6",
"startDate": "2026-04-03T06:16:49.3520136",
"endDate": "2026-04-03T06:16:49.3520136",
"supplierGroup": "N+RVwr9mVEe+ELhswONC/g==",
"supplierGroupGuid": "c255e437-66bf-4754-be10-b86cc0e342fe",
"supplier": "Mq0zXESP7UiYjJTMQ+5UsQ==",
"supplierGuid": "5c33ad32-8f44-48ed-988c-94cc43ee54b1",
"coOpAmount": 9.1,
"rebateFrequency": 10,
"rebateType": 11,
"rebateSource": 12,
"rebate": 13.1,
"claimDate": "2026-04-03T06:16:49.3520136",
"deleted": 14,
"supplierGroupName": "sample string 15",
"supplierName": "sample string 16"
}
application/xml, text/xml
<RebateClaim xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Rebate">
<ClaimDate>2026-04-03T06:16:49.3520136+00:00</ClaimDate>
<CoOpAmount>9.1</CoOpAmount>
<Deleted>14</Deleted>
<EndDate>2026-04-03T06:16:49.3520136+00:00</EndDate>
<Identifier>mKcueDVD3EurNoJ8gCxlAg==</Identifier>
<IdentifierGuid>782ea798-4335-4bdc-ab36-827c802c6502</IdentifierGuid>
<IncludeBcc>true</IncludeBcc>
<MailCc>sample string 6</MailCc>
<MailFrom>sample string 3</MailFrom>
<MailTo>sample string 5</MailTo>
<Name>sample string 2</Name>
<Rebate>13.1</Rebate>
<RebateFrequency>10</RebateFrequency>
<RebateSource>12</RebateSource>
<RebateType>11</RebateType>
<StartDate>2026-04-03T06:16:49.3520136+00:00</StartDate>
<StoreIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</StoreIDs>
<Supplier>Mq0zXESP7UiYjJTMQ+5UsQ==</Supplier>
<SupplierGroup>N+RVwr9mVEe+ELhswONC/g==</SupplierGroup>
<SupplierGroupGuid>c255e437-66bf-4754-be10-b86cc0e342fe</SupplierGroupGuid>
<SupplierGroupName>sample string 15</SupplierGroupName>
<SupplierGuid>5c33ad32-8f44-48ed-988c-94cc43ee54b1</SupplierGuid>
<SupplierName>sample string 16</SupplierName>
</RebateClaim>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.