Creates a new FundingIndicator
Success
Unauthorized
{- "funding_Indicator": "s",
- "description": "string"
}
{- "data": {
- "funding_Indicator": "s",
- "description": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all FundingIndicator
Success
Unauthorized
Updates a specific FundingIndicator.
Success
Unauthorized
{- "funding_Indicator": "s",
- "description": "string"
}
{- "data": {
- "funding_Indicator": "s",
- "description": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple FundingIndicator at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "funding_Indicator": "s",
- "description": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}