Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Operation

Information of the operation

POST
https://{environment}.ulysescloud.com/public/api/{version}/chain/{chainId}/property/{propertyId}/folio/{folioId}/posting


Request

PropertyTypeRequiredDefault valueDescription
nameStringtrue
Description of the field.

Example request

GET https://prod.ulysescloud.com/public/api/v1/chain/1/property/1/folio/posting


Response

PropertyTypeRequiredDescription
PagePagetrueDescription of the response of the success operation

Entity

PropertyTypeRequiredDescription
IdStringtrueUnique identifier of the entity.
CreatedDateDatetrueThe date when the entity was persisted on the database.



Example response

{
  "count": 10,
  "offset": 0,
  "limit": 10,
  "list": [
    {
      "id": 1,
      "createdDate": "2018-04-12T18:13:50.710Z",
      "code": "CCRT1",
      "name": "ChainCancellationReasonType 1"
    },
    {
      "id": 2,
      "createdDate": "2018-04-12T18:13:50.717Z",
      "code": "CCRT2",
      "name": "ChainCancellationReasonType 2"
    },
    {
      "id": 3,
      "createdDate": "2018-04-12T18:13:50.720Z",
      "code": "CCRT3",
      "name": "ChainCancellationReasonType 3"
    }
  ]
}
  • No labels