Update a ledger

patch

/fscmRestApi/resources/11.13.18.05/publicSectorLedgers/{publicSectorLedgersUniqID}

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key--- AgencyId and LedgerId ---for the Ledgers resource and used to uniquely identify an instance of Ledgers. The client should not generate the hash key value. Instead, the client should query on the Ledgers collection resource with a filter on the primary key values in order to navigate to a specific instance of Ledgers.

    For example: publicSectorLedgers?q=AgencyId=<value1>;LedgerId=<value2>
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: Currency
    Maximum Length: 3
    Functional currency of the ledger. Value is mandatory and is set programmatically to USD which is currently the only supported currency.
  • Title: Enabled
    Maximum Length: 1
    Indicates whether or not journals may be assigned to the ledger. Accepted values are Y (Yes) or N (No). The default value is Y.
  • Title: Description
    Maximum Length: 240
    The description of the ledger.
  • Title: Type
    Maximum Length: 1
    The type of data stored in the ledger. Value is mandatory and is set programmatically to A (Actuals) which is currently the only supported ledger type.
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 : publicSectorLedgers-item-response
Type: object
Show Source
  • Title: Agency ID
    Default Value: 1
    The unique identifier of the agency associated with the ledger. Value is mandatory and is set programmatically based on the user's login.
  • Title: Currency
    Maximum Length: 3
    Functional currency of the ledger. Value is mandatory and is set programmatically to USD which is currently the only supported currency.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the ledger.
  • Title: Creation Date
    Read Only: true
    The date and time the ledger was created.
  • Title: Enabled
    Maximum Length: 1
    Indicates whether or not journals may be assigned to the ledger. Accepted values are Y (Yes) or N (No). The default value is Y.
  • Title: Last Updated Date
    Read Only: true
    The date and time the ledger was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the ledger.
  • Title: Description
    Maximum Length: 240
    The description of the ledger.
  • Title: Ledger
    Maximum Length: 30
    The unique identifier of the ledger. Identifies the accounting treatment of the journals associated with the ledger. Value is mandatory and is defined by the user during a create action.
  • Title: Type
    Maximum Length: 1
    The type of data stored in the ledger. Value is mandatory and is set programmatically to A (Actuals) which is currently the only supported ledger type.
  • Links
Back to Top