Terms & Conditions (v0)
Download OpenAPI specification:Download
API to manage users terms and conditions
Response samples
- 200
- 401
- 403
- 404
- 500
Content type
application/json
{- "items": [
- {
- "id": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "modelVersion": "string",
- "dbVersion": 0,
- "lastUpdateReason": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "locale": "string",
- "template": "string",
- "model": "MOR",
- "status": "RUNNING",
- "lastUpdater": "string"
}
], - "last": true,
- "totalItems": 0,
- "totalPages": 0,
- "size": 0,
- "number": 0
}
Create an item
Request Body schema: application/jsonrequired
id | string Deprecated |
createDate | string <date-time> Deprecated |
updateDate | string <date-time> Deprecated |
modelVersion | string Deprecated |
dbVersion | integer <int64> |
lastUpdateReason | string |
originalId | string |
startingDate | string |
startDate required | string <date-time> |
locale | string |
template required | string |
model required | string Enum: "MOR" "PAYFAC" |
status | string Enum: "RUNNING" "ARCHIVED" "DRAFT" |
lastUpdater | string |
Responses
Request samples
- Payload
Content type
application/json
{- "id": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "modelVersion": "string",
- "dbVersion": 0,
- "lastUpdateReason": "string",
- "originalId": "string",
- "startingDate": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "locale": "string",
- "template": "string",
- "model": "MOR",
- "status": "RUNNING",
- "lastUpdater": "string"
}
Response samples
- 201
- 401
- 403
- 404
- 500
Content type
application/json
{- "id": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "modelVersion": "string",
- "dbVersion": 0,
- "lastUpdateReason": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "locale": "string",
- "template": "string",
- "model": "MOR",
- "status": "RUNNING",
- "lastUpdater": "string"
}
Response samples
- 200
- 401
- 403
- 404
- 500
Content type
application/json
{- "id": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "modelVersion": "string",
- "dbVersion": 0,
- "lastUpdateReason": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "locale": "string",
- "template": "string",
- "model": "MOR",
- "status": "RUNNING",
- "lastUpdater": "string"
}
Update item
path Parameters
id required | string |
Request Body schema: application/jsonrequired
id | string Deprecated |
createDate | string <date-time> Deprecated |
updateDate | string <date-time> Deprecated |
modelVersion | string Deprecated |
dbVersion | integer <int64> |
lastUpdateReason | string |
originalId | string |
startingDate | string |
startDate required | string <date-time> |
locale | string |
template required | string |
model required | string Enum: "MOR" "PAYFAC" |
status | string Enum: "RUNNING" "ARCHIVED" "DRAFT" |
lastUpdater | string |
Responses
Request samples
- Payload
Content type
application/json
{- "id": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "modelVersion": "string",
- "dbVersion": 0,
- "lastUpdateReason": "string",
- "originalId": "string",
- "startingDate": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "locale": "string",
- "template": "string",
- "model": "MOR",
- "status": "RUNNING",
- "lastUpdater": "string"
}
Response samples
- 200
- 401
- 403
- 404
- 500
Content type
application/json
{- "id": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "modelVersion": "string",
- "dbVersion": 0,
- "lastUpdateReason": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "locale": "string",
- "template": "string",
- "model": "MOR",
- "status": "RUNNING",
- "lastUpdater": "string"
}
Get recap quantities for a given field
query Parameters
target required | string |
required | object (Pageable) |
predicate required | object |
Responses
Response samples
- 200
- 401
- 403
- 404
- 500
Content type
application/json
{- "items": [
- {
- "targetValue": "string",
- "count": 0
}
], - "last": true,
- "totalItems": 0,
- "totalPages": 0,
- "size": 0,
- "number": 0
}
Search unwind for a given field
query Parameters
target required | string |
required | object (Pageable) |
predicate required | object |
Responses
Response samples
- 200
- 401
- 403
- 404
- 500
Content type
application/json
{- "items": [
- {
- "empty": true,
- "property1": { },
- "property2": { }
}
], - "last": true,
- "totalItems": 0,
- "totalPages": 0,
- "size": 0,
- "number": 0
}
Response samples
- 200
- 401
- 403
- 404
- 500
Content type
application/json
{- "items": [
- {
- "id": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "modelVersion": "string",
- "dbVersion": 0,
- "lastUpdateReason": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "cancelPeriod": "string",
- "corporateUrl": "string",
- "contactForm": "string",
- "nexwaySasCapital": "string",
- "cancelPeriodI18nConfiguration": {
- "property1": {
- "property1": "string",
- "property2": "string"
}, - "property2": {
- "property1": "string",
- "property2": "string"
}
}
}
], - "last": true,
- "totalItems": 0,
- "totalPages": 0,
- "size": 0,
- "number": 0
}
Create an item
Request Body schema: application/jsonrequired
id | string Deprecated |
createDate | string <date-time> Deprecated |
updateDate | string <date-time> Deprecated |
modelVersion | string Deprecated |
dbVersion | integer <int64> |
lastUpdateReason | string |
originalId | string |
startingDate | string |
startDate required | string <date-time> |
cancelPeriod required | string |
corporateUrl required | string |
contactForm required | string |
nexwaySasCapital required | string |
object |
Responses
Request samples
- Payload
Content type
application/json
{- "id": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "modelVersion": "string",
- "dbVersion": 0,
- "lastUpdateReason": "string",
- "originalId": "string",
- "startingDate": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "cancelPeriod": "string",
- "corporateUrl": "string",
- "contactForm": "string",
- "nexwaySasCapital": "string",
- "cancelPeriodI18nConfiguration": {
- "property1": {
- "property1": "string",
- "property2": "string"
}, - "property2": {
- "property1": "string",
- "property2": "string"
}
}
}
Response samples
- 201
- 401
- 403
- 404
- 500
Content type
application/json
{- "id": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "modelVersion": "string",
- "dbVersion": 0,
- "lastUpdateReason": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "cancelPeriod": "string",
- "corporateUrl": "string",
- "contactForm": "string",
- "nexwaySasCapital": "string",
- "cancelPeriodI18nConfiguration": {
- "property1": {
- "property1": "string",
- "property2": "string"
}, - "property2": {
- "property1": "string",
- "property2": "string"
}
}
}
Response samples
- 200
- 401
- 403
- 404
- 500
Content type
application/json
{- "id": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "modelVersion": "string",
- "dbVersion": 0,
- "lastUpdateReason": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "cancelPeriod": "string",
- "corporateUrl": "string",
- "contactForm": "string",
- "nexwaySasCapital": "string",
- "cancelPeriodI18nConfiguration": {
- "property1": {
- "property1": "string",
- "property2": "string"
}, - "property2": {
- "property1": "string",
- "property2": "string"
}
}
}
Update item
path Parameters
id required | string |
Request Body schema: application/jsonrequired
id | string Deprecated |
createDate | string <date-time> Deprecated |
updateDate | string <date-time> Deprecated |
modelVersion | string Deprecated |
dbVersion | integer <int64> |
lastUpdateReason | string |
originalId | string |
startingDate | string |
startDate required | string <date-time> |
cancelPeriod required | string |
corporateUrl required | string |
contactForm required | string |
nexwaySasCapital required | string |
object |
Responses
Request samples
- Payload
Content type
application/json
{- "id": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "modelVersion": "string",
- "dbVersion": 0,
- "lastUpdateReason": "string",
- "originalId": "string",
- "startingDate": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "cancelPeriod": "string",
- "corporateUrl": "string",
- "contactForm": "string",
- "nexwaySasCapital": "string",
- "cancelPeriodI18nConfiguration": {
- "property1": {
- "property1": "string",
- "property2": "string"
}, - "property2": {
- "property1": "string",
- "property2": "string"
}
}
}
Response samples
- 200
- 401
- 403
- 404
- 500
Content type
application/json
{- "id": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z",
- "modelVersion": "string",
- "dbVersion": 0,
- "lastUpdateReason": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "cancelPeriod": "string",
- "corporateUrl": "string",
- "contactForm": "string",
- "nexwaySasCapital": "string",
- "cancelPeriodI18nConfiguration": {
- "property1": {
- "property1": "string",
- "property2": "string"
}, - "property2": {
- "property1": "string",
- "property2": "string"
}
}
}
Get recap quantities for a given field
query Parameters
target required | string |
required | object (Pageable) |
predicate required | object |
Responses
Response samples
- 200
- 401
- 403
- 404
- 500
Content type
application/json
{- "items": [
- {
- "targetValue": "string",
- "count": 0
}
], - "last": true,
- "totalItems": 0,
- "totalPages": 0,
- "size": 0,
- "number": 0
}
Search unwind for a given field
query Parameters
target required | string |
required | object (Pageable) |
predicate required | object |
Responses
Response samples
- 200
- 401
- 403
- 404
- 500
Content type
application/json
{- "items": [
- {
- "empty": true,
- "property1": { },
- "property2": { }
}
], - "last": true,
- "totalItems": 0,
- "totalPages": 0,
- "size": 0,
- "number": 0
}