GET api/Admin/GiftMessage/{subjectId}/{subjectTypeId}
Trys to find a gift message using OnlineOrderId or OrderId depend on second param 'SubjectTypeId.Order = 3, SubjectTypeId.OnlineOrder = 7'
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subjectId | integer |
Required |
|
subjectTypeId | SubjectType |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of IOrdersGiftMessageName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
OrderID | integer |
None. |
|
OnlineOrderID | integer |
None. |
|
Message | string |
None. |
|
Sequence | integer |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.