Updates material purchase order detail

This call updates an existing material purchase order detail by its id. Currently, update is limited to isFullyReceived and isFullyInstalled fields only.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The purchase order detail id.

Body Params

Details about the purchase order detail to be updated.

The base class for updating purchase order details (The backend stores all purchase orders on the same table with a type column, whereas the API exposes material and custom purchase order details as separate entities).

boolean | null

Whether the item is fully received. Default is false.

boolean | null

Whether the item is fully installed. Default is false.

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
204

No Content

Language
Credentials
OAuth2
Missing 1 required scope
LoadingLoading…
Response
Click Try It! to start a request and see the response here!