Retrieves a single document body line by its numeric identifier.
GET/gateway/document-body/:id
To list all body lines for a given header, use GET /document-header/{id}/bodies
(which returns the header plus its associated body lines in a single response).
Request
Responses
- 200
- 401
- 404
- 500
Success
Unauthorized
Not Found
Server Error