orders savedelements (http://api.3plcentral.com/rels/orders/savedelements)
Resource:
order saved elements
C# Rel Const:
Rels.OrderSvc.SavedElements
URI template:
{id}/savedelements
Obtain URI from:
get the saved elements for an order
Success status: 200; ETag response header supplied
Name (* = required) Data Type Description
id * int order id
Type Description
SavedElements IEnumerable<Generic.Models.SavedElement>
Name string
Value string
Sample accept: application/hal+json
{
  "savedElements": [
    {
      "name": "str",
      "value": "str"
    }
  ]
}
Update the saved elements for an order (even a closed order)
If-Match request header required; Success status: 200; ETag response header supplied
Name (* = required) Data Type Description
id * int order id
the full set of saved elements as desired
Type Description
SavedElements IEnumerable<Generic.Models.SavedElement>
Name string
Value string
Sample content-type: application/hal+json
{
  "savedElements": [
    {
      "name": "str",
      "value": "str"
    }
  ]
}
Type Description
SavedElements IEnumerable<Generic.Models.SavedElement>
Name string
Value string
Sample accept: application/hal+json
{
  "savedElements": [
    {
      "name": "str",
      "value": "str"
    }
  ]
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.