POST

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

POST Add Material

Add material to an existing work order.

POST /ODataApi/v1/WorkOrders('{name}')/AddMaterial

Endpoint

https://{sitename}.mvpplant.com/ODataApi/v1/WorkOrders('{name}')/AddMaterial

Replace:

  • {sitename} with your MVP One site name.
  • {name} with the work order name or identifier.

Path parameter

ParameterData typeRequiredDescription
nameStringYesWork order name or identifier for the work order receiving the material.

Request body

The request-body fields for this action are not specified in the available endpoint metadata.

Example endpoint

POST https://company.mvpplant.com/ODataApi/v1/WorkOrders('WO-1001')/AddMaterial

Response

The response type is not specified in the available endpoint metadata.

Notes

  • The work order must already exist before you call this endpoint.
  • Use single quotes around the work order name or identifier in the endpoint URL.
  • Confirm the required request-body fields with your MVP One environment before sending a request.
Path Params
string
required
Response

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!