POST api/retailerApp/updateSPCashbackNSpin?CustomerId={CustomerId}&SessionId={SessionId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
Required |
|
| SessionId | string |
Required |
Body Parameters
SalesPersonCashbackPointsSpinRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| orderId | integer |
None. |
|
| cashbackPoints | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"orderId": 1,
"cashbackPoints": 2.1
}
application/xml, text/xml
Sample:
<SalesPersonCashbackPointsSpinRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/application.knh.webapi.BE"> <cashbackPoints>2.1</cashbackPoints> <orderId>1</orderId> </SalesPersonCashbackPointsSpinRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.