POST api/ResendGiftCards
Request Information
URI Parameters
None.
Body Parameters
TestModelName | Description | Type | Additional information |
---|---|---|---|
CustomerName | string |
None. |
|
OrderId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerName": "sample string 1", "OrderId": "sample string 2" }
application/xml, text/xml
Sample:
<TestModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <CustomerName>sample string 1</CustomerName> <OrderId>sample string 2</OrderId> </TestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<anyType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />