Create one group

post

/fscmRestApi/resources/11.13.18.05/buyerPlanningGroupDetails

A POST to create a group and assign to one or more orders.

Request

Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client doesn't specify this header in the request the server picks a default version for the API.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : GroupOrders
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Request Body - application/vnd.oracle.adf.resourceitem+json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : GroupOrders
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top

Response

Default Response

#/responses/buyerPlanningGroupDetails-single-response
Back to Top