Update S Ship Units

patch

/shipments/{shipmentGid}/sShipUnits

A shipment ship unit can only be updated when provided as part of the shipment payload. It cannot be updated when targeted directly via the shipment resource URL. It can be updated when you directly use the shipment ship unit resource (sShipUnits).

Request

Path Parameters
Header Parameters
  • An optional header parameter that allows you to process the request asynchronously. Set the request header "Prefer" to "respond-async" for asynchronous processing. For synchronous processing, leave the parameter blank or do not define it.
Supported Media Types
Request Body - application/vnd.oracle.resource+json; type=collection ()
Root Schema : schema
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : patchCollectionRequestBody
Type: object
Show Source
Nested Schema : <Attribute Name>
Attribute that needs to be updated
Match One Schema
Show Source
Nested Schema : <resource ID>
Id of the resource whose attribute(s) needs to be updated
Match One Schema
Show Source
Back to Top

Response

Default Response

Default Response.
Back to Top