Operation
Information of the operation
POST
https://{environment}.ulysescloud.com/public/api/{version}/chain/{chainId}/property/{propertyId}/folio/{folioId}/posting
Request
Property | Type | Required | Default value | Description |
---|---|---|---|---|
name | String | true | Description of the field. |
Example request
GET https://prod.ulysescloud.com/public/api/v1/chain/1/property/1/folio/posting
Response
Property | Type | Required | Description |
---|---|---|---|
Page | Page | true | Description of the response of the success operation |
Entity
Property | Type | Required | Description |
---|---|---|---|
Id | String | true | Unique identifier of the entity. |
CreatedDate | Date | true | The 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" } ] }