# Allows for uploading a result of a lab order **PUT /results/json** ## Servers ## Authentication methods - Lab credential ## Parameters ### Body: (object) Lab result as JSON object. Body must include either external or internal order numbers. In the case of internal, lab ID is taken from authorization headers. - **result** (string) The lab result. ## Responses ### 200 Result uploaded successfully ### 401 API key invalid or missing #### Headers - **WWW-Authenticate** (string) ### 404 no order for external order number found ### 500 General error response body #### Body: (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)