PUT v1/redemption/perform/confirm
Request Information
URI Parameters
None.
Body Parameters
BaseRequestName | Description | Type | Additional information |
---|---|---|---|
AccessToken | string |
None. |
|
AuthorizationCode | string |
None. |
|
OrderId | string |
None. |
|
Login | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccessToken": "sample string 1", "AuthorizationCode": "sample string 2", "OrderId": "sample string 3", "Login": "sample string 4" }
text/html
Sample:
{"AccessToken":"sample string 1","AuthorizationCode":"sample string 2","OrderId":"sample string 3","Login":"sample string 4"}
application/xml, text/xml
Sample:
<BaseRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BV.Integrator.Business.Models"> <AccessToken>sample string 1</AccessToken> <AuthorizationCode>sample string 2</AuthorizationCode> <Login>sample string 4</Login> <OrderId>sample string 3</OrderId> </BaseRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.