Creates a new FundingRequestClaim
Success
Unauthorized
{- "batch_Number": 0,
- "batch_Claim": 0,
- "request_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "funded": true,
- "funded_Amount": 0.1,
- "funded_Date": "2019-08-24T14:15:22Z",
- "request_Amount": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "batch_Number": 0,
- "batch_Claim": 0,
- "request_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "funded": true,
- "funded_Amount": 0.1,
- "funded_Date": "2019-08-24T14:15:22Z",
- "request_Amount": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all FundingRequestClaim for the given requestKey
Success
Unauthorized
Lists all FundingRequestClaim Summary for the given requestKey. The Summary view has additional computed fields that are ot present on the FundingRequestClaim object.
Success
Unauthorized
Updates a specific FundingRequestClaim.
Success
Unauthorized
{- "batch_Number": 0,
- "batch_Claim": 0,
- "request_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "funded": true,
- "funded_Amount": 0.1,
- "funded_Date": "2019-08-24T14:15:22Z",
- "request_Amount": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "batch_Number": 0,
- "batch_Claim": 0,
- "request_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "funded": true,
- "funded_Amount": 0.1,
- "funded_Date": "2019-08-24T14:15:22Z",
- "request_Amount": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple FundingRequestClaim at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "batch_Number": 0,
- "batch_Claim": 0,
- "request_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "funded": true,
- "funded_Amount": 0.1,
- "funded_Date": "2019-08-24T14:15:22Z",
- "request_Amount": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "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"
}
}