Upsert Carrier Storage Data
'Upsert Carrier Storage Data' is an action that allows you to upload or update the data in DG carrier storage. This action is useful when you want to modify the existing data or add new data to the storage. To perform this action, you need to provide a valid JSON data and an Entity ID.
Inputs
Name | Type | Description |
---|---|---|
DG API Key | SensitiveString | DG API Key |
DG API Secret | SensitiveString | DG API Secret |
Region | String | eu OR us |
Entity ID | String | Carrier Storage Entity ID |
Data | Object | Data object which is need to be stored |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Success |
Data | Object | The data object returned from HTTP response |
Updated 12 months ago