Creates a new Response
Success
Unauthorized
{- "response_Key": 0,
- "request_Key": 0,
- "response_Date": "2019-08-24T14:15:22Z",
- "response_Description": "string",
- "response_Status": "string",
- "response_Type": "string"
}
{- "data": {
- "response_Key": 0,
- "request_Key": 0,
- "response_Date": "2019-08-24T14:15:22Z",
- "response_Description": "string",
- "response_Status": "string",
- "response_Type": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all Response
Success
Unauthorized
Updates a specific Response.
Success
Unauthorized
{- "response_Key": 0,
- "request_Key": 0,
- "response_Date": "2019-08-24T14:15:22Z",
- "response_Description": "string",
- "response_Status": "string",
- "response_Type": "string"
}
{- "data": {
- "response_Key": 0,
- "request_Key": 0,
- "response_Date": "2019-08-24T14:15:22Z",
- "response_Description": "string",
- "response_Status": "string",
- "response_Type": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple Response at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "response_Key": 0,
- "request_Key": 0,
- "response_Date": "2019-08-24T14:15:22Z",
- "response_Description": "string",
- "response_Status": "string",
- "response_Type": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}