Create lines

post

/fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallLines

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.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The Attachments resource manages the attachments for the recall notice line.
Show Source
Nested Schema : Recall Lot Numbers
Type: array
Title: Recall Lot Numbers
The Recall Lot Numbers resource manages the lot details of each recall notice line. The information includes the manufacturer lot number, quantity, manufactured date, expiry date, and shelf life.
Show Source
Nested Schema : Recall Serial Numbers
Type: array
Title: Recall Serial Numbers
The Recall Serial Numbers resource manages the serial details of each recall notice line. This information includes the manufacturer serial numbers, quantity, range of serial numbers, serial entry mode as range, and single serials.
Show Source
Nested Schema : recallNotices-recallLines-attachments-item-post-request
Type: object
Show Source
Nested Schema : schema
Type: object
Show Source
Nested Schema : Recall Lot Serial Numbers
Type: array
Title: Recall Lot Serial Numbers
The Recall Lot Serial Numbers resource manages the serials within a lot for each recall notice line. This information includes the manufacturer serial numbers, range of serial numbers, serial entry mode as range, and single serials.
Show Source
Nested Schema : schema
Type: object
Show Source
  • Value that uniquely identifies the recall notice header.
  • Value that uniquely identifies the recall notice line.
  • Value that uniquely identifies the recalled lot.
  • Title: From Serial Number
    Maximum Length: 80
    Starting serial number as specified by the manufacturer in the recall notice.
  • Title: To Serial Number
    Maximum Length: 80
    Ending serial number as specified by the manufacturer in the recall notice.
  • Number that identifies the object version. This attribute is used to implement optimistic locking. The number is incremented every time the record is updated. The number is compared at the start and at the end of a transaction to detect whether another session has updated the record since it was queried.
  • Title: Quantity
    Quantity of the recalled serial number. This is an optional value that is used to calculate ToSerialNumber when the quantity is added to FromSerialNumber.
  • Maximum Length: 60
    Default Value: ByRange
    Mode whether or not to enter an individual serial or a serial in range.
  • Value that uniquely identifies the recalled serial number.
Nested Schema : recallNotices-recallLines-recallSerialNumbers-item-post-request
Type: object
Show Source
  • Value that uniquely identifies the recall notice header.
  • Value that uniquely identifies the recall notice line.
  • Value that uniquely identifies the recalled lot.
  • Title: From Serial Number
    Maximum Length: 80
    Starting serial number as specified by the manufacturer in the recall notice.
  • Title: To Serial Number
    Maximum Length: 80
    Ending serial number as specified by the manufacturer in the recall notice.
  • Number that identifies the object version. This attribute is used to implement optimistic locking. The number is incremented every time the record is updated. The number is compared at the start and at the end of a transaction to detect whether another session has updated the record since it was queried.
  • Title: Quantity
    Quantity of the recalled serial number. This is an optional value that is used to calculate ToSerialNumber when the quantity is added to FromSerialNumber.
  • Maximum Length: 60
    Default Value: ByRange
    Mode whether or not to enter an individual serial or a serial in range.
  • Value that uniquely identifies the recalled serial number.
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 : recallNotices-recallLines-item-response
Type: object
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The Attachments resource manages the attachments for the recall notice line.
Show Source
Nested Schema : Recall Lot Numbers
Type: array
Title: Recall Lot Numbers
The Recall Lot Numbers resource manages the lot details of each recall notice line. The information includes the manufacturer lot number, quantity, manufactured date, expiry date, and shelf life.
Show Source
Nested Schema : Recall Serial Numbers
Type: array
Title: Recall Serial Numbers
The Recall Serial Numbers resource manages the serial details of each recall notice line. This information includes the manufacturer serial numbers, quantity, range of serial numbers, serial entry mode as range, and single serials.
Show Source
Nested Schema : recallNotices-recallLines-attachments-item-response
Type: object
Show Source
Nested Schema : recallNotices-recallLines-recallLotNumbers-item-response
Type: object
Show Source
Nested Schema : Recall Lot Serial Numbers
Type: array
Title: Recall Lot Serial Numbers
The Recall Lot Serial Numbers resource manages the serials within a lot for each recall notice line. This information includes the manufacturer serial numbers, range of serial numbers, serial entry mode as range, and single serials.
Show Source
Nested Schema : recallNotices-recallLines-recallLotNumbers-recallLotSerialNumbers-item-response
Type: object
Show Source
Nested Schema : recallNotices-recallLines-recallSerialNumbers-item-response
Type: object
Show Source
Back to Top