/Documents/{documentKey}/Project
Beschreibung
Ein Projekt einem Beleg zuordnen. Nur möglich, falls dem Beleg noch kein Projekt zugeordnet wurde.
Request
URI Parameters
documentKey
string
Erforderlich
Body Parameters
ProjectIdentifier
integer
Identifier zu einem Projekt
ProjectNumber
string
Nummer eines Projektes
Request Formats
application/json
Beispiel:
{
"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
Kein Beispiel verfügbar.