info@selectline.de | +49 391 5555-080 | SelectLine - suits every company
/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

Model: ProjectAssignment
ProjectIdentifier
integer
Identifier for a project

ProjectNumber
string
Project number
Request Formats
application/json
Example:
    {
  "ProjectIdentifier": 1,
  "ProjectNumber": "sample string 2"
}

Response

Resource Description

Model: DocumentCreated
DocumentKey
string
Schlüssel des Belegs

DocumentKind
string
Typ des Belegs

DocumentNumber
string
Nummer des Belegs

Response Formats
application/json

No example available.