/Documents/{documentKey}/Project
Description
Assign a project to a document. Only possible if no project has yet been assigned to the document.
Request
URI Parameters
documentKey
string
Required
Body Parameters
ProjectIdentifier
integer
Identifier for a project
ProjectNumber
string
Project number
Request Formats
application/json
Example:
{
"ProjectIdentifier": 1,
"ProjectNumber": "sample string 2"
}
Response
Resource Description
DocumentKey
string
Schlüssel des Belegs
DocumentKind
string
Typ des Belegs
DocumentNumber
string
Nummer des Belegs
Response Formats
application/json
No example available.
