Create one request

post

/fscmRestApi/resources/11.13.18.05/salesOrderActionRequests/{ActionRequestId}/child/requests

Request

Path Parameters
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 does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : OrderDetails
Type: array
Title: OrderDetails
Order Details resource fetches the order details of the sales order processed by the request.
Show Source
Nested Schema : salesOrderActionRequests-requests-orderDetails-item-post-request
Type: object
Show Source
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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 does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : salesOrderActionRequests-requests-item-response
Type: object
Show Source
Nested Schema : OrderDetails
Type: array
Title: OrderDetails
Order Details resource fetches the order details of the sales order processed by the request.
Show Source
Nested Schema : salesOrderActionRequests-requests-orderDetails-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 255
    Sold to party name of the customer on the sales order.
  • Title: Purchase Order
    Read Only: true
    Maximum Length: 50
    Code to identify the customer purchase order of the sales order processed by the action request.
  • Read Only: true
    Unique identifier for the saler order header.
  • Links
  • Title: Orchestration Order
    Read Only: true
    Maximum Length: 50
    Default Value: -1
    Identifer of the sales order number.
  • Read Only: true
    Unique identifier of the customer These can be DRAFT, PROCESSING etc.
  • Title: Source Order
    Read Only: true
    Maximum Length: 50
    Unique identifier for the saler order in the source system.
  • Read Only: true
    Maximum Length: 255
    Status of the sales order.
  • Read Only: true
    Maximum Length: 30
    Default Value: OPEN
    Code to identify status of the sales order. These can be DRAFT, PROCESSING etc.
Back to Top