PassThrough Requests for getting the Job related fields

Sample PassThrough requeats for getting the list of possible values of officeId, hiringManagerId, recruiterId, departmentId, and currency fields in create job Api for Oracle Cloud HCM.

List Locations

Use the GeographyNodeId field, in the response, as the officeId in create job api.

A cURL request could look like this:

curl --location 'https://api.getknit.dev/v1.0/passthrough' \
--header 'Authorization: Bearer <YOUR_API_KEY>' \
--header 'X-Knit-Integration-Id: <YOUR_INTEGRATION_ID>' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{
    "method": "GET",
    "path": "recruitingHierarchyLocations"
}
'

and the response could look like the following:

{
    "success": true,
    "data": {
        "response": {
            "body": "{\n  \"items\" : [ {\n    \"GeographyId\" : 300000000183779,\n    \"GeographyNodeId\" : 100002000029784,\n    \"GeographyFlatName\" : \"Australia\",\n    \"GeographyShortName\" : \"Australia\",\n    \"GeographyLevel\" : 1,\n    \"links\" : [ {\n      \"rel\" : \"self\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/recruitingHierarchyLocations/300000000183779\",\n      \"name\" : \"recruitingHierarchyLocations\",\n      \"kind\" : \"item\"\n    }, {\n      \"rel\" : \"canonical\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/recruitingHierarchyLocations/300000000183779\",\n      \"name\" : \"recruitingHierarchyLocations\",\n      \"kind\" : \"item\"\n    } ]\n  }}",
            "headers": {
                "Content-Type": "application/vnd.oracle.adf.resourcecollection+json",
                "Referrer-Policy": "origin",
                "X-Content-Type-Options": "nosniff",
                "Cache-Control": "no-cache, no-store, must-revalidate",
                "Location": "",
                "X-ORACLE-DMS-ECID": "f1f539eeec414d7ac7528a90364c3bd1",
                "X-ORACLE-DMS-RID": "0:1:1",
                "Link": "<https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/recruitingHierarchyLocations>;rel=\"self\";kind=\"collection\";name=\"recruitingHierarchyLocations\"",
                "REST-Framework-Version": "1",
                "X-XSS-Protection": "1; mode=block",
                "X-Frame-Options": "SAMEORIGIN",
                "Pragma": "no-cache",
                "Content-Language": "en",
                "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
                "Date": "Wed, 03 Sep 2025 09:10:17 GMT",
                "Connection": "keep-alive",
                "Server-Timing": "ak_p; desc=\"1756890616644_399420687_101731304_90743_8502_6_0_-\";dur=1",
                "PM_USER_POD_NAME": "euth-dev7",
                "PM_USER_CNAME_REGION": "us-phoenix-1",
                "PM_USER_CNAME_PREFIX": "",
                "PM_USER_ORIGIN": "euth-dev7.ds-fa-origin.us-phoenix-1.oraclepdemos.com",
                "cdnReqID": "0.0fadce17.1756890616.6104be8",
                "content-length": "18992"
            }
        }
    }
}


List Users

Use the PersonId field, in the response, as the hiringManagerId and recruiterId in create job api.

A cURL request could look like this:

curl --location 'https://api.getknit.dev/v1.0/passthrough' \
--header 'Authorization: Bearer <YOUR_API_KEY>' \
--header 'X-Knit-Integration-Id: <YOUR_INTEGRATION_ID>' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{
    "method": "GET",
    "path": "workers"
}'

and the response could look like the following:

{
    "success": true,
    "data": {
        "response": {
            "body": "{\n  \"items\" : [ {\n    \"PersonId\" : 300000047626100,\n    \"PersonNumber\" : \"10\",\n    \"CorrespondenceLanguage\" : null,\n    \"BloodType\" : null,\n    \"DateOfBirth\" : null,\n    \"DateOfDeath\" : null,\n    \"CountryOfBirth\" : null,\n    \"RegionOfBirth\" : null,\n    \"TownOfBirth\" : null,\n    \"ApplicantNumber\" : null,\n    \"CreatedBy\" : \"HCM_IMPL\",\n    \"CreationDate\" : \"2013-11-19T09:28:49+00:00\",\n    \"LastUpdatedBy\" : \"DEMOFAADMIN\",\n    \"LastUpdateDate\" : \"2023-07-28T06:53:00.051+00:00\",\n    \"links\" : [ {\n      \"rel\" : \"self\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078\",\n      \"name\" : \"workers\",\n      \"kind\" : \"item\",\n      \"properties\" : {\n        \"changeIndicator\" : \"ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000002770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E00020000000178\"\n      }\n    }, {\n      \"rel\" : \"canonical\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078\",\n      \"name\" : \"workers\",\n      \"kind\" : \"item\"\n    }, {\n      \"rel\" : \"child\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078/child/addresses\",\n      \"name\" : \"addresses\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"child\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078/child/citizenships\",\n      \"name\" : \"citizenships\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"child\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078/child/disabilities\",\n      \"name\" : \"disabilities\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"child\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078/child/driverLicenses\",\n      \"name\" : \"driverLicenses\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"child\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078/child/emails\",\n      \"name\" : \"emails\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"child\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078/child/ethnicities\",\n      \"name\" : \"ethnicities\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"child\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078/child/externalIdentifiers\",\n      \"name\" : \"externalIdentifiers\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"child\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078/child/legislativeInfo\",\n      \"name\" : \"legislativeInfo\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"child\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078/child/messages\",\n      \"name\" : \"messages\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"child\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078/child/names\",\n      \"name\" : \"names\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"child\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078/child/nationalIdentifiers\",\n      \"name\" : \"nationalIdentifiers\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"child\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078/child/otherCommunicationAccounts\",\n      \"name\" : \"otherCommunicationAccounts\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"child\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078/child/passports\",\n      \"name\" : \"passports\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"child\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078/child/phones\",\n      \"name\" : \"phones\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"child\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078/child/photos\",\n      \"name\" : \"photos\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"child\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078/child/religions\",\n      \"name\" : \"religions\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"child\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078/child/visasPermits\",\n      \"name\" : \"visasPermits\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"child\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078/child/workRelationships\",\n      \"name\" : \"workRelationships\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"child\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078/child/workersDFF\",\n      \"name\" : \"workersDFF\",\n      \"kind\" : \"collection\"\n    }, {\n      \"rel\" : \"child\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED00057708000110D9344577740000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001990CDF880078/child/workersEFF\",\n      \"name\" : \"workersEFF\",\n      \"kind\" : \"collection\"\n    } ]\n  }]\n}",
            "headers": {
                "Content-Type": "application/vnd.oracle.adf.resourcecollection+json",
                "Referrer-Policy": "origin",
                "X-Content-Type-Options": "nosniff",
                "Cache-Control": "no-cache, no-store, must-revalidate",
                "Location": "",
                "X-ORACLE-DMS-ECID": "b0f6bd7b6b55f9030eeaa10a8aeb2aec",
                "X-ORACLE-DMS-RID": "0:1:1",
                "Link": "<https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/workers>;rel=\"self\";kind=\"collection\";name=\"workers\"",
                "REST-Framework-Version": "1",
                "X-XSS-Protection": "1; mode=block",
                "X-Frame-Options": "SAMEORIGIN",
                "Pragma": "no-cache",
                "Content-Language": "en",
                "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
                "Date": "Wed, 03 Sep 2025 09:15:30 GMT",
                "Transfer-Encoding": "chunked",
                "Connection": "Transfer-Encoding",
                "Server-Timing": "ak_p; desc=\"1756890928674_399420716_488255150_154187_17374_6_9_-\";dur=1",
                "PM_USER_POD_NAME": "euth-dev7",
                "PM_USER_CNAME_REGION": "us-phoenix-1",
                "PM_USER_CNAME_PREFIX": "",
                "PM_USER_ORIGIN": "euth-dev7.ds-fa-origin.us-phoenix-1.oraclepdemos.com",
                "cdnReqID": "0.2cadce17.1756890928.1d1a2eae"
            }
        }
    }
}


List Departments

Use the OrganizationId field, in the response, as the departmentId in create job api.

A cURL request could look like this:

curl --location 'https://api.getknit.dev/v1.0/passthrough' \
--header 'Authorization: Bearer <YOUR_API_KEY>' \
--header 'X-Knit-Integration-Id: <YOUR_INTEGRATION_ID>' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{
    "method": "GET",
    "path": "departmentsLov"
    }
'

and the response could look like the following:

{
    "success": true,
    "data": {
        "response": {
            "body": "{\n  \"items\" : [ {\n    \"OrganizationId\" : 300000219246744,\n    \"EffectiveStartDate\" : \"1951-01-01\",\n    \"EffectiveEndDate\" : \"4712-12-31\",\n    \"Name\" : \"013010 CSO\",\n    \"Title\" : null,\n    \"Status\" : \"I\",\n    \"LocationId\" : 300000219209153,\n    \"LocationCode\" : \"Columbus, OH\",\n    \"LocationName\" : \"Columbus, OH\",\n    \"SetId\" : 300000216960851,\n    \"SetCode\" : \"FEDUSBUSET\",\n    \"SetName\" : \"Federal US BU Set\",\n    \"links\" : [ {\n      \"rel\" : \"self\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/departmentsLov/00070000000EACED00057708000110D93E8030980000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708FFFFFF746419F000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110D93E7F9DC20000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708FFFFFF746419F000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110D93E5D4F53\",\n      \"name\" : \"departmentsLov\",\n      \"kind\" : \"item\"\n    }, {\n      \"rel\" : \"canonical\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/departmentsLov/00070000000EACED00057708000110D93E8030980000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708FFFFFF746419F000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110D93E7F9DC20000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708FFFFFF746419F000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110D93E5D4F53\",\n      \"name\" : \"departmentsLov\",\n      \"kind\" : \"item\"\n    } ]\n  } ]\n}",
            "headers": {
                "Content-Type": "application/vnd.oracle.adf.resourcecollection+json",
                "Referrer-Policy": "origin",
                "X-Content-Type-Options": "nosniff",
                "Cache-Control": "max-age=3600",
                "Location": "",
                "X-ORACLE-DMS-ECID": "59bedc370b3d1252d5d065066202bb0a",
                "X-ORACLE-DMS-RID": "0:1:1",
                "Link": "<https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/hcmRestApi/resources/11.13.18.05/departmentsLov>;rel=\"self\";kind=\"collection\";name=\"departmentsLov\"",
                "REST-Framework-Version": "1",
                "X-XSS-Protection": "1; mode=block",
                "X-Frame-Options": "SAMEORIGIN",
                "Content-Language": "en",
                "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
                "Date": "Wed, 03 Sep 2025 09:16:54 GMT",
                "Transfer-Encoding": "chunked",
                "Connection": "Transfer-Encoding",
                "Server-Timing": "ak_p; desc=\"1756891013970_399420687_102136323_66272_11099_6_3_-\";dur=1",
                "PM_USER_POD_NAME": "euth-dev7",
                "PM_USER_CNAME_REGION": "us-phoenix-1",
                "PM_USER_CNAME_PREFIX": "",
                "PM_USER_ORIGIN": "euth-dev7.ds-fa-origin.us-phoenix-1.oraclepdemos.com",
                "cdnReqID": "0.0fadce17.1756891013.6167a03"
            }
        }
    }
}


List Currencies

Use the CurrencyCode field, in the response, as the currency in create job api.

A cURL request could look like this:

curl --location 'https://api.getknit.dev/v1.0/passthrough' \
--header 'Authorization: Bearer <YOUR_API_KEY>' \
--header 'X-Knit-Integration-Id: <YOUR_INTEGRATION_ID>' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{
    "method": "GET",
    "baseUrl": "<baseUrl>",
    "path": "fscmRestApi/resources/11.13.18.05/currenciesLOV"
}
'

and the response could look like the following:

{
    "success": true,
    "data": {
        "response": {
            "body": "{\n  \"items\" : [ {\n    \"CurrencyCode\" : \"AN\",\n    \"Name\" : \"ANSHU CURRENCY\",\n    \"Description\" : \"Hyderabad Anshu Currency\",\n    \"EnabledFlag\" : \"Y\",\n    \"StartDateActive\" : \"2025-08-18\",\n    \"EndDateActive\" : \"2025-08-31\",\n    \"ActiveDate\" : null,\n    \"CurrencyFormat\" : \"#,##0.00;-#,##0.00\",\n    \"CurrencyFormatWithSymbol\" : \"'AN' #,##0.00;'AN' -#,##0.00\",\n    \"CurrencyFormatWithCode\" : \"'AN' #,##0.00;'AN' -#,##0.00\",\n    \"IssuingTerritoryCode\" : null,\n    \"Symbol\" : null,\n    \"Precision\" : 2,\n    \"ExtendedPrecision\" : 5,\n    \"CurrencyFlag\" : \"Y\",\n    \"links\" : [ {\n      \"rel\" : \"self\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/fscmRestApi/resources/11.13.18.05/currenciesLOV/AN\",\n      \"name\" : \"currenciesLOV\",\n      \"kind\" : \"item\"\n    }, {\n      \"rel\" : \"canonical\",\n      \"href\" : \"https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/fscmRestApi/resources/11.13.18.05/currenciesLOV/AN\",\n      \"name\" : \"currenciesLOV\",\n      \"kind\" : \"item\"\n    } ]\n  }]\n}",
            "headers": {
                "Content-Type": "application/vnd.oracle.adf.resourcecollection+json",
                "Referrer-Policy": "origin",
                "X-Content-Type-Options": "nosniff",
                "Cache-Control": "private, max-age=3600",
                "Location": "",
                "X-ORACLE-DMS-ECID": "0a5d464cdeee6ca4d2304a684c8dea4b",
                "X-ORACLE-DMS-RID": "0:1:1",
                "Link": "<https://fa-euth-dev7-saasfademo1.ds-fa.oraclepdemos.com:443/fscmRestApi/resources/11.13.18.05/currenciesLOV>;rel=\"self\";kind=\"collection\";name=\"currenciesLOV\"",
                "REST-Framework-Version": "1",
                "X-XSS-Protection": "1; mode=block",
                "X-Frame-Options": "SAMEORIGIN",
                "Content-Language": "en",
                "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
                "Date": "Wed, 03 Sep 2025 14:40:13 GMT",
                "Connection": "keep-alive",
                "Server-Timing": "ak_p; desc=\"1756910412723_399834711_307105964_54830_15247_1_12_-\";dur=1",
                "PM_USER_POD_NAME": "euth-dev7",
                "PM_USER_CNAME_REGION": "us-phoenix-1",
                "PM_USER_CNAME_PREFIX": "",
                "PM_USER_ORIGIN": "euth-dev7.ds-fa-origin.us-phoenix-1.oraclepdemos.com",
                "cdnReqID": "0.57fed417.1756910412.124e10ac",
                "content-length": "24782"
            }
        }
    }
}