Creates a new VBAGatewaySubscriptionDetail
Success
Unauthorized
{- "vbaGatewaySubscriptionDetail_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "restriction_ID": "string",
- "restriction_Type": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "vbaGatewaySubscription_Key": 0
}
{- "data": {
- "vbaGatewaySubscriptionDetail_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "restriction_ID": "string",
- "restriction_Type": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "vbaGatewaySubscription_Key": 0
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all VBAGatewaySubscriptionDetail given a specific vBAGatewaySubscriptionKey
Success
Unauthorized
Gets VBAGatewaySubscriptionDetail
Success
Unauthorized
Updates a specific VBAGatewaySubscriptionDetail.
Success
Unauthorized
{- "vbaGatewaySubscriptionDetail_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "restriction_ID": "string",
- "restriction_Type": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "vbaGatewaySubscription_Key": 0
}
{- "data": {
- "vbaGatewaySubscriptionDetail_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "restriction_ID": "string",
- "restriction_Type": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "vbaGatewaySubscription_Key": 0
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Deletes an VBAGatewaySubscriptionDetail
Success
Unauthorized
Create or Update multiple VBAGatewaySubscriptionDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "vbaGatewaySubscriptionDetail_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "restriction_ID": "string",
- "restriction_Type": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "vbaGatewaySubscription_Key": 0
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}