What we’ll cover:
Applicable Roles:
HR Connect Administrator
Quick Reference Links:
Getting Started with Fringe Rates
- All column headers of the CSV are required, however the value for the column is not required (unless specified).
- Values provided will be merged into the existing records with the Cayuse system.
- Deleting records and removing values are not supported at this time.
- If optional columns are not included in the file, those fields will not be updated.
API
Request:
| Type | Value |
| Protocol | HTTPS |
| Method | POST |
| URL | /api/v2/administration/batch/upload/affiliationFringeRate |
| Query String Parameter | jobId=<ID of the Upload Job> |
Example:
# Call to upload the CSV
curl -H "Authorization: Bearer $AUTHORIZATON_TOKEN" \
-X POST \
-F "file=@$PATH_TO_CSV_FILE"
"https://$HOST/api/v2/administration/batch/upload/affiliationFringeRate"
Response (Json String):
| Name | Type | Description |
| jobId | UUID | Identifier for the job to query status or get the report |
Example:
{"jobId":"66c586ae-31cb-47a9-9155-bf76460a3bec"}