GET api/giftCard/create/{_numOrd}

Create all gift cards for a order. Response only for request from configured ip addresses.

Request Information

Parameters

NameDescriptionAdditional information
_numOrd
Number of order to create gift cards.

Define this parameter in the request URI.

Response Information

Response body formats

text/json, application/json

Sample:
{
"6": "S8TCXD3FHYAG48N3", 
"7": "2KJYGDPQ399HUHN6" 
}

text/xml, application/xml

Sample:
<ArrayOfKeyValueOflongstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> 
<KeyValueOflongstring> 
<Key>6</Key> 
<Value>S8TCXD3FHYAG48N3</Value> 
</KeyValueOflongstring> 
<KeyValueOflongstring> 
<Key>7</Key> 
<Value>2KJYGDPQ399HUHN6</Value> 
</KeyValueOflongstring> 
</ArrayOfKeyValueOflongstring>