Creates a new RequestMetaData
Success
Unauthorized
{- "requestMetaData_Key": 0,
- "request_Attribute": "string",
- "request_Attribute_Value": "string",
- "request_Key": 0
}
{- "data": {
- "requestMetaData_Key": 0,
- "request_Attribute": "string",
- "request_Attribute_Value": "string",
- "request_Key": 0
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all RequestMetaData for the given Request_Key
Success
Unauthorized
Updates a specific RequestMetaData.
Success
Unauthorized
{- "requestMetaData_Key": 0,
- "request_Attribute": "string",
- "request_Attribute_Value": "string",
- "request_Key": 0
}
{- "data": {
- "requestMetaData_Key": 0,
- "request_Attribute": "string",
- "request_Attribute_Value": "string",
- "request_Key": 0
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple RequestMetaData at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "requestMetaData_Key": 0,
- "request_Attribute": "string",
- "request_Attribute_Value": "string",
- "request_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"
}
}