POST GetRedemptionToReversePoint?programId={programId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
programId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Multisponsor.NetCommerce.API.Models.ResponseOfSystem.Collections.Generic.ListOfMultisponsor.NetCommerce.Common.Models.Daviplata.RedemptionDaviplataDTO
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

Collection of Multisponsor.NetCommerce.API.Models.MessageResult

None.

ObjectResponse

Collection of Multisponsor.NetCommerce.Common.Models.Daviplata.RedemptionDaviplataDTO

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": [
    {
      "Message": "sample string 1"
    },
    {
      "Message": "sample string 1"
    }
  ],
  "ObjectResponse": [
    {
      "Guid": "sample string 1",
      "StoreOrderId": "sample string 2",
      "ProductReferenceId": "sample string 3",
      "CustomerId": "sample string 4",
      "Points": 5,
      "ErrorDescription": "sample string 6"
    },
    {
      "Guid": "sample string 1",
      "StoreOrderId": "sample string 2",
      "ProductReferenceId": "sample string 3",
      "CustomerId": "sample string 4",
      "Points": 5,
      "ErrorDescription": "sample string 6"
    }
  ]
}

application/xml, text/xml

Sample:
<ResponseOfArrayOfRedemptionDaviplataDTO_SNtezlEB xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Multisponsor.NetCommerce.API.Models">
  <Message>
    <MessageResult>
      <Message>sample string 1</Message>
    </MessageResult>
    <MessageResult>
      <Message>sample string 1</Message>
    </MessageResult>
  </Message>
  <ObjectResponse xmlns:d2p1="http://schemas.datacontract.org/2004/07/Multisponsor.NetCommerce.Common.Models.Daviplata">
    <d2p1:RedemptionDaviplataDTO>
      <d2p1:CustomerId>sample string 4</d2p1:CustomerId>
      <d2p1:ErrorDescription>sample string 6</d2p1:ErrorDescription>
      <d2p1:Guid>sample string 1</d2p1:Guid>
      <d2p1:Points>5</d2p1:Points>
      <d2p1:ProductReferenceId>sample string 3</d2p1:ProductReferenceId>
      <d2p1:StoreOrderId>sample string 2</d2p1:StoreOrderId>
    </d2p1:RedemptionDaviplataDTO>
    <d2p1:RedemptionDaviplataDTO>
      <d2p1:CustomerId>sample string 4</d2p1:CustomerId>
      <d2p1:ErrorDescription>sample string 6</d2p1:ErrorDescription>
      <d2p1:Guid>sample string 1</d2p1:Guid>
      <d2p1:Points>5</d2p1:Points>
      <d2p1:ProductReferenceId>sample string 3</d2p1:ProductReferenceId>
      <d2p1:StoreOrderId>sample string 2</d2p1:StoreOrderId>
    </d2p1:RedemptionDaviplataDTO>
  </ObjectResponse>
  <Status>true</Status>
</ResponseOfArrayOfRedemptionDaviplataDTO_SNtezlEB>