addPiiDataForItem
addPiiDataForItem
Path Parameters
departmentUuid string required
vaultDataRequestUUID string required
itemUuid string required
Responses
- 200
- 204
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- Array [
- ]
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorDescription string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
piiDataDTO object
type string
subType string
supportedDataUuid string
piiDataUUID string
status string
uploadDate date-time
listPageDTO object[]
pageStatus string
pageUUID string
pageOrder string
pageName string
pageUploadDesc string
pageURL string
pageFileType string
pageHeight int64
pageWidth int64
pageSizeInKB int64
allowedMaxPageSizeInKB int64
listPageAttributesDTO object[]
id int64
key string
value string
listPiiDataAttributesDTO object[]
id int64
key string
value string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorDescription": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"piiDataDTO": {
"type": "string",
"subType": "string",
"supportedDataUuid": "string",
"piiDataUUID": "string",
"status": "string",
"uploadDate": "2024-11-04T10:14:13.818Z",
"listPageDTO": [
{
"pageStatus": "string",
"pageUUID": "string",
"pageOrder": "string",
"pageName": "string",
"pageUploadDesc": "string",
"pageURL": "string",
"pageFileType": "string",
"pageHeight": 0,
"pageWidth": 0,
"pageSizeInKB": 0,
"allowedMaxPageSizeInKB": 0,
"listPageAttributesDTO": [
{
"id": 0,
"key": "string",
"value": "string"
}
]
}
],
"listPiiDataAttributesDTO": [
{
"id": 0,
"key": "string",
"value": "string"
}
]
}
}
No Content
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Bad Request
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Loading...