Create one affected item attachment

post

/fscmRestApi/resources/11.13.18.05/newItemRequests/{NewItemRequestId}/child/newItemRequestAffectedItems/{newItemRequestAffectedItemsUniqID}/child/attachments

Request

Path Parameters
  • The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
  • This is the hash key of the attributes which make up the composite key for the New Item Request Lines resource and used to uniquely identify an instance of New Item Request Lines. The client should not generate the hash key value. Instead, the client should query on the New Item Request Lines collection resource in order to navigate to a specific instance of New Item Request Lines to get the hash key.
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
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 : newItemRequests-newItemRequestAffectedItems-attachments-item-response
Type: object
Show Source
  • Title: Asynchronous Upload Tracker Id
    Asynchronous tracker ID value for the affected item attachment on a new item request.
  • Title: Attached Document Id
    Attached document ID for the affected item attachment on a new item request.
  • Title: Category
    Maximum Length: 30
    Category name for the affected item attachment on a new item request.
  • Title: Checked Out By
    The user who has checked out the new item request affected items attachment from the repository.
  • Title: Shared
    Content repository file shared value for the affected item attachment on a new item request.
  • Title: Created By
    Read Only: true
    Maximum Length: 255
    User who created the affected item attachment on a new item request.
  • Title: Created By User Name
    Read Only: true
    Name of the user who created the affected item attachment on a new item request.
  • Title: Creation Date
    Read Only: true
    Creation date of the affected item attachment on a new item request.
  • Title: Type
    Maximum Length: 30
    Default Value: FILE
    Data type code for the affected item attachment on a new item request.
  • Type of data for the affected item attachment on a new item request.
  • Title: Description
    Maximum Length: 255
    Description of the affected item attachment on a new item request.
  • Maximum Length: 255
    DM (Document Management) document ID for the affected item attachment on a new item request.
  • Title: Dm Folder Path
    Maximum Length: 1000
    DM folder path for the affected item attachment on a new item request.
  • Maximum Length: 255
    DM version number for the affected item attachment on a new item request.
  • Read Only: true
    Maximum Length: 255
    Document preview value for the affected item attachment on a new item request.
  • Title: DownloadInfo
    Download info for the affected item attachment on a new item request.
  • Title: Error Status Code
    Error status code for the affected item attachment on a new item request.
  • Title: Error Status Message
    Error status message for the affected item attachment on a new item request.
  • Title: Expiration Date
    Expiration data for the affected item attachment on a new item request.
  • Title: File Contents
    File contents of the affected item attachment on a new item request.
  • Title: File Name
    Maximum Length: 2048
    File name of the affected item attachment on a new item request.
  • Title: File Url
    File URL of the affected item attachment on a new item request.
  • Title: File Web Image
    Read Only: true
    File web image for the affected item attachment on a new item request.
  • Title: Last Update Date
    Read Only: true
    Last update date of the affected item attachment on a new item request.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 255
    User who last updated the affected item attachment on a new item request.
  • Title: Last Updated By User
    Read Only: true
    Name of the user who last updated the affected item attachment on a new item request.
  • Links
  • Title: PostProcessingAction
    Postprocessing action for the affected item attachment on a new item request.
  • Title: Title
    Title of the affected item attachment on a new item request.
  • Title: Uploaded File Content Type
    Uploaded file content type for the affected item attachment on a new item request.
  • Title: File Size
    Uploaded file length for the affected item attachment on a new item request.
  • Title: Uploaded File Name
    Uploaded file name for the affected item attachment on a new item request.
  • Title: Uploaded Text
    Uploaded text for the affected item attachment on a new item request.
  • Title: Uri
    Maximum Length: 4000
    URI for the affected item attachment on a new item request.
  • Title: Url
    Maximum Length: 4000
    URL for the affected item attachment on a new item request.
  • Title: User Name
    Read Only: true
    Maximum Length: 255
    Name for the affected item attachment on a new item request.
Back to Top