Create a deposit account record data

patch

/fscmRestApi/resources/11.13.18.05/publicSectorDepositAccountRecords/{DepositRecordKey}

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
  • Title: All Records
    Maximum Length: 1
    The value that identifies whether the transaction association applies to all records.
  • Title: Assign Status
    Maximum Length: 1
    The status of the transaction's assignment to the deposit account.
  • Title: Classification
    Maximum Length: 3
    The reason code provided by the user for change of ownership.
  • Title: Primary Account
    Maximum Length: 1
    Indicates whether the deposit account is the primary account for the transaction.
  • Title: Transaction Type ID
    Maximum Length: 50
    The unique record type identifier assigned to the deposit account.
  • Title: Transaction ID
    Maximum Length: 50
    The user-friendly record identifier assigned to the deposit account.
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 : publicSectorDepositAccountRecords-item-response
Type: object
Show Source
  • Title: All Records
    Maximum Length: 1
    The value that identifies whether the transaction association applies to all records.
  • Read Only: true
    Maximum Length: 80
    Describes the value that identifies whether the transaction association applies to all records.
  • Title: Assign Status
    Maximum Length: 1
    The status of the transaction's assignment to the deposit account.
  • Read Only: true
    Maximum Length: 80
    Describes the status of the transaction's assignment to the deposit account.
  • Title: Classification
    Maximum Length: 3
    The reason code provided by the user for change of ownership.
  • The unique system generated numeric identifier of the deposit account.
  • Maximum Length: 30
    The unique agency-defined alphanumeric identifier of the deposit account.
  • Title: Transaction Key
    The unique system-generated numeric identifier of a transaction assigned to the deposit account.
  • Links
  • Title: Primary Account
    Maximum Length: 1
    Indicates whether the deposit account is the primary account for the transaction.
  • Read Only: true
    Maximum Length: 80
    Describes whether the deposit account is the primary account for the transaction. The default value is Y.
  • Read Only: true
    Maximum Length: 100
    The unique record type assigned to the deposit account.
  • Title: Transaction Type ID
    Maximum Length: 50
    The unique record type identifier assigned to the deposit account.
  • Title: Transaction ID
    Maximum Length: 50
    The user-friendly record identifier assigned to the deposit account.
  • Title: Source Record Key
    The key of the source record assigned to the deposit account.
Back to Top