POST api/Gifticon/GiftCancel

Request Information

URI Parameters

None.

Body Parameters

SurveyInfo
NameDescriptionTypeAdditional information
respondentID

integer

None.

respondentName

string

None.

surveyID

integer

None.

ansStatus

character

None.

groupID

character

None.

userId

string

None.

resCode

string

None.

resMsg

string

None.

mdn

string

None.

trId

string

None.

ctrId

string

None.

phone

string

None.

giftCoupon

string

None.

goods

string

None.

pinNo

string

None.

limitEndDt

string

None.

signPath

string

None.

Request Formats

application/json, text/json

Sample:
{
  "respondentID": 1,
  "respondentName": "sample string 2",
  "surveyID": 3,
  "ansStatus": "A",
  "groupID": "A",
  "userId": "sample string 6",
  "resCode": "sample string 7",
  "resMsg": "sample string 8",
  "mdn": "sample string 9",
  "trId": "sample string 10",
  "ctrId": "sample string 11",
  "phone": "sample string 12",
  "giftCoupon": "sample string 13",
  "goods": "sample string 14",
  "pinNo": "sample string 15",
  "limitEndDt": "sample string 16",
  "signPath": "sample string 17"
}

application/xml, text/xml

Sample:
<SurveyInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GifticonAPI.Models">
  <ansStatus>65</ansStatus>
  <ctrId>sample string 11</ctrId>
  <giftCoupon>sample string 13</giftCoupon>
  <goods>sample string 14</goods>
  <groupID>65</groupID>
  <limitEndDt>sample string 16</limitEndDt>
  <mdn>sample string 9</mdn>
  <phone>sample string 12</phone>
  <pinNo>sample string 15</pinNo>
  <resCode>sample string 7</resCode>
  <resMsg>sample string 8</resMsg>
  <respondentID>1</respondentID>
  <respondentName>sample string 2</respondentName>
  <signPath>sample string 17</signPath>
  <surveyID>3</surveyID>
  <trId>sample string 10</trId>
  <userId>sample string 6</userId>
</SurveyInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Dictionary of Object [key] and Object [value]

Response Formats

application/json, text/json

Sample:
{
  "System.Object": {}
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfanyTypeanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfanyTypeanyType>
    <Key />
    <Value />
  </KeyValueOfanyTypeanyType>
  <KeyValueOfanyTypeanyType>
    <Key />
    <Value />
  </KeyValueOfanyTypeanyType>
</ArrayOfKeyValueOfanyTypeanyType>