POST api/notification/tiqets
Request Information
URI Parameters
None.
Body Parameters
TiqetsNotificationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| product_id | integer |
None. |
|
| change_types | Collection of string |
None. |
|
| reason | string |
None. |
|
| reopening_date | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"product_id": 1,
"change_types": [
"sample string 1",
"sample string 2"
],
"reason": "sample string 2",
"reopening_date": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.