POST api/notification/tiqets/productChanges
Request Information
URI Parameters
None.
Body Parameters
TiqetsProductChangesNotificationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| subscription_id | string |
None. |
|
| products | Collection of TiqetsProductNotification |
None. |
Request Formats
application/json, text/json
Sample:
{
"subscription_id": "sample string 1",
"products": [
{
"product_id": 1,
"changes": [
{
"change_type": 0,
"field_name": "sample string 1",
"type": "sample string 2",
"old_value": "sample string 3",
"new_value": "sample string 4"
},
{
"change_type": 0,
"field_name": "sample string 1",
"type": "sample string 2",
"old_value": "sample string 3",
"new_value": "sample string 4"
}
]
},
{
"product_id": 1,
"changes": [
{
"change_type": 0,
"field_name": "sample string 1",
"type": "sample string 2",
"old_value": "sample string 3",
"new_value": "sample string 4"
},
{
"change_type": 0,
"field_name": "sample string 1",
"type": "sample string 2",
"old_value": "sample string 3",
"new_value": "sample string 4"
}
]
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.