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": "dMDQqeRm/EebfIr/rLd50w==",
"identifierGuid": "a9d0c074-66e4-47fc-9b7c-8affacb779d3",
"name": "sample string 2",
"storeIDs": [
1,
2
],
"mailFrom": "sample string 3",
"includeBcc": true,
"mailTo": "sample string 5",
"mailCc": "sample string 6",
"startDate": "2026-06-03T18:32:30.1609405",
"endDate": "2026-06-03T18:32:30.1609405",
"supplierGroup": "nevBJFH930eM3WMdxnvbNA==",
"supplierGroupGuid": "24c1eb9d-fd51-47df-8cdd-631dc67bdb34",
"supplier": "GaXrDUBcmkm9MXEgY/SKmQ==",
"supplierGuid": "0deba519-5c40-499a-bd31-712063f48a99",
"coOpAmount": 9.1,
"rebateFrequency": 10,
"rebateType": 11,
"rebateSource": 12,
"rebate": 13.1,
"claimDate": "2026-06-03T18:32:30.1609405",
"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-06-03T18:32:30.1609405+00:00</ClaimDate>
<CoOpAmount>9.1</CoOpAmount>
<Deleted>14</Deleted>
<EndDate>2026-06-03T18:32:30.1609405+00:00</EndDate>
<Identifier>dMDQqeRm/EebfIr/rLd50w==</Identifier>
<IdentifierGuid>a9d0c074-66e4-47fc-9b7c-8affacb779d3</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-06-03T18:32:30.1609405+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>GaXrDUBcmkm9MXEgY/SKmQ==</Supplier>
<SupplierGroup>nevBJFH930eM3WMdxnvbNA==</SupplierGroup>
<SupplierGroupGuid>24c1eb9d-fd51-47df-8cdd-631dc67bdb34</SupplierGroupGuid>
<SupplierGroupName>sample string 15</SupplierGroupName>
<SupplierGuid>0deba519-5c40-499a-bd31-712063f48a99</SupplierGuid>
<SupplierName>sample string 16</SupplierName>
</RebateClaim>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.