sdocMetadata

Creates a new Metadata and returns it with the generated ID.

put/sdocmeta

Request body

int_valueinteger nullable required

Int Value of the SourceDocumentMetadata

str_valuestring nullable required

String Value of the SourceDocumentMetadata

boolean_valueboolean nullable required

Boolean Value of the SourceDocumentMetadata

date_valuestring date-time nullable required

Date Value of the SourceDocumentMetadata

list_valuestring[] nullable required

List Value of the SourceDocumentMetadata

source_document_idinteger required

SourceDocument the SourceDocumentMetadata belongs to

project_metadata_idinteger required

ID of the ProjectMetadata

Response

Successful Response

int_valueinteger nullable required

Int Value of the SourceDocumentMetadata

str_valuestring nullable required

String Value of the SourceDocumentMetadata

boolean_valueboolean nullable required

Boolean Value of the SourceDocumentMetadata

date_valuestring date-time nullable required

Date Value of the SourceDocumentMetadata

list_valuestring[] nullable required

List Value of the SourceDocumentMetadata

idinteger required

ID of the SourceDocumentMetadata

project_metadata_idinteger required

ID of the ProjectMetadata

source_document_idinteger required

SourceDocument the SourceDocumentMetadata belongs to

Changes