Add multiple entries to clipboard
post
/fscmRestApi/resources/11.13.18.05/clipboardEntries
Request
Header Parameters
-
Metadata-Context:
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".
-
REST-Framework-Version:
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
- application/json
Root Schema : schema
Type:
Show Source
object
-
ClipboardEntryId: integer
(int64)
ID of the clipboard entry.
-
ClipboardEntrySource: string
Maximum Length:
250
-
Description: string
Maximum Length:
4000
Description of the object added to the clipboard. -
ImageUrl: string
Maximum Length:
240
URL of the image of the clipboard entry. -
Name: string
Maximum Length:
4000
Name of the clipboard entry. -
ObjectContext1: string
Maximum Length:
4000
Object's context value from the first column copied onto the clipboard. In case of the Items organization the name is stored in this field. -
ObjectContext2: string
Maximum Length:
4000
Object's context value from the second column copied onto the clipboard. In case of the Items organization the name is stored in this field. -
ObjectContext3: string
Maximum Length:
4000
Object's context value from the third column copied onto the clipboard. In case of the Items organization the name is stored in this field. -
ObjectContext4: string
Maximum Length:
4000
Object's context value from the fourth column copied onto the clipboard. In case of the Items organization the name is stored in this field. -
ObjectContext5: string
Maximum Length:
4000
Object's context value from the fifth column copied onto the clipboard. In case of the Items organization the name is stored in this field. -
ObjectType: string
Maximum Length:
80
Value that identifies the object type of the clipboard entry. -
OrganizationCode: string
Maximum Length:
18
Abbreviation that identifies the organization of the clipboard entry. -
Pk1Value: integer
(int64)
First column that stores a primary key for the object. For the Item object, the primary key is the inventory item ID.
-
Pk2Value: integer
(int64)
Second column that stores a primary key for the object. For the Item object, the primary key is the organization ID.
-
Pk3Value: integer
(int64)
Third column that stores a primary key for the object. For the Item object, the primary key is the revision ID.
-
Pk4Value: integer
(int64)
Primary key value of the clipboard entry from the fourth column.
-
Pk5Value: integer
(int64)
Primary key value of the clipboard entry from the fifth column.
-
Pk6Value: string
Maximum Length:
100
Primary key value of the clipboard entry from the sixth column. -
Pk7Value: string
Maximum Length:
100
Primary key value of the clipboard entry from the seventh column.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
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".
-
REST-Framework-Version:
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.
Root Schema : clipboardEntries-item-response
Type:
Show Source
object
-
ClipboardEntryId: integer
(int64)
ID of the clipboard entry.
-
ClipboardEntrySource: string
Maximum Length:
250
-
CreatedBy: string
Read Only:
true
Maximum Length:64
User who created the clipboard entry. -
CreationDate: string
(date-time)
Read Only:
true
Date when the entry was added to the clipboard. -
Description: string
Maximum Length:
4000
Description of the object added to the clipboard. -
ImageUrl: string
Maximum Length:
240
URL of the image of the clipboard entry. -
LastUpdateDate: string
(date-time)
Read Only:
true
Date when the clipboard was updated. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who most recently updated the clipboard entry. -
LastUpdateLogin: string
Read Only:
true
Maximum Length:32
Login that the user used when updating the clipboard entry. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Name: string
Maximum Length:
4000
Name of the clipboard entry. -
ObjectContext1: string
Maximum Length:
4000
Object's context value from the first column copied onto the clipboard. In case of the Items organization the name is stored in this field. -
ObjectContext2: string
Maximum Length:
4000
Object's context value from the second column copied onto the clipboard. In case of the Items organization the name is stored in this field. -
ObjectContext3: string
Maximum Length:
4000
Object's context value from the third column copied onto the clipboard. In case of the Items organization the name is stored in this field. -
ObjectContext4: string
Maximum Length:
4000
Object's context value from the fourth column copied onto the clipboard. In case of the Items organization the name is stored in this field. -
ObjectContext5: string
Maximum Length:
4000
Object's context value from the fifth column copied onto the clipboard. In case of the Items organization the name is stored in this field. -
ObjectType: string
Maximum Length:
80
Value that identifies the object type of the clipboard entry. -
OrganizationCode: string
Maximum Length:
18
Abbreviation that identifies the organization of the clipboard entry. -
Pk1Value: integer
(int64)
First column that stores a primary key for the object. For the Item object, the primary key is the inventory item ID.
-
Pk2Value: integer
(int64)
Second column that stores a primary key for the object. For the Item object, the primary key is the organization ID.
-
Pk3Value: integer
(int64)
Third column that stores a primary key for the object. For the Item object, the primary key is the revision ID.
-
Pk4Value: integer
(int64)
Primary key value of the clipboard entry from the fourth column.
-
Pk5Value: integer
(int64)
Primary key value of the clipboard entry from the fifth column.
-
Pk6Value: string
Maximum Length:
100
Primary key value of the clipboard entry from the sixth column. -
Pk7Value: string
Maximum Length:
100
Primary key value of the clipboard entry from the seventh column.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object
-
changeIndicator: string
Change indicator or the ETag value of the resource instance.