Create job assignment overrides

post

/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/BillPlan/{BillPlanUniqID}/child/JobAssignmentOverride

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key--- BillPlanId and MajorVersion ---for the Bill Plans resource and used to uniquely identify an instance of Bill Plans. The client should not generate the hash key value. Instead, the client should query on the Bill Plans collection resource with a filter on the primary key values in order to navigate to a specific instance of Bill Plans.

    For example: BillPlan?q=BillPlanId=<value1>;MajorVersion=<value2>
  • This is the hash key of the attributes which make up the composite key for the Contracts resource and used to uniquely identify an instance of Contracts. The client should not generate the hash key value. Instead, the client should query on the Contracts collection resource in order to navigate to a specific instance of Contracts to get the hash key.
Header Parameters
  • This header accepts a string value. The string is a semi-colon separated list of =. It is used to perform effective date range operations. The accepted parameters are RangeMode, RangeSpan, RangeStartDate, RangeEndDate, RangeStartSequence and RangeEndSequence. The parameter values are always strings. The possible values for RangeMode are SET_LOGICAL_START, SET_LOGICAL_END, END_DATE, SET_EFFECTIVE_START, SET_EFFECTIVE_END, REPLACE_CORRECTION, REPLACE_UPDATE, RECONCILE_CORRECTION, CORRECTION, RECONCILE_UPDATE, UPDATE, ZAP and DELETE_CHANGES. The possible values for RangeSpan are PHYSICAL_ROW_END_DATE and LOGICAL_ROW_END_DATE. The values for RangeStartDate and RangeEndDate have to be a string representation of a date in yyyy-MM-dd format. The value for RangeStartSequence and RangeEndSequence must be strings such that when parsed they yield positive integers.
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Title: Billing Title Override
    Maximum Length: 80
    Name of the override job title being assigned to the person for this bill plan. Used to display on the invoice to the customer.
  • Title: Contract Line ID
    Unique identifier of the contract line for which the job assignment override is defined.
  • Title: Contract Line Number
    Maximum Length: 150
    The contract line for which the job assignment override is defined.
  • Title: Email
    Maximum Length: 240
    The email address for whom the job assignment override is defined.
  • Title: End Date
    The date to which a job assignment override applies.
  • Title: External Reference Key
    Maximum Length: 150
    Unique identifier of the job assignment override in the source application. Used to identify job assignment overrides created through external webservices.
  • Title: External Source Key
    Maximum Length: 150
    Unique identifier of the source application from where the job assignment override originates. Used to identify job assignment overrides created through external webservices.
  • Title: Job Assignment Override ID
    The unique identifier of the job assignment override on the bill plan that identifies the negotiated job assigned to a specific person, rather than the normal job for that person.
  • Title: Job Code
    The job code of the override being assigned to the person for this bill or revenue plan.
  • Title: Job ID
    Unique identifier of the override job being assigned to the person for this bill or revenue plan.
  • Title: Job Name
    Maximum Length: 240
    The job name of the override being assigned to the person for this bill or revenue plan.
  • Title: Version
    Default Value: 1
    The version of the contract containing this particular set of job assignment override details.
  • Title: Person ID
    Unique identifier of the person for whom the job assignment override is defined.
  • Title: Person
    Maximum Length: 2000
    The person for whom the job assignment override is defined.
  • Title: Person Number
    Maximum Length: 30
    The person number for whom the job assignment override is defined.
  • Title: Start Date
    The date from which a job assignment override applies.
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : contracts-BillPlan-JobAssignmentOverride-item-response
Type: object
Show Source
  • Title: Billing Title Override
    Maximum Length: 80
    Name of the override job title being assigned to the person for this bill plan. Used to display on the invoice to the customer.
  • Title: Contract Line ID
    Unique identifier of the contract line for which the job assignment override is defined.
  • Title: Contract Line Number
    Maximum Length: 150
    The contract line for which the job assignment override is defined.
  • Title: Email
    Maximum Length: 240
    The email address for whom the job assignment override is defined.
  • Title: End Date
    The date to which a job assignment override applies.
  • Title: External Reference Key
    Maximum Length: 150
    Unique identifier of the job assignment override in the source application. Used to identify job assignment overrides created through external webservices.
  • Title: External Source Key
    Maximum Length: 150
    Unique identifier of the source application from where the job assignment override originates. Used to identify job assignment overrides created through external webservices.
  • Title: Job Assignment Override ID
    The unique identifier of the job assignment override on the bill plan that identifies the negotiated job assigned to a specific person, rather than the normal job for that person.
  • Title: Job Code
    The job code of the override being assigned to the person for this bill or revenue plan.
  • Title: Job ID
    Unique identifier of the override job being assigned to the person for this bill or revenue plan.
  • Title: Job Name
    Maximum Length: 240
    The job name of the override being assigned to the person for this bill or revenue plan.
  • Links
  • Title: Version
    Default Value: 1
    The version of the contract containing this particular set of job assignment override details.
  • Title: Person ID
    Unique identifier of the person for whom the job assignment override is defined.
  • Title: Person
    Maximum Length: 2000
    The person for whom the job assignment override is defined.
  • Title: Person Number
    Maximum Length: 30
    The person number for whom the job assignment override is defined.
  • Title: Start Date
    The date from which a job assignment override applies.
Back to Top

Examples

The following example shows how to get all job assignment overrides by submitting a GET request on the REST resource using cURL.

cURL Command

curl -X GET "https://servername.fa.us2.oraclecloud.comfscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/BillPlan/{BillPlanUniqID}/child/JobAssignmentOverride" \
  -u "username:password" \
  -H "REST-Framework-Version: 8"

Example of Response Body

The following shows the contents of the response body in JSON format.
{
  "items": [
    {
      "Id": 10001,
      "MajorVersion": 1,
      "ExternalSource": null,
      "ExternalKey": null,
      "InvConvRateTypeName": null,
      "InvConvRateDateTypeName": null,
      "OrgName": "Vision Operations",
      "OrgId": 204,
      "ContractTypeName": "Time and Material",
      "ContractClass": "CONTRACT",
      "ContractTypeId": 2001,
      "ContractNumber": "100",
      "ContractNumberModifier": null,
      "Cognomen": "Rudycorp demo",
      "BuyOrSell": "S",
      "PartyId": 204,
      "PartyName": null,
      "InvOrganizationId": 204,
      "StsCode": "EXPIRED",
      "CurrencyCode": "USD",
      "StartDate": "2008-07-01",
      "EndDate": "2009-06-30",
      "TrnCode": null,
      "SupplierId": null,
      "SupplierSiteId": null,
      "InvConvRateType": null,
      "InvConvRateDateType": null,
      "InvConvRateDate": null,
      "InvTrxTypeId": 8,
      "InvTrxTypeName": null,
      "InvPrepayTrxTypeId": null,
      "InvPrepayTrxTypeName": null,
      "BillToAccountId": 1004,
      "BillToAccount": "Hilman and Associates",
      "BillToAccountNumber": "1004",
      "BillToSiteUseId": null,
      "BillToSiteUseLocation": null,
      "BillToAddress": null,
      "ShipToAccountId": 1004,
      "ShipToAccount": "Hilman and Associates",
      "ShipToAccountNumber": "1004",
      "ShipToSiteUseId": null,
      "ShipToSiteUseLocation": null,
      "ShipToAddress": null,
      "ShipToAccountDescription": "Hilman and Associates",
      "SoldToAccountId": 1004,
      "SoldToAccount": "Hilman and Associates",
      "SoldToAccountNumber": "1004",
      "SoldToSiteId": null,
      "SoldToNumber": null,
      "SoldToAddress": null,
      "SoldToAccountDescription": "Hilman and Associates",
      "ShipInvOrgId": null,
      "RecvInvOrgId": null,
      "LegalEntityId": 204,
      "OutputTaxClassificationCode": null,
      "DateApproved": null,
      "DatetimeCancelled": null,
      "DateSigned": null,
      "DateTerminated": null,
      "TerminateCancelSource": null,
      "ContributionPercent": 1,
      "BillSequence": 1,
      "OverallRiskCode": null,
      "ShortDescription": "Rudycorp demo",
      "Description": "Time and Material Contract for Rudycorp",
      "HoldReasonCode": null,
      "HoldUntilDate": null,
      "AmendmentEffectiveDate": null,
      "TaxExemptionControl": "S",
      "ExemptCertificateNumber": null,
      "ExemptReasonCode": null,
      "ProjectEnabledFlag": true,
      "OutputTaxSetId": 204,
      "PartyObjectType": "OKX_PARTY",
      "PrimaryLedgerId": 1,
      "CustomerPartyId": 1004,
      "CustomerPartySiteId": null,
      "GeneratedInvoiceStatus": "R",
      "OwningOrgId": 204,
      "NetInvoiceFlag": false,
      "VersionType": "C",
      "OwningOrgName": "Vision Operations",
      "TaxClassificationMeaning": null,
      "ExemptionReasonMeaning": null,
      "FreightTerms": null,
      "FOB": null,
      "ApTermsId": null,
      "TermsEnabledFlag": false,
      "AmendRenderedFlag": "true",
      "DeleteRenderedFlag": "false",
      "ShipToLocationId": null,
      "CancelRenderedFlag": false,
      "CloseRenderedFlag": "true",
      "ApplyHoldRenderedFlag": "true",
      "RemoveHoldRenderedFlag": "false",
      "RevertRenderedFlag": "false",
      "SignContractRenderedFlag": "false",
      "ServiceEnabledFlag": "false",
      "EstimatedAmount": 0,
      "TaxAmount": null,
      "LastUpdateDate": "2025-12-18T13:14:07+00:00",
      "LastUpdateLogin": "6A199CBF1E870F01E0534180F50A7C56",
      "LastUpdatedBy": "FUSION",
      "VersionEnabledFlag": false,
      "SubmitRenderedFlag": "false",
      "CreatedBy": "1",
      "CreationDate": "2009-05-08T00:14:23+00:00",
      "CurrencyConversionEnabledFlag": "Y",
      "LedgerCurrency": "USD",
      "BilltoLocationId": null,
      "StopApprovalRenderedFlag": "false",
      "ValidateContractRenderedFlag": "true",
      "AgreedAmount": null,
      "AgreementAmountLimit": null,
      "MinimumReleaseAmount": null,
      "EncumbranceLevel": null,
      "CarrierId": null,
      "CarrierName": null,
      "CloseReason": null,
      "CancelReason": null,
      "AuthoringPartyCode": null,
      "PCDFileName": null,
      "HoldReasonMeaning": null,
      "PrimaryPartyId": 204,
      "OrigSystemId": null,
      "OrigSystemReference": null,
      "OrigSystemSourceCode": null,
      "ItemSourceCode": "PRODUCT_MASTER",
      "StateTransitionFlowName": null,
      "StateTransitionFlowState": "EXPIRED",
      "UserStatusCode": null,
      "AssigneeType": null,
      "AssigneeId": null,
      "Assignee": null,
      "CustomerPONumber": null,
      "ApprovalNote": null,
      "AccessLevel": "UPDATE",
      "ContractEditableFlag": "true",
      "TemplateFlag": false,
      "BillingSalesrepId": null,
      "BillingSalesrepName": null,
      "EnableManageSignature": "N",
      "ReopenEnabledFlag": false,
      "VersionDescription": null,
      "AllowTeamUserBUAccess": "true",
      "PriceList": null,
      "AdjustmentBasis": null,
      "CommitmentAmount": 0,
      "DiscountPercent": null,
      "AllowGrantContractType": "N",
      "PriceListName": null,
      "TrnCodeSetId": null,
      "HoldReasonCodeSetId": null,
      "WebServiceFlag": null,
      "TermsTemplateId": null,
      "ContractOwnerId": null,
      "Status": "Expired",
      "BuyOrSell_Meaning": "Sell",
      "AuthoringPartyMeaning": null,
      "InvOrgName": "Vision Operations",
      "Supplier": null,
      "SupplierSite": null,
      "ShipInvOrg": null,
      "RecvInvOrg": null,
      "Currency": "US Dollar",
      "UserStatusMeaning": null,
      "LegalEntityName": "Vision Operations",
      "ShipToOrgLocation": null,
      "BillToLocation": null,
      "AllowLinesFlag": true,
      "EnableElectronicSignFlag": false,
      "ContractTrueValue": null,
      "ShipToPartyId": null,
      "PricingStrategyId": null,
      "PricingStrategyName": null,
      "PricingSegmentCode": null,
      "PricingEffectivityDate": null,
      "ShipToPartyName": null,
      "ShipToPartySiteLocation": null,
      "CustomerPartyName": "Hilman and Associates",
      "TermsTemplateName": null,
      "TrxnExtensionId": null,
      "BillToAccountPartyId": 1004,
      "RenewalType": null,
      "UnderMigrationFlag": null,
      "TargetLineName": null,
      "TargetLineId": null,
      "TargetLineMajorVer": null,
      "ContractId": 100100069548563,
      "CorpCurrencyCode": null,
      "CurcyConvRateType": null,
      "PrimarySalesrepId": null,
      "AmendNoVersionFlag": false,
      "AutoSendForSignature": null,
      "PriceApplicationRule": null,
      "EsignTemplateId": null,
      "SignContract": null,
      "SendForSignature": null,
      "NonStandardClauseCount": "0",
      "CancelReasonSetCode": null,
      "CloseReasonSetCode": null,
      "HoldReasonSetCode": null,
      "ContractPuid": "KHDR-249",
      "EncumbranceLevelMeaning": null,
      "FOBMeaning": null,
      "FreightTermsMeaning": null,
      "TaxExemptionControlMeaning": "Standard",
      "SourceDocumentId": null,
      "SourceDocumentSystemCode": null,
      "SourceDocumentDisplayNumber": null,
      "ApTermsName": null,
      "RunContractExpertFlag": null,
      "DocumentType": "ECM_SELL",
      "ShareWithExternalPartyYn": "N",
      "BaseContractYN": "N",
      "SkipPDPFlag": null,
      "InterCompanyFlag": false,
      "InterProjectFlag": false,
      "LineClassCode": "PROJECT",
      "AiSummaryAttachInApprovalFlag": null,
      "AiSummaryGenerateDate": null,
      "AiSummaryPcdIncludedFlag": true,
      "AiSummaryRequestId": null,
      "AiSummaryRequestStatus": null,
      "AiSummaryRequestStatusMeaning": null,
      "SourceDocumentSystemMeaning": null,
      "ContractTermsSourceCode": null,
      "SimpleContractYn": null,
      "TermsAuthoringPartyCode": null,
      "AiAdvisorAgentFlag": null,
      "TermsAuthoringPartyMeaning": null,
      "ContractTermsSourceMeaning": null,
      "FulfillmentStatus": null,
      "FulfillmentStatusMeaning": null,
      "PoDocumentStyleDisplay": null,
      "PoDocumentStatusDisplay": null,
      "PoSupplierName": null,
      "PoHeaderId": null,
      "PoVersionId": null,
      "ProcessingId": null,
      "ShareInSupplierPortalRenderedFlag": false,
      "RedwoodFlag": null,
      "ExtractKeyTermsRenderedFlag": false,
      "PoDocumentNumber": null,
      "AiSummSubmittedBy": null,
      "AiSummSubmittedDate": null,
      "AiSummSubmittedByDispName": null,
      "SmartRedlineAgentTeamCode": null,
      "ContractConstant": "CONTRACT",
      "PoDocumentStatusCode": null,
      "FulfillmentChrId": null,
      "BillPlan": {
        "items": [
          {
            "BillPlanId": 6001,
            "MajorVersion": 1,
            "BillMethodId": 1003,
            "BillMethodName": "Bill Rate Invoice",
            "BillPlanName": "Time and Material Bill Plan",
            "InvoiceCurrencyOptCode": "CONTRACT",
            "BillingCurrencyType": "Contract",
            "PaymentTermsId": 1062,
            "PaymentTerms": "N30",
            "BillSetNumber": 1,
            "InvHdrGroupingOptions": null,
            "InvoiceHdrGrpOptName": null,
            "BillToCustomerAccountId": 1004,
            "BillToAccountNumber": "1004",
            "BillToSiteUseId": null,
            "BillToSite": null,
            "BillToContactId": null,
            "BillToContactName": null,
            "BillToContactEmail": null,
            "BillingCycleId": 4003,
            "BillingCycle": "Last Day of the Month",
            "LaborInvoiceFormatId": 7001,
            "LaborInvoiceFormat": "Contract Line and Employee",
            "NlInvoiceFormatId": 7002,
            "NonlaborInvoiceFormat": "Contract Line Expenditure Type",
            "EventsInvoiceFormatId": 7003,
            "EventInvoiceFormat": null,
            "FirstBillingOffsetDays": 0,
            "InvoiceInstructions": null,
            "InvoiceComment": "Vision Operations Billing Options for Time and Materials",
            "PersonBillRateSchId": 100000010146226,
            "PersonRateSchedule": "Employee Bill Rates",
            "JobBillRateSchId": 100000010179011,
            "JobRateSchedule": "Construction Job Bill Rates",
            "LaborSchFixedDate": "1957-01-01",
            "LaborDiscountPercentage": 0,
            "LaborDiscountReasonCode": null,
            "LaborRateChangeReason": null,
            "NlBillRateSchId": 100000010420025,
            "NonlaborRateSchedule": "Nonlabor Bill Rates",
            "NlSchFixedDate": "1957-01-01",
            "NlDiscountPercentage": 0,
            "NlDiscountReasonCode": null,
            "NonlaborRateChangeReason": null,
            "BurdenSchId": null,
            "BurdenSchedule": null,
            "BurdenSchFixedDate": null,
            "LaborTpScheduleId": null,
            "LaborTransferPriceSchedule": null,
            "LaborTpSchFixedDate": null,
            "NlTpScheduleId": null,
            "NonlaborTransferPriceSchedule": null,
            "NlTpSchFixedDate": null,
            "OnHoldFlag": false,
            "ExternalSourceKey": null,
            "ExternalReferenceKey": null,
            "InvoiceCurrencyDateType": null,
            "InvoiceCurrencyConversionDateType": null,
            "InvoiceCurrencyExchgDate": null,
            "InvoiceCurrencyRateType": null,
            "InvoiceCurrencyConversionRateType": null,
            "InvoiceCurrencyCode": null,
            "NlBillBasisCode": null,
            "NonlaborCostBasis": null,
            "LaborBillBasisCode": null,
            "LaborCostBasis": null,
            "LaborMarkupPercentage": null,
            "NlMarkupPercentage": null,
            "DocumentNumber": null,
            "LocFlag": null,
            "FederalInvoiceFormat": null,
            "ProjectRoleBillRateSchId": null,
            "ProjectRoleRateScheduleName": null,
            "JobAssignmentOverride": {
              "items": [
                {
                  "JobAssignmentOverrideId": 12001,
                  "MajorVersion": 1,
                  "ContractLineNumber": "15",
                  "ContractLineId": 11015,
                  "JobName": "CON600.Consultant",
                  "JobCode": "CON600.Consultant",
                  "JobId": 17,
                  "PersonName": "Winslow, Ms. Wendy",
                  "EmailAddress": null,
                  "PersonNumber": "14335",
                  "PersonId": 14335,
                  "BillingTitle": "SCN500.Senior Consultant",
                  "StartDateActive": "2009-06-01",
                  "EndDateActive": "2009-06-30",
                  "ExternalSourceKey": null,
                  "ExternalReferenceKey": null,
                  "@context": {
                    "key": "12001,1",
                    "headers": {
                      "ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    },
                    "links": [
                      {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/BillPlan/6001%2C1/child/JobAssignmentOverride/12001%2C1",
                        "name": "JobAssignmentOverride",
                        "kind": "item"
                      },
                      {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/BillPlan/6001%2C1/child/JobAssignmentOverride/12001%2C1",
                        "name": "JobAssignmentOverride",
                        "kind": "item"
                      },
                      {
                        "rel": "parent",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/BillPlan/6001%2C1",
                        "name": "BillPlan",
                        "kind": "item"
                      }
                    ]
                  }
                }
              ],
              "count": 1,
              "hasMore": false,
              "limit": 3,
              "offset": 0,
              "links": [
                {
                  "rel": "self",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/BillPlan/6001%2C1/child/JobAssignmentOverride",
                  "name": "JobAssignmentOverride",
                  "kind": "collection"
                }
              ]
            },
            "@context": {
              "key": "6001,1",
              "headers": {
                "ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
              },
              "links": [
                {
                  "rel": "self",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/BillPlan/6001%2C1",
                  "name": "BillPlan",
                  "kind": "item"
                },
                {
                  "rel": "canonical",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/BillPlan/6001%2C1",
                  "name": "BillPlan",
                  "kind": "item"
                },
                {
                  "rel": "parent",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563",
                  "name": "contracts",
                  "kind": "item"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/BillPlan/6001%2C1/child/BillPlanDescriptiveFlexField",
                  "name": "BillPlanDescriptiveFlexField",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/BillPlan/6001%2C1/child/BillPlanTranslation",
                  "name": "BillPlanTranslation",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/BillPlan/6001%2C1/child/JobAssignmentOverride",
                  "name": "JobAssignmentOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/BillPlan/6001%2C1/child/JobRateOverride",
                  "name": "JobRateOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/BillPlan/6001%2C1/child/JobTitleOverride",
                  "name": "JobTitleOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/BillPlan/6001%2C1/child/LaborMultiplierOverride",
                  "name": "LaborMultiplierOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/BillPlan/6001%2C1/child/NonLaborRateOverride",
                  "name": "NonLaborRateOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/BillPlan/6001%2C1/child/PersonRateOverride",
                  "name": "PersonRateOverride",
                  "kind": "collection"
                }
              ]
            }
          }
        ],
        "count": 1,
        "hasMore": false,
        "limit": 3,
        "offset": 0,
        "links": [
          {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/BillPlan",
            "name": "BillPlan",
            "kind": "collection"
          }
        ]
      },
      "@context": {
        "key": "100100069548563",
        "headers": {
          "ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000478"
        },
        "links": [
          {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563",
            "name": "contracts",
            "kind": "item"
          },
          {
            "rel": "canonical",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563",
            "name": "contracts",
            "kind": "item"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/AiGenerateSummaryDocs",
            "name": "AiGenerateSummaryDocs",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/BillPlan",
            "name": "BillPlan",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/BillingControl",
            "name": "BillingControl",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/ContractApprovalHistory",
            "name": "ContractApprovalHistory",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/ContractDocuments",
            "name": "ContractDocuments",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/ContractEsignHistory",
            "name": "ContractEsignHistory",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/ContractHeaderFlexfieldVA",
            "name": "ContractHeaderFlexfieldVA",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/ContractHeaderTranslation",
            "name": "ContractHeaderTranslation",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/ContractLine",
            "name": "ContractLine",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/ContractParty",
            "name": "ContractParty",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/ContractStatusHistory",
            "name": "ContractStatusHistory",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/ContractTerms",
            "name": "ContractTerms",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/ExternalSharedDocuments",
            "name": "ExternalSharedDocuments",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/InternalSharedDocuments",
            "name": "InternalSharedDocuments",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/Note",
            "name": "Note",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/RelatedDocument",
            "name": "RelatedDocument",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/RevenuePlan",
            "name": "RevenuePlan",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/SalesCredit",
            "name": "SalesCredit",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/Section",
            "name": "Section",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/SupportingDocuments",
            "name": "SupportingDocuments",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/UploadedRevisions",
            "name": "UploadedRevisions",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/contractKeyTermExtracts",
            "name": "contractKeyTermExtracts",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/child/smartActions",
            "name": "smartActions",
            "kind": "collection"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/validateContract",
            "name": "validateContract",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/createVersion",
            "name": "createVersion",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/revertContract",
            "name": "revertContract",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/sign",
            "name": "sign",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/submitForApproval",
            "name": "submitForApproval",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/downloadLatestContractDocument",
            "name": "downloadLatestContractDocument",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/classifyKeyTerms",
            "name": "classifyKeyTerms",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/stopApproval",
            "name": "stopApproval",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/getUpdatableAttributes",
            "name": "getUpdatableAttributes",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/reopen",
            "name": "reopen",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/getAllInternalPartyContacts",
            "name": "getAllInternalPartyContacts",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/getAllExternalPartyContacts",
            "name": "getAllExternalPartyContacts",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/downloadAIContractSummaryPDF",
            "name": "downloadAIContractSummaryPDF",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/isContractRedwoodCompatible",
            "name": "isContractRedwoodCompatible",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/getDefaultTermsTemplate",
            "name": "getDefaultTermsTemplate",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/applyHold",
            "name": "applyHold",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/removeHold",
            "name": "removeHold",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/cancel",
            "name": "cancel",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/duplicate",
            "name": "duplicate",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/preview",
            "name": "preview",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/close",
            "name": "close",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/amend",
            "name": "amend",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/extractKeyTermValues",
            "name": "extractKeyTermValues",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/downloadContractTermsInWord",
            "name": "downloadContractTermsInWord",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/generateContractSummary",
            "name": "generateContractSummary",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/shareInSupplierPortal",
            "name": "shareInSupplierPortal",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/createContractEnvelopeForSignature",
            "name": "createContractEnvelopeForSignature",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/manageContractEnvelopeStatus",
            "name": "manageContractEnvelopeStatus",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/manageContractSignatureEnvelope",
            "name": "manageContractSignatureEnvelope",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/removeContractTerms",
            "name": "removeContractTerms",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/getSignedContractEnvelopeHistoryUrl",
            "name": "getSignedContractEnvelopeHistoryUrl",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/addContractTermsStructured",
            "name": "addContractTermsStructured",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/action/addContractTermsAttachedDocument",
            "name": "addContractTermsAttachedDocument",
            "kind": "other"
          },
          {
            "rel": "enclosure",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069548563/enclosure/AiSummary",
            "name": "AiSummary",
            "kind": "other"
          }
        ]
      }
    },
    {
      "Id": 300100012807757,
      "MajorVersion": 1,
      "ExternalSource": null,
      "ExternalKey": null,
      "InvConvRateTypeName": "Spot",
      "InvConvRateDateTypeName": "Transaction date",
      "OrgName": "Vision Operations",
      "OrgId": 204,
      "ContractTypeName": "Sell : Project lines",
      "ContractClass": "CONTRACT",
      "ContractTypeId": 104,
      "ContractNumber": "ZOKC-INF-PMactive003",
      "ContractNumberModifier": null,
      "Cognomen": null,
      "BuyOrSell": "S",
      "PartyId": 1004,
      "PartyName": "Hilman and Associates",
      "InvOrganizationId": 204,
      "StsCode": "ACTIVE",
      "CurrencyCode": "USD",
      "StartDate": "2012-08-30",
      "EndDate": null,
      "TrnCode": null,
      "SupplierId": null,
      "SupplierSiteId": null,
      "InvConvRateType": "Spot",
      "InvConvRateDateType": "TRANSACTION",
      "InvConvRateDate": null,
      "InvTrxTypeId": 37,
      "InvTrxTypeName": "PA Invoice",
      "InvPrepayTrxTypeId": null,
      "InvPrepayTrxTypeName": null,
      "BillToAccountId": 1004,
      "BillToAccount": "Hilman and Associates",
      "BillToAccountNumber": "1004",
      "BillToSiteUseId": 1017,
      "BillToSiteUseLocation": "Tulsa (OPS)",
      "BillToAddress": "1230 East 60th Street South,OK",
      "ShipToAccountId": 1004,
      "ShipToAccount": "Hilman and Associates",
      "ShipToAccountNumber": "1004",
      "ShipToSiteUseId": 1018,
      "ShipToSiteUseLocation": "Tulsa (OPS)",
      "ShipToAddress": "1230 East 60th Street South,OK",
      "ShipToAccountDescription": "Hilman and Associates",
      "SoldToAccountId": 1004,
      "SoldToAccount": "Hilman and Associates",
      "SoldToAccountNumber": "1004",
      "SoldToSiteId": 1030,
      "SoldToNumber": "San Jose (OPS)",
      "SoldToAddress": "320 N First St,SAN JOSE, CA 95113",
      "SoldToAccountDescription": "Hilman and Associates",
      "ShipInvOrgId": 204,
      "RecvInvOrgId": null,
      "LegalEntityId": 204,
      "OutputTaxClassificationCode": null,
      "DateApproved": "2012-08-31",
      "DatetimeCancelled": null,
      "DateSigned": "2012-08-31",
      "DateTerminated": null,
      "TerminateCancelSource": null,
      "ContributionPercent": 1,
      "BillSequence": 1,
      "OverallRiskCode": null,
      "ShortDescription": null,
      "Description": null,
      "HoldReasonCode": null,
      "HoldUntilDate": null,
      "AmendmentEffectiveDate": null,
      "TaxExemptionControl": "S",
      "ExemptCertificateNumber": null,
      "ExemptReasonCode": null,
      "ProjectEnabledFlag": true,
      "OutputTaxSetId": 204,
      "PartyObjectType": "OKX_PARTY",
      "PrimaryLedgerId": 1,
      "CustomerPartyId": 1004,
      "CustomerPartySiteId": 1018,
      "GeneratedInvoiceStatus": "D",
      "OwningOrgId": 204,
      "NetInvoiceFlag": false,
      "VersionType": "C",
      "OwningOrgName": "Vision Operations",
      "TaxClassificationMeaning": null,
      "ExemptionReasonMeaning": null,
      "FreightTerms": null,
      "FOB": null,
      "ApTermsId": null,
      "TermsEnabledFlag": true,
      "AmendRenderedFlag": "true",
      "DeleteRenderedFlag": "false",
      "ShipToLocationId": null,
      "CancelRenderedFlag": false,
      "CloseRenderedFlag": "true",
      "ApplyHoldRenderedFlag": "true",
      "RemoveHoldRenderedFlag": "false",
      "RevertRenderedFlag": "false",
      "SignContractRenderedFlag": "false",
      "ServiceEnabledFlag": "false",
      "EstimatedAmount": 85000,
      "TaxAmount": 0,
      "LastUpdateDate": "2025-12-18T13:14:07+00:00",
      "LastUpdateLogin": "C8595C3AC0004072E0432620F00A8AB8",
      "LastUpdatedBy": "FUSION",
      "VersionEnabledFlag": false,
      "SubmitRenderedFlag": "false",
      "CreatedBy": "CONMGR",
      "CreationDate": "2012-08-30T23:52:21.990+00:00",
      "CurrencyConversionEnabledFlag": "Y",
      "LedgerCurrency": "USD",
      "BilltoLocationId": null,
      "StopApprovalRenderedFlag": "false",
      "ValidateContractRenderedFlag": "true",
      "AgreedAmount": null,
      "AgreementAmountLimit": null,
      "MinimumReleaseAmount": null,
      "EncumbranceLevel": null,
      "CarrierId": null,
      "CarrierName": null,
      "CloseReason": null,
      "CancelReason": null,
      "AuthoringPartyCode": null,
      "PCDFileName": null,
      "HoldReasonMeaning": null,
      "PrimaryPartyId": 1004,
      "OrigSystemId": 300100012798153,
      "OrigSystemReference": "1",
      "OrigSystemSourceCode": "OKCCOPY",
      "ItemSourceCode": "PRODUCT_MASTER",
      "StateTransitionFlowName": null,
      "StateTransitionFlowState": "ACTIVE",
      "UserStatusCode": null,
      "AssigneeType": null,
      "AssigneeId": null,
      "Assignee": null,
      "CustomerPONumber": null,
      "ApprovalNote": null,
      "AccessLevel": "UPDATE",
      "ContractEditableFlag": "true",
      "TemplateFlag": false,
      "BillingSalesrepId": null,
      "BillingSalesrepName": null,
      "EnableManageSignature": "N",
      "ReopenEnabledFlag": false,
      "VersionDescription": null,
      "AllowTeamUserBUAccess": "true",
      "PriceList": null,
      "AdjustmentBasis": null,
      "CommitmentAmount": 0,
      "DiscountPercent": null,
      "AllowGrantContractType": "N",
      "PriceListName": null,
      "TrnCodeSetId": null,
      "HoldReasonCodeSetId": null,
      "WebServiceFlag": null,
      "TermsTemplateId": null,
      "ContractOwnerId": null,
      "Status": "Active",
      "BuyOrSell_Meaning": "Sell",
      "AuthoringPartyMeaning": null,
      "InvOrgName": "Vision Operations",
      "Supplier": null,
      "SupplierSite": null,
      "ShipInvOrg": "Vision Operations",
      "RecvInvOrg": null,
      "Currency": "US Dollar",
      "UserStatusMeaning": null,
      "LegalEntityName": "Vision Operations",
      "ShipToOrgLocation": null,
      "BillToLocation": null,
      "AllowLinesFlag": true,
      "EnableElectronicSignFlag": false,
      "ContractTrueValue": null,
      "ShipToPartyId": null,
      "PricingStrategyId": null,
      "PricingStrategyName": null,
      "PricingSegmentCode": null,
      "PricingEffectivityDate": null,
      "ShipToPartyName": null,
      "ShipToPartySiteLocation": null,
      "CustomerPartyName": "Hilman and Associates",
      "TermsTemplateName": null,
      "TrxnExtensionId": null,
      "BillToAccountPartyId": 1004,
      "RenewalType": null,
      "UnderMigrationFlag": null,
      "TargetLineName": null,
      "TargetLineId": null,
      "TargetLineMajorVer": null,
      "ContractId": 100100069549912,
      "CorpCurrencyCode": null,
      "CurcyConvRateType": null,
      "PrimarySalesrepId": null,
      "AmendNoVersionFlag": false,
      "AutoSendForSignature": null,
      "PriceApplicationRule": null,
      "EsignTemplateId": null,
      "SignContract": null,
      "SendForSignature": null,
      "NonStandardClauseCount": "0",
      "CancelReasonSetCode": null,
      "CloseReasonSetCode": null,
      "HoldReasonSetCode": null,
      "ContractPuid": "KHDR-369",
      "EncumbranceLevelMeaning": null,
      "FOBMeaning": null,
      "FreightTermsMeaning": null,
      "TaxExemptionControlMeaning": "Standard",
      "SourceDocumentId": null,
      "SourceDocumentSystemCode": null,
      "SourceDocumentDisplayNumber": null,
      "ApTermsName": null,
      "RunContractExpertFlag": null,
      "DocumentType": "ECM_SELL",
      "ShareWithExternalPartyYn": "N",
      "BaseContractYN": "N",
      "SkipPDPFlag": null,
      "InterCompanyFlag": false,
      "InterProjectFlag": false,
      "LineClassCode": "PROJECT",
      "AiSummaryAttachInApprovalFlag": null,
      "AiSummaryGenerateDate": null,
      "AiSummaryPcdIncludedFlag": true,
      "AiSummaryRequestId": null,
      "AiSummaryRequestStatus": null,
      "AiSummaryRequestStatusMeaning": null,
      "SourceDocumentSystemMeaning": null,
      "ContractTermsSourceCode": null,
      "SimpleContractYn": null,
      "TermsAuthoringPartyCode": null,
      "AiAdvisorAgentFlag": null,
      "TermsAuthoringPartyMeaning": null,
      "ContractTermsSourceMeaning": null,
      "FulfillmentStatus": null,
      "FulfillmentStatusMeaning": null,
      "PoDocumentStyleDisplay": null,
      "PoDocumentStatusDisplay": null,
      "PoSupplierName": null,
      "PoHeaderId": null,
      "PoVersionId": null,
      "ProcessingId": null,
      "ShareInSupplierPortalRenderedFlag": false,
      "RedwoodFlag": null,
      "ExtractKeyTermsRenderedFlag": false,
      "PoDocumentNumber": null,
      "AiSummSubmittedBy": null,
      "AiSummSubmittedDate": null,
      "AiSummSubmittedByDispName": null,
      "SmartRedlineAgentTeamCode": null,
      "ContractConstant": "CONTRACT",
      "PoDocumentStatusCode": null,
      "FulfillmentChrId": null,
      "BillPlan": {
        "items": [
          {
            "BillPlanId": 300100012807759,
            "MajorVersion": 1,
            "BillMethodId": 1003,
            "BillMethodName": "Bill Rate Invoice",
            "BillPlanName": "bp-7",
            "InvoiceCurrencyOptCode": "CONTRACT",
            "BillingCurrencyType": "Contract",
            "PaymentTermsId": 4,
            "PaymentTerms": "30 Net",
            "BillSetNumber": 1,
            "InvHdrGroupingOptions": null,
            "InvoiceHdrGrpOptName": null,
            "BillToCustomerAccountId": 1004,
            "BillToAccountNumber": "1004",
            "BillToSiteUseId": 1017,
            "BillToSite": "Tulsa (OPS)",
            "BillToContactId": 1087,
            "BillToContactName": "Betty Lewis",
            "BillToContactEmail": "sendmail-test-discard@oracle.com",
            "BillingCycleId": 4002,
            "BillingCycle": "First Day of the Month",
            "LaborInvoiceFormatId": 100000011406004,
            "LaborInvoiceFormat": "Cont Line Prj/Task Format",
            "NlInvoiceFormatId": 7002,
            "NonlaborInvoiceFormat": "Contract Line Expenditure Type",
            "EventsInvoiceFormatId": 100000011213026,
            "EventInvoiceFormat": "Cont Line Project/Task Event",
            "FirstBillingOffsetDays": null,
            "InvoiceInstructions": null,
            "InvoiceComment": null,
            "PersonBillRateSchId": 100000010146226,
            "PersonRateSchedule": "Employee Bill Rates",
            "JobBillRateSchId": 100000015522717,
            "JobRateSchedule": "Budget Const Job Planning Bill",
            "LaborSchFixedDate": null,
            "LaborDiscountPercentage": null,
            "LaborDiscountReasonCode": null,
            "LaborRateChangeReason": null,
            "NlBillRateSchId": 100000015522739,
            "NonlaborRateSchedule": "Budget Nonlabor Planning Bill",
            "NlSchFixedDate": null,
            "NlDiscountPercentage": null,
            "NlDiscountReasonCode": null,
            "NonlaborRateChangeReason": null,
            "BurdenSchId": null,
            "BurdenSchedule": null,
            "BurdenSchFixedDate": null,
            "LaborTpScheduleId": null,
            "LaborTransferPriceSchedule": null,
            "LaborTpSchFixedDate": null,
            "NlTpScheduleId": null,
            "NonlaborTransferPriceSchedule": null,
            "NlTpSchFixedDate": null,
            "OnHoldFlag": false,
            "ExternalSourceKey": null,
            "ExternalReferenceKey": null,
            "InvoiceCurrencyDateType": null,
            "InvoiceCurrencyConversionDateType": null,
            "InvoiceCurrencyExchgDate": null,
            "InvoiceCurrencyRateType": null,
            "InvoiceCurrencyConversionRateType": null,
            "InvoiceCurrencyCode": null,
            "NlBillBasisCode": null,
            "NonlaborCostBasis": null,
            "LaborBillBasisCode": null,
            "LaborCostBasis": null,
            "LaborMarkupPercentage": null,
            "NlMarkupPercentage": null,
            "DocumentNumber": null,
            "LocFlag": null,
            "FederalInvoiceFormat": null,
            "ProjectRoleBillRateSchId": null,
            "ProjectRoleRateScheduleName": null,
            "JobAssignmentOverride": {
              "items": [
                {
                  "JobAssignmentOverrideId": 300100012807761,
                  "MajorVersion": 1,
                  "ContractLineNumber": null,
                  "ContractLineId": null,
                  "JobName": "Sales Lead Qualifier",
                  "JobCode": "Sales Lead Qualifier",
                  "JobId": 300100003416015,
                  "PersonName": "Barton, Jeffrey M.",
                  "EmailAddress": null,
                  "PersonNumber": "5541",
                  "PersonId": 5541,
                  "BillingTitle": null,
                  "StartDateActive": "2011-01-01",
                  "EndDateActive": "2030-01-01",
                  "ExternalSourceKey": null,
                  "ExternalReferenceKey": null,
                  "@context": {
                    "key": "300100012807761,1",
                    "headers": {
                      "ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    },
                    "links": [
                      {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807759%2C1/child/JobAssignmentOverride/300100012807761%2C1",
                        "name": "JobAssignmentOverride",
                        "kind": "item"
                      },
                      {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807759%2C1/child/JobAssignmentOverride/300100012807761%2C1",
                        "name": "JobAssignmentOverride",
                        "kind": "item"
                      },
                      {
                        "rel": "parent",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807759%2C1",
                        "name": "BillPlan",
                        "kind": "item"
                      }
                    ]
                  }
                }
              ],
              "count": 1,
              "hasMore": false,
              "limit": 3,
              "offset": 0,
              "links": [
                {
                  "rel": "self",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807759%2C1/child/JobAssignmentOverride",
                  "name": "JobAssignmentOverride",
                  "kind": "collection"
                }
              ]
            },
            "@context": {
              "key": "300100012807759,1",
              "headers": {
                "ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
              },
              "links": [
                {
                  "rel": "self",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807759%2C1",
                  "name": "BillPlan",
                  "kind": "item"
                },
                {
                  "rel": "canonical",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807759%2C1",
                  "name": "BillPlan",
                  "kind": "item"
                },
                {
                  "rel": "parent",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912",
                  "name": "contracts",
                  "kind": "item"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807759%2C1/child/BillPlanDescriptiveFlexField",
                  "name": "BillPlanDescriptiveFlexField",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807759%2C1/child/BillPlanTranslation",
                  "name": "BillPlanTranslation",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807759%2C1/child/JobAssignmentOverride",
                  "name": "JobAssignmentOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807759%2C1/child/JobRateOverride",
                  "name": "JobRateOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807759%2C1/child/JobTitleOverride",
                  "name": "JobTitleOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807759%2C1/child/LaborMultiplierOverride",
                  "name": "LaborMultiplierOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807759%2C1/child/NonLaborRateOverride",
                  "name": "NonLaborRateOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807759%2C1/child/PersonRateOverride",
                  "name": "PersonRateOverride",
                  "kind": "collection"
                }
              ]
            }
          },
          {
            "BillPlanId": 300100012807766,
            "MajorVersion": 1,
            "BillMethodId": 1003,
            "BillMethodName": "Bill Rate Invoice",
            "BillPlanName": "BP-5",
            "InvoiceCurrencyOptCode": "CONTRACT",
            "BillingCurrencyType": "Contract",
            "PaymentTermsId": 4,
            "PaymentTerms": "30 Net",
            "BillSetNumber": 1,
            "InvHdrGroupingOptions": null,
            "InvoiceHdrGrpOptName": null,
            "BillToCustomerAccountId": 1004,
            "BillToAccountNumber": "1004",
            "BillToSiteUseId": 1017,
            "BillToSite": "Tulsa (OPS)",
            "BillToContactId": 1087,
            "BillToContactName": "Betty Lewis",
            "BillToContactEmail": "sendmail-test-discard@oracle.com",
            "BillingCycleId": 4002,
            "BillingCycle": "First Day of the Month",
            "LaborInvoiceFormatId": 100000011406004,
            "LaborInvoiceFormat": "Cont Line Prj/Task Format",
            "NlInvoiceFormatId": 7002,
            "NonlaborInvoiceFormat": "Contract Line Expenditure Type",
            "EventsInvoiceFormatId": 100000011213026,
            "EventInvoiceFormat": "Cont Line Project/Task Event",
            "FirstBillingOffsetDays": null,
            "InvoiceInstructions": null,
            "InvoiceComment": null,
            "PersonBillRateSchId": 100000010146226,
            "PersonRateSchedule": "Employee Bill Rates",
            "JobBillRateSchId": 100000015522717,
            "JobRateSchedule": "Budget Const Job Planning Bill",
            "LaborSchFixedDate": null,
            "LaborDiscountPercentage": null,
            "LaborDiscountReasonCode": null,
            "LaborRateChangeReason": null,
            "NlBillRateSchId": 100000015522739,
            "NonlaborRateSchedule": "Budget Nonlabor Planning Bill",
            "NlSchFixedDate": null,
            "NlDiscountPercentage": null,
            "NlDiscountReasonCode": null,
            "NonlaborRateChangeReason": null,
            "BurdenSchId": null,
            "BurdenSchedule": null,
            "BurdenSchFixedDate": null,
            "LaborTpScheduleId": null,
            "LaborTransferPriceSchedule": null,
            "LaborTpSchFixedDate": null,
            "NlTpScheduleId": null,
            "NonlaborTransferPriceSchedule": null,
            "NlTpSchFixedDate": null,
            "OnHoldFlag": false,
            "ExternalSourceKey": null,
            "ExternalReferenceKey": null,
            "InvoiceCurrencyDateType": null,
            "InvoiceCurrencyConversionDateType": null,
            "InvoiceCurrencyExchgDate": null,
            "InvoiceCurrencyRateType": null,
            "InvoiceCurrencyConversionRateType": null,
            "InvoiceCurrencyCode": null,
            "NlBillBasisCode": null,
            "NonlaborCostBasis": null,
            "LaborBillBasisCode": null,
            "LaborCostBasis": null,
            "LaborMarkupPercentage": null,
            "NlMarkupPercentage": null,
            "DocumentNumber": null,
            "LocFlag": null,
            "FederalInvoiceFormat": null,
            "ProjectRoleBillRateSchId": null,
            "ProjectRoleRateScheduleName": null,
            "JobAssignmentOverride": {
              "items": [
                {
                  "JobAssignmentOverrideId": 300100012807768,
                  "MajorVersion": 1,
                  "ContractLineNumber": null,
                  "ContractLineId": null,
                  "JobName": "Sales Lead Qualifier",
                  "JobCode": "Sales Lead Qualifier",
                  "JobId": 300100003416015,
                  "PersonName": "Barton, Jeffrey M.",
                  "EmailAddress": null,
                  "PersonNumber": "5541",
                  "PersonId": 5541,
                  "BillingTitle": null,
                  "StartDateActive": "2011-01-01",
                  "EndDateActive": "2030-01-01",
                  "ExternalSourceKey": null,
                  "ExternalReferenceKey": null,
                  "@context": {
                    "key": "300100012807768,1",
                    "headers": {
                      "ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    },
                    "links": [
                      {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807766%2C1/child/JobAssignmentOverride/300100012807768%2C1",
                        "name": "JobAssignmentOverride",
                        "kind": "item"
                      },
                      {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807766%2C1/child/JobAssignmentOverride/300100012807768%2C1",
                        "name": "JobAssignmentOverride",
                        "kind": "item"
                      },
                      {
                        "rel": "parent",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807766%2C1",
                        "name": "BillPlan",
                        "kind": "item"
                      }
                    ]
                  }
                }
              ],
              "count": 1,
              "hasMore": false,
              "limit": 3,
              "offset": 0,
              "links": [
                {
                  "rel": "self",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807766%2C1/child/JobAssignmentOverride",
                  "name": "JobAssignmentOverride",
                  "kind": "collection"
                }
              ]
            },
            "@context": {
              "key": "300100012807766,1",
              "headers": {
                "ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
              },
              "links": [
                {
                  "rel": "self",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807766%2C1",
                  "name": "BillPlan",
                  "kind": "item"
                },
                {
                  "rel": "canonical",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807766%2C1",
                  "name": "BillPlan",
                  "kind": "item"
                },
                {
                  "rel": "parent",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912",
                  "name": "contracts",
                  "kind": "item"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807766%2C1/child/BillPlanDescriptiveFlexField",
                  "name": "BillPlanDescriptiveFlexField",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807766%2C1/child/BillPlanTranslation",
                  "name": "BillPlanTranslation",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807766%2C1/child/JobAssignmentOverride",
                  "name": "JobAssignmentOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807766%2C1/child/JobRateOverride",
                  "name": "JobRateOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807766%2C1/child/JobTitleOverride",
                  "name": "JobTitleOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807766%2C1/child/LaborMultiplierOverride",
                  "name": "LaborMultiplierOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807766%2C1/child/NonLaborRateOverride",
                  "name": "NonLaborRateOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807766%2C1/child/PersonRateOverride",
                  "name": "PersonRateOverride",
                  "kind": "collection"
                }
              ]
            }
          },
          {
            "BillPlanId": 300100012807773,
            "MajorVersion": 1,
            "BillMethodId": 1003,
            "BillMethodName": "Bill Rate Invoice",
            "BillPlanName": "bp-4",
            "InvoiceCurrencyOptCode": "CONTRACT",
            "BillingCurrencyType": "Contract",
            "PaymentTermsId": 4,
            "PaymentTerms": "30 Net",
            "BillSetNumber": 1,
            "InvHdrGroupingOptions": null,
            "InvoiceHdrGrpOptName": null,
            "BillToCustomerAccountId": 1004,
            "BillToAccountNumber": "1004",
            "BillToSiteUseId": 1017,
            "BillToSite": "Tulsa (OPS)",
            "BillToContactId": 1087,
            "BillToContactName": "Betty Lewis",
            "BillToContactEmail": "sendmail-test-discard@oracle.com",
            "BillingCycleId": 4002,
            "BillingCycle": "First Day of the Month",
            "LaborInvoiceFormatId": 100000011406004,
            "LaborInvoiceFormat": "Cont Line Prj/Task Format",
            "NlInvoiceFormatId": 7002,
            "NonlaborInvoiceFormat": "Contract Line Expenditure Type",
            "EventsInvoiceFormatId": 100000011213026,
            "EventInvoiceFormat": "Cont Line Project/Task Event",
            "FirstBillingOffsetDays": null,
            "InvoiceInstructions": null,
            "InvoiceComment": null,
            "PersonBillRateSchId": 100000010146226,
            "PersonRateSchedule": "Employee Bill Rates",
            "JobBillRateSchId": 100000015522717,
            "JobRateSchedule": "Budget Const Job Planning Bill",
            "LaborSchFixedDate": null,
            "LaborDiscountPercentage": null,
            "LaborDiscountReasonCode": null,
            "LaborRateChangeReason": null,
            "NlBillRateSchId": 100000015522739,
            "NonlaborRateSchedule": "Budget Nonlabor Planning Bill",
            "NlSchFixedDate": null,
            "NlDiscountPercentage": null,
            "NlDiscountReasonCode": null,
            "NonlaborRateChangeReason": null,
            "BurdenSchId": null,
            "BurdenSchedule": null,
            "BurdenSchFixedDate": null,
            "LaborTpScheduleId": null,
            "LaborTransferPriceSchedule": null,
            "LaborTpSchFixedDate": null,
            "NlTpScheduleId": null,
            "NonlaborTransferPriceSchedule": null,
            "NlTpSchFixedDate": null,
            "OnHoldFlag": false,
            "ExternalSourceKey": null,
            "ExternalReferenceKey": null,
            "InvoiceCurrencyDateType": null,
            "InvoiceCurrencyConversionDateType": null,
            "InvoiceCurrencyExchgDate": null,
            "InvoiceCurrencyRateType": null,
            "InvoiceCurrencyConversionRateType": null,
            "InvoiceCurrencyCode": null,
            "NlBillBasisCode": null,
            "NonlaborCostBasis": null,
            "LaborBillBasisCode": null,
            "LaborCostBasis": null,
            "LaborMarkupPercentage": null,
            "NlMarkupPercentage": null,
            "DocumentNumber": null,
            "LocFlag": null,
            "FederalInvoiceFormat": null,
            "ProjectRoleBillRateSchId": null,
            "ProjectRoleRateScheduleName": null,
            "JobAssignmentOverride": {
              "items": [
                {
                  "JobAssignmentOverrideId": 300100012824775,
                  "MajorVersion": 1,
                  "ContractLineNumber": null,
                  "ContractLineId": null,
                  "JobName": "Sales Lead Qualifier",
                  "JobCode": "Sales Lead Qualifier",
                  "JobId": 300100003416015,
                  "PersonName": "Barton, Jeffrey M.",
                  "EmailAddress": null,
                  "PersonNumber": "5541",
                  "PersonId": 5541,
                  "BillingTitle": null,
                  "StartDateActive": "2011-01-01",
                  "EndDateActive": "2030-01-01",
                  "ExternalSourceKey": null,
                  "ExternalReferenceKey": null,
                  "@context": {
                    "key": "300100012824775,1",
                    "headers": {
                      "ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    },
                    "links": [
                      {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807773%2C1/child/JobAssignmentOverride/300100012824775%2C1",
                        "name": "JobAssignmentOverride",
                        "kind": "item"
                      },
                      {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807773%2C1/child/JobAssignmentOverride/300100012824775%2C1",
                        "name": "JobAssignmentOverride",
                        "kind": "item"
                      },
                      {
                        "rel": "parent",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807773%2C1",
                        "name": "BillPlan",
                        "kind": "item"
                      }
                    ]
                  }
                }
              ],
              "count": 1,
              "hasMore": false,
              "limit": 3,
              "offset": 0,
              "links": [
                {
                  "rel": "self",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807773%2C1/child/JobAssignmentOverride",
                  "name": "JobAssignmentOverride",
                  "kind": "collection"
                }
              ]
            },
            "@context": {
              "key": "300100012807773,1",
              "headers": {
                "ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
              },
              "links": [
                {
                  "rel": "self",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807773%2C1",
                  "name": "BillPlan",
                  "kind": "item"
                },
                {
                  "rel": "canonical",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807773%2C1",
                  "name": "BillPlan",
                  "kind": "item"
                },
                {
                  "rel": "parent",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912",
                  "name": "contracts",
                  "kind": "item"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807773%2C1/child/BillPlanDescriptiveFlexField",
                  "name": "BillPlanDescriptiveFlexField",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807773%2C1/child/BillPlanTranslation",
                  "name": "BillPlanTranslation",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807773%2C1/child/JobAssignmentOverride",
                  "name": "JobAssignmentOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807773%2C1/child/JobRateOverride",
                  "name": "JobRateOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807773%2C1/child/JobTitleOverride",
                  "name": "JobTitleOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807773%2C1/child/LaborMultiplierOverride",
                  "name": "LaborMultiplierOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807773%2C1/child/NonLaborRateOverride",
                  "name": "NonLaborRateOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan/300100012807773%2C1/child/PersonRateOverride",
                  "name": "PersonRateOverride",
                  "kind": "collection"
                }
              ]
            }
          }
        ],
        "count": 3,
        "hasMore": true,
        "limit": 3,
        "offset": 0,
        "links": [
          {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan",
            "name": "BillPlan",
            "kind": "collection"
          }
        ]
      },
      "@context": {
        "key": "100100069549912",
        "headers": {
          "ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
        },
        "links": [
          {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912",
            "name": "contracts",
            "kind": "item"
          },
          {
            "rel": "canonical",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912",
            "name": "contracts",
            "kind": "item"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/AiGenerateSummaryDocs",
            "name": "AiGenerateSummaryDocs",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillPlan",
            "name": "BillPlan",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/BillingControl",
            "name": "BillingControl",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/ContractApprovalHistory",
            "name": "ContractApprovalHistory",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/ContractDocuments",
            "name": "ContractDocuments",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/ContractEsignHistory",
            "name": "ContractEsignHistory",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/ContractHeaderFlexfieldVA",
            "name": "ContractHeaderFlexfieldVA",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/ContractHeaderTranslation",
            "name": "ContractHeaderTranslation",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/ContractLine",
            "name": "ContractLine",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/ContractParty",
            "name": "ContractParty",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/ContractStatusHistory",
            "name": "ContractStatusHistory",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/ContractTerms",
            "name": "ContractTerms",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/ExternalSharedDocuments",
            "name": "ExternalSharedDocuments",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/InternalSharedDocuments",
            "name": "InternalSharedDocuments",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/Note",
            "name": "Note",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/RelatedDocument",
            "name": "RelatedDocument",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/RevenuePlan",
            "name": "RevenuePlan",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/SalesCredit",
            "name": "SalesCredit",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/Section",
            "name": "Section",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/SupportingDocuments",
            "name": "SupportingDocuments",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/UploadedRevisions",
            "name": "UploadedRevisions",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/contractKeyTermExtracts",
            "name": "contractKeyTermExtracts",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/child/smartActions",
            "name": "smartActions",
            "kind": "collection"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/validateContract",
            "name": "validateContract",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/createVersion",
            "name": "createVersion",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/revertContract",
            "name": "revertContract",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/sign",
            "name": "sign",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/submitForApproval",
            "name": "submitForApproval",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/downloadLatestContractDocument",
            "name": "downloadLatestContractDocument",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/classifyKeyTerms",
            "name": "classifyKeyTerms",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/stopApproval",
            "name": "stopApproval",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/getUpdatableAttributes",
            "name": "getUpdatableAttributes",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/reopen",
            "name": "reopen",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/getAllInternalPartyContacts",
            "name": "getAllInternalPartyContacts",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/getAllExternalPartyContacts",
            "name": "getAllExternalPartyContacts",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/downloadAIContractSummaryPDF",
            "name": "downloadAIContractSummaryPDF",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/isContractRedwoodCompatible",
            "name": "isContractRedwoodCompatible",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/getDefaultTermsTemplate",
            "name": "getDefaultTermsTemplate",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/applyHold",
            "name": "applyHold",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/removeHold",
            "name": "removeHold",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/cancel",
            "name": "cancel",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/duplicate",
            "name": "duplicate",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/preview",
            "name": "preview",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/close",
            "name": "close",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/amend",
            "name": "amend",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/extractKeyTermValues",
            "name": "extractKeyTermValues",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/downloadContractTermsInWord",
            "name": "downloadContractTermsInWord",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/generateContractSummary",
            "name": "generateContractSummary",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/shareInSupplierPortal",
            "name": "shareInSupplierPortal",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/createContractEnvelopeForSignature",
            "name": "createContractEnvelopeForSignature",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/manageContractEnvelopeStatus",
            "name": "manageContractEnvelopeStatus",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/manageContractSignatureEnvelope",
            "name": "manageContractSignatureEnvelope",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/removeContractTerms",
            "name": "removeContractTerms",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/getSignedContractEnvelopeHistoryUrl",
            "name": "getSignedContractEnvelopeHistoryUrl",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/addContractTermsStructured",
            "name": "addContractTermsStructured",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/action/addContractTermsAttachedDocument",
            "name": "addContractTermsAttachedDocument",
            "kind": "other"
          },
          {
            "rel": "enclosure",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549912/enclosure/AiSummary",
            "name": "AiSummary",
            "kind": "other"
          }
        ]
      }
    },
    {
      "Id": 300100012835873,
      "MajorVersion": 1,
      "ExternalSource": null,
      "ExternalKey": null,
      "InvConvRateTypeName": "Spot",
      "InvConvRateDateTypeName": "Transaction date",
      "OrgName": "Vision Operations",
      "OrgId": 204,
      "ContractTypeName": "Sell : Project lines",
      "ContractClass": "CONTRACT",
      "ContractTypeId": 104,
      "ContractNumber": "ZOKC-INF-PMexp002",
      "ContractNumberModifier": null,
      "Cognomen": null,
      "BuyOrSell": "S",
      "PartyId": 1004,
      "PartyName": "Hilman and Associates",
      "InvOrganizationId": 204,
      "StsCode": "EXPIRED",
      "CurrencyCode": "USD",
      "StartDate": "2011-08-31",
      "EndDate": "2012-09-03",
      "TrnCode": null,
      "SupplierId": null,
      "SupplierSiteId": null,
      "InvConvRateType": "Spot",
      "InvConvRateDateType": "TRANSACTION",
      "InvConvRateDate": null,
      "InvTrxTypeId": 37,
      "InvTrxTypeName": "PA Invoice",
      "InvPrepayTrxTypeId": null,
      "InvPrepayTrxTypeName": null,
      "BillToAccountId": 1004,
      "BillToAccount": "Hilman and Associates",
      "BillToAccountNumber": "1004",
      "BillToSiteUseId": 1017,
      "BillToSiteUseLocation": "Tulsa (OPS)",
      "BillToAddress": "1230 East 60th Street South,OK",
      "ShipToAccountId": 1004,
      "ShipToAccount": "Hilman and Associates",
      "ShipToAccountNumber": "1004",
      "ShipToSiteUseId": 1018,
      "ShipToSiteUseLocation": "Tulsa (OPS)",
      "ShipToAddress": "1230 East 60th Street South,OK",
      "ShipToAccountDescription": "Hilman and Associates",
      "SoldToAccountId": 1004,
      "SoldToAccount": "Hilman and Associates",
      "SoldToAccountNumber": "1004",
      "SoldToSiteId": 1030,
      "SoldToNumber": "San Jose (OPS)",
      "SoldToAddress": "320 N First St,SAN JOSE, CA 95113",
      "SoldToAccountDescription": "Hilman and Associates",
      "ShipInvOrgId": 204,
      "RecvInvOrgId": null,
      "LegalEntityId": 204,
      "OutputTaxClassificationCode": null,
      "DateApproved": "2012-08-31",
      "DatetimeCancelled": null,
      "DateSigned": "2012-08-31",
      "DateTerminated": null,
      "TerminateCancelSource": null,
      "ContributionPercent": 1,
      "BillSequence": 1,
      "OverallRiskCode": null,
      "ShortDescription": null,
      "Description": null,
      "HoldReasonCode": null,
      "HoldUntilDate": null,
      "AmendmentEffectiveDate": null,
      "TaxExemptionControl": "S",
      "ExemptCertificateNumber": null,
      "ExemptReasonCode": null,
      "ProjectEnabledFlag": true,
      "OutputTaxSetId": 204,
      "PartyObjectType": "OKX_PARTY",
      "PrimaryLedgerId": 1,
      "CustomerPartyId": 1004,
      "CustomerPartySiteId": 1018,
      "GeneratedInvoiceStatus": "D",
      "OwningOrgId": 204,
      "NetInvoiceFlag": false,
      "VersionType": "C",
      "OwningOrgName": "Vision Operations",
      "TaxClassificationMeaning": null,
      "ExemptionReasonMeaning": null,
      "FreightTerms": null,
      "FOB": null,
      "ApTermsId": null,
      "TermsEnabledFlag": true,
      "AmendRenderedFlag": "true",
      "DeleteRenderedFlag": "false",
      "ShipToLocationId": null,
      "CancelRenderedFlag": false,
      "CloseRenderedFlag": "true",
      "ApplyHoldRenderedFlag": "true",
      "RemoveHoldRenderedFlag": "false",
      "RevertRenderedFlag": "false",
      "SignContractRenderedFlag": "false",
      "ServiceEnabledFlag": "false",
      "EstimatedAmount": 40000,
      "TaxAmount": 0,
      "LastUpdateDate": "2025-12-18T13:14:07+00:00",
      "LastUpdateLogin": "6A199CBF1E870F01E0534180F50A7C56",
      "LastUpdatedBy": "FUSION",
      "VersionEnabledFlag": false,
      "SubmitRenderedFlag": "false",
      "CreatedBy": "CONMGR",
      "CreationDate": "2012-08-31T00:13:13.186+00:00",
      "CurrencyConversionEnabledFlag": "Y",
      "LedgerCurrency": "USD",
      "BilltoLocationId": null,
      "StopApprovalRenderedFlag": "false",
      "ValidateContractRenderedFlag": "true",
      "AgreedAmount": null,
      "AgreementAmountLimit": null,
      "MinimumReleaseAmount": null,
      "EncumbranceLevel": null,
      "CarrierId": null,
      "CarrierName": null,
      "CloseReason": null,
      "CancelReason": null,
      "AuthoringPartyCode": null,
      "PCDFileName": null,
      "HoldReasonMeaning": null,
      "PrimaryPartyId": 1004,
      "OrigSystemId": 300100012806863,
      "OrigSystemReference": "1",
      "OrigSystemSourceCode": "OKCCOPY",
      "ItemSourceCode": "PRODUCT_MASTER",
      "StateTransitionFlowName": null,
      "StateTransitionFlowState": "EXPIRED",
      "UserStatusCode": null,
      "AssigneeType": null,
      "AssigneeId": null,
      "Assignee": null,
      "CustomerPONumber": null,
      "ApprovalNote": null,
      "AccessLevel": "UPDATE",
      "ContractEditableFlag": "true",
      "TemplateFlag": false,
      "BillingSalesrepId": null,
      "BillingSalesrepName": null,
      "EnableManageSignature": "N",
      "ReopenEnabledFlag": false,
      "VersionDescription": null,
      "AllowTeamUserBUAccess": "true",
      "PriceList": null,
      "AdjustmentBasis": null,
      "CommitmentAmount": 0,
      "DiscountPercent": null,
      "AllowGrantContractType": "N",
      "PriceListName": null,
      "TrnCodeSetId": null,
      "HoldReasonCodeSetId": null,
      "WebServiceFlag": null,
      "TermsTemplateId": null,
      "ContractOwnerId": null,
      "Status": "Expired",
      "BuyOrSell_Meaning": "Sell",
      "AuthoringPartyMeaning": null,
      "InvOrgName": "Vision Operations",
      "Supplier": null,
      "SupplierSite": null,
      "ShipInvOrg": "Vision Operations",
      "RecvInvOrg": null,
      "Currency": "US Dollar",
      "UserStatusMeaning": null,
      "LegalEntityName": "Vision Operations",
      "ShipToOrgLocation": null,
      "BillToLocation": null,
      "AllowLinesFlag": true,
      "EnableElectronicSignFlag": false,
      "ContractTrueValue": null,
      "ShipToPartyId": null,
      "PricingStrategyId": null,
      "PricingStrategyName": null,
      "PricingSegmentCode": null,
      "PricingEffectivityDate": null,
      "ShipToPartyName": null,
      "ShipToPartySiteLocation": null,
      "CustomerPartyName": "Hilman and Associates",
      "TermsTemplateName": null,
      "TrxnExtensionId": null,
      "BillToAccountPartyId": 1004,
      "RenewalType": null,
      "UnderMigrationFlag": null,
      "TargetLineName": null,
      "TargetLineId": null,
      "TargetLineMajorVer": null,
      "ContractId": 100100069549916,
      "CorpCurrencyCode": null,
      "CurcyConvRateType": null,
      "PrimarySalesrepId": null,
      "AmendNoVersionFlag": false,
      "AutoSendForSignature": null,
      "PriceApplicationRule": null,
      "EsignTemplateId": null,
      "SignContract": null,
      "SendForSignature": null,
      "NonStandardClauseCount": "0",
      "CancelReasonSetCode": null,
      "CloseReasonSetCode": null,
      "HoldReasonSetCode": null,
      "ContractPuid": "KHDR-371",
      "EncumbranceLevelMeaning": null,
      "FOBMeaning": null,
      "FreightTermsMeaning": null,
      "TaxExemptionControlMeaning": "Standard",
      "SourceDocumentId": null,
      "SourceDocumentSystemCode": null,
      "SourceDocumentDisplayNumber": null,
      "ApTermsName": null,
      "RunContractExpertFlag": null,
      "DocumentType": "ECM_SELL",
      "ShareWithExternalPartyYn": "N",
      "BaseContractYN": "N",
      "SkipPDPFlag": null,
      "InterCompanyFlag": false,
      "InterProjectFlag": false,
      "LineClassCode": "PROJECT",
      "AiSummaryAttachInApprovalFlag": null,
      "AiSummaryGenerateDate": null,
      "AiSummaryPcdIncludedFlag": true,
      "AiSummaryRequestId": null,
      "AiSummaryRequestStatus": null,
      "AiSummaryRequestStatusMeaning": null,
      "SourceDocumentSystemMeaning": null,
      "ContractTermsSourceCode": null,
      "SimpleContractYn": null,
      "TermsAuthoringPartyCode": null,
      "AiAdvisorAgentFlag": null,
      "TermsAuthoringPartyMeaning": null,
      "ContractTermsSourceMeaning": null,
      "FulfillmentStatus": null,
      "FulfillmentStatusMeaning": null,
      "PoDocumentStyleDisplay": null,
      "PoDocumentStatusDisplay": null,
      "PoSupplierName": null,
      "PoHeaderId": null,
      "PoVersionId": null,
      "ProcessingId": null,
      "ShareInSupplierPortalRenderedFlag": false,
      "RedwoodFlag": null,
      "ExtractKeyTermsRenderedFlag": false,
      "PoDocumentNumber": null,
      "AiSummSubmittedBy": null,
      "AiSummSubmittedDate": null,
      "AiSummSubmittedByDispName": null,
      "SmartRedlineAgentTeamCode": null,
      "ContractConstant": "CONTRACT",
      "PoDocumentStatusCode": null,
      "FulfillmentChrId": null,
      "BillPlan": {
        "items": [
          {
            "BillPlanId": 300100012835875,
            "MajorVersion": 1,
            "BillMethodId": 1003,
            "BillMethodName": "Bill Rate Invoice",
            "BillPlanName": "bp-7",
            "InvoiceCurrencyOptCode": "CONTRACT",
            "BillingCurrencyType": "Contract",
            "PaymentTermsId": 4,
            "PaymentTerms": "30 Net",
            "BillSetNumber": 1,
            "InvHdrGroupingOptions": null,
            "InvoiceHdrGrpOptName": null,
            "BillToCustomerAccountId": 1004,
            "BillToAccountNumber": "1004",
            "BillToSiteUseId": 1017,
            "BillToSite": "Tulsa (OPS)",
            "BillToContactId": 1087,
            "BillToContactName": "Betty Lewis",
            "BillToContactEmail": "sendmail-test-discard@oracle.com",
            "BillingCycleId": 4002,
            "BillingCycle": "First Day of the Month",
            "LaborInvoiceFormatId": 100000011406004,
            "LaborInvoiceFormat": "Cont Line Prj/Task Format",
            "NlInvoiceFormatId": 7002,
            "NonlaborInvoiceFormat": "Contract Line Expenditure Type",
            "EventsInvoiceFormatId": 100000011213026,
            "EventInvoiceFormat": "Cont Line Project/Task Event",
            "FirstBillingOffsetDays": null,
            "InvoiceInstructions": null,
            "InvoiceComment": null,
            "PersonBillRateSchId": 100000010146226,
            "PersonRateSchedule": "Employee Bill Rates",
            "JobBillRateSchId": 100000015522717,
            "JobRateSchedule": "Budget Const Job Planning Bill",
            "LaborSchFixedDate": null,
            "LaborDiscountPercentage": null,
            "LaborDiscountReasonCode": null,
            "LaborRateChangeReason": null,
            "NlBillRateSchId": 100000015522739,
            "NonlaborRateSchedule": "Budget Nonlabor Planning Bill",
            "NlSchFixedDate": null,
            "NlDiscountPercentage": null,
            "NlDiscountReasonCode": null,
            "NonlaborRateChangeReason": null,
            "BurdenSchId": null,
            "BurdenSchedule": null,
            "BurdenSchFixedDate": null,
            "LaborTpScheduleId": null,
            "LaborTransferPriceSchedule": null,
            "LaborTpSchFixedDate": null,
            "NlTpScheduleId": null,
            "NonlaborTransferPriceSchedule": null,
            "NlTpSchFixedDate": null,
            "OnHoldFlag": false,
            "ExternalSourceKey": null,
            "ExternalReferenceKey": null,
            "InvoiceCurrencyDateType": null,
            "InvoiceCurrencyConversionDateType": null,
            "InvoiceCurrencyExchgDate": null,
            "InvoiceCurrencyRateType": null,
            "InvoiceCurrencyConversionRateType": null,
            "InvoiceCurrencyCode": null,
            "NlBillBasisCode": null,
            "NonlaborCostBasis": null,
            "LaborBillBasisCode": null,
            "LaborCostBasis": null,
            "LaborMarkupPercentage": null,
            "NlMarkupPercentage": null,
            "DocumentNumber": null,
            "LocFlag": null,
            "FederalInvoiceFormat": null,
            "ProjectRoleBillRateSchId": null,
            "ProjectRoleRateScheduleName": null,
            "JobAssignmentOverride": {
              "items": [
                {
                  "JobAssignmentOverrideId": 300100012835877,
                  "MajorVersion": 1,
                  "ContractLineNumber": null,
                  "ContractLineId": null,
                  "JobName": "Sales Lead Qualifier",
                  "JobCode": "Sales Lead Qualifier",
                  "JobId": 300100003416015,
                  "PersonName": "Barton, Jeffrey M.",
                  "EmailAddress": null,
                  "PersonNumber": "5541",
                  "PersonId": 5541,
                  "BillingTitle": null,
                  "StartDateActive": "2011-01-01",
                  "EndDateActive": "2030-01-01",
                  "ExternalSourceKey": null,
                  "ExternalReferenceKey": null,
                  "@context": {
                    "key": "300100012835877,1",
                    "headers": {
                      "ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    },
                    "links": [
                      {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835875%2C1/child/JobAssignmentOverride/300100012835877%2C1",
                        "name": "JobAssignmentOverride",
                        "kind": "item"
                      },
                      {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835875%2C1/child/JobAssignmentOverride/300100012835877%2C1",
                        "name": "JobAssignmentOverride",
                        "kind": "item"
                      },
                      {
                        "rel": "parent",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835875%2C1",
                        "name": "BillPlan",
                        "kind": "item"
                      }
                    ]
                  }
                }
              ],
              "count": 1,
              "hasMore": false,
              "limit": 3,
              "offset": 0,
              "links": [
                {
                  "rel": "self",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835875%2C1/child/JobAssignmentOverride",
                  "name": "JobAssignmentOverride",
                  "kind": "collection"
                }
              ]
            },
            "@context": {
              "key": "300100012835875,1",
              "headers": {
                "ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
              },
              "links": [
                {
                  "rel": "self",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835875%2C1",
                  "name": "BillPlan",
                  "kind": "item"
                },
                {
                  "rel": "canonical",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835875%2C1",
                  "name": "BillPlan",
                  "kind": "item"
                },
                {
                  "rel": "parent",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916",
                  "name": "contracts",
                  "kind": "item"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835875%2C1/child/BillPlanDescriptiveFlexField",
                  "name": "BillPlanDescriptiveFlexField",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835875%2C1/child/BillPlanTranslation",
                  "name": "BillPlanTranslation",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835875%2C1/child/JobAssignmentOverride",
                  "name": "JobAssignmentOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835875%2C1/child/JobRateOverride",
                  "name": "JobRateOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835875%2C1/child/JobTitleOverride",
                  "name": "JobTitleOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835875%2C1/child/LaborMultiplierOverride",
                  "name": "LaborMultiplierOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835875%2C1/child/NonLaborRateOverride",
                  "name": "NonLaborRateOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835875%2C1/child/PersonRateOverride",
                  "name": "PersonRateOverride",
                  "kind": "collection"
                }
              ]
            }
          },
          {
            "BillPlanId": 300100012835882,
            "MajorVersion": 1,
            "BillMethodId": 1003,
            "BillMethodName": "Bill Rate Invoice",
            "BillPlanName": "BP-5",
            "InvoiceCurrencyOptCode": "CONTRACT",
            "BillingCurrencyType": "Contract",
            "PaymentTermsId": 4,
            "PaymentTerms": "30 Net",
            "BillSetNumber": 1,
            "InvHdrGroupingOptions": null,
            "InvoiceHdrGrpOptName": null,
            "BillToCustomerAccountId": 1004,
            "BillToAccountNumber": "1004",
            "BillToSiteUseId": 1017,
            "BillToSite": "Tulsa (OPS)",
            "BillToContactId": 1087,
            "BillToContactName": "Betty Lewis",
            "BillToContactEmail": "sendmail-test-discard@oracle.com",
            "BillingCycleId": 4002,
            "BillingCycle": "First Day of the Month",
            "LaborInvoiceFormatId": 100000011406004,
            "LaborInvoiceFormat": "Cont Line Prj/Task Format",
            "NlInvoiceFormatId": 7002,
            "NonlaborInvoiceFormat": "Contract Line Expenditure Type",
            "EventsInvoiceFormatId": 100000011213026,
            "EventInvoiceFormat": "Cont Line Project/Task Event",
            "FirstBillingOffsetDays": null,
            "InvoiceInstructions": null,
            "InvoiceComment": null,
            "PersonBillRateSchId": 100000010146226,
            "PersonRateSchedule": "Employee Bill Rates",
            "JobBillRateSchId": 100000015522717,
            "JobRateSchedule": "Budget Const Job Planning Bill",
            "LaborSchFixedDate": null,
            "LaborDiscountPercentage": null,
            "LaborDiscountReasonCode": null,
            "LaborRateChangeReason": null,
            "NlBillRateSchId": 100000015522739,
            "NonlaborRateSchedule": "Budget Nonlabor Planning Bill",
            "NlSchFixedDate": null,
            "NlDiscountPercentage": null,
            "NlDiscountReasonCode": null,
            "NonlaborRateChangeReason": null,
            "BurdenSchId": null,
            "BurdenSchedule": null,
            "BurdenSchFixedDate": null,
            "LaborTpScheduleId": null,
            "LaborTransferPriceSchedule": null,
            "LaborTpSchFixedDate": null,
            "NlTpScheduleId": null,
            "NonlaborTransferPriceSchedule": null,
            "NlTpSchFixedDate": null,
            "OnHoldFlag": false,
            "ExternalSourceKey": null,
            "ExternalReferenceKey": null,
            "InvoiceCurrencyDateType": null,
            "InvoiceCurrencyConversionDateType": null,
            "InvoiceCurrencyExchgDate": null,
            "InvoiceCurrencyRateType": null,
            "InvoiceCurrencyConversionRateType": null,
            "InvoiceCurrencyCode": null,
            "NlBillBasisCode": null,
            "NonlaborCostBasis": null,
            "LaborBillBasisCode": null,
            "LaborCostBasis": null,
            "LaborMarkupPercentage": null,
            "NlMarkupPercentage": null,
            "DocumentNumber": null,
            "LocFlag": null,
            "FederalInvoiceFormat": null,
            "ProjectRoleBillRateSchId": null,
            "ProjectRoleRateScheduleName": null,
            "JobAssignmentOverride": {
              "items": [
                {
                  "JobAssignmentOverrideId": 300100012835884,
                  "MajorVersion": 1,
                  "ContractLineNumber": null,
                  "ContractLineId": null,
                  "JobName": "Sales Lead Qualifier",
                  "JobCode": "Sales Lead Qualifier",
                  "JobId": 300100003416015,
                  "PersonName": "Barton, Jeffrey M.",
                  "EmailAddress": null,
                  "PersonNumber": "5541",
                  "PersonId": 5541,
                  "BillingTitle": null,
                  "StartDateActive": "2011-01-01",
                  "EndDateActive": "2030-01-01",
                  "ExternalSourceKey": null,
                  "ExternalReferenceKey": null,
                  "@context": {
                    "key": "300100012835884,1",
                    "headers": {
                      "ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    },
                    "links": [
                      {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835882%2C1/child/JobAssignmentOverride/300100012835884%2C1",
                        "name": "JobAssignmentOverride",
                        "kind": "item"
                      },
                      {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835882%2C1/child/JobAssignmentOverride/300100012835884%2C1",
                        "name": "JobAssignmentOverride",
                        "kind": "item"
                      },
                      {
                        "rel": "parent",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835882%2C1",
                        "name": "BillPlan",
                        "kind": "item"
                      }
                    ]
                  }
                }
              ],
              "count": 1,
              "hasMore": false,
              "limit": 3,
              "offset": 0,
              "links": [
                {
                  "rel": "self",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835882%2C1/child/JobAssignmentOverride",
                  "name": "JobAssignmentOverride",
                  "kind": "collection"
                }
              ]
            },
            "@context": {
              "key": "300100012835882,1",
              "headers": {
                "ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
              },
              "links": [
                {
                  "rel": "self",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835882%2C1",
                  "name": "BillPlan",
                  "kind": "item"
                },
                {
                  "rel": "canonical",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835882%2C1",
                  "name": "BillPlan",
                  "kind": "item"
                },
                {
                  "rel": "parent",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916",
                  "name": "contracts",
                  "kind": "item"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835882%2C1/child/BillPlanDescriptiveFlexField",
                  "name": "BillPlanDescriptiveFlexField",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835882%2C1/child/BillPlanTranslation",
                  "name": "BillPlanTranslation",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835882%2C1/child/JobAssignmentOverride",
                  "name": "JobAssignmentOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835882%2C1/child/JobRateOverride",
                  "name": "JobRateOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835882%2C1/child/JobTitleOverride",
                  "name": "JobTitleOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835882%2C1/child/LaborMultiplierOverride",
                  "name": "LaborMultiplierOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835882%2C1/child/NonLaborRateOverride",
                  "name": "NonLaborRateOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835882%2C1/child/PersonRateOverride",
                  "name": "PersonRateOverride",
                  "kind": "collection"
                }
              ]
            }
          },
          {
            "BillPlanId": 300100012835889,
            "MajorVersion": 1,
            "BillMethodId": 1003,
            "BillMethodName": "Bill Rate Invoice",
            "BillPlanName": "bp-4",
            "InvoiceCurrencyOptCode": "CONTRACT",
            "BillingCurrencyType": "Contract",
            "PaymentTermsId": 4,
            "PaymentTerms": "30 Net",
            "BillSetNumber": 1,
            "InvHdrGroupingOptions": null,
            "InvoiceHdrGrpOptName": null,
            "BillToCustomerAccountId": 1004,
            "BillToAccountNumber": "1004",
            "BillToSiteUseId": 1017,
            "BillToSite": "Tulsa (OPS)",
            "BillToContactId": 1087,
            "BillToContactName": "Betty Lewis",
            "BillToContactEmail": "sendmail-test-discard@oracle.com",
            "BillingCycleId": 4002,
            "BillingCycle": "First Day of the Month",
            "LaborInvoiceFormatId": 100000011406004,
            "LaborInvoiceFormat": "Cont Line Prj/Task Format",
            "NlInvoiceFormatId": 7002,
            "NonlaborInvoiceFormat": "Contract Line Expenditure Type",
            "EventsInvoiceFormatId": 100000011213026,
            "EventInvoiceFormat": "Cont Line Project/Task Event",
            "FirstBillingOffsetDays": null,
            "InvoiceInstructions": null,
            "InvoiceComment": null,
            "PersonBillRateSchId": 100000010146226,
            "PersonRateSchedule": "Employee Bill Rates",
            "JobBillRateSchId": 100000015522717,
            "JobRateSchedule": "Budget Const Job Planning Bill",
            "LaborSchFixedDate": null,
            "LaborDiscountPercentage": null,
            "LaborDiscountReasonCode": null,
            "LaborRateChangeReason": null,
            "NlBillRateSchId": 100000015522739,
            "NonlaborRateSchedule": "Budget Nonlabor Planning Bill",
            "NlSchFixedDate": null,
            "NlDiscountPercentage": null,
            "NlDiscountReasonCode": null,
            "NonlaborRateChangeReason": null,
            "BurdenSchId": null,
            "BurdenSchedule": null,
            "BurdenSchFixedDate": null,
            "LaborTpScheduleId": null,
            "LaborTransferPriceSchedule": null,
            "LaborTpSchFixedDate": null,
            "NlTpScheduleId": null,
            "NonlaborTransferPriceSchedule": null,
            "NlTpSchFixedDate": null,
            "OnHoldFlag": false,
            "ExternalSourceKey": null,
            "ExternalReferenceKey": null,
            "InvoiceCurrencyDateType": null,
            "InvoiceCurrencyConversionDateType": null,
            "InvoiceCurrencyExchgDate": null,
            "InvoiceCurrencyRateType": null,
            "InvoiceCurrencyConversionRateType": null,
            "InvoiceCurrencyCode": null,
            "NlBillBasisCode": null,
            "NonlaborCostBasis": null,
            "LaborBillBasisCode": null,
            "LaborCostBasis": null,
            "LaborMarkupPercentage": null,
            "NlMarkupPercentage": null,
            "DocumentNumber": null,
            "LocFlag": null,
            "FederalInvoiceFormat": null,
            "ProjectRoleBillRateSchId": null,
            "ProjectRoleRateScheduleName": null,
            "JobAssignmentOverride": {
              "items": [
                {
                  "JobAssignmentOverrideId": 300100012835891,
                  "MajorVersion": 1,
                  "ContractLineNumber": null,
                  "ContractLineId": null,
                  "JobName": "Sales Lead Qualifier",
                  "JobCode": "Sales Lead Qualifier",
                  "JobId": 300100003416015,
                  "PersonName": "Barton, Jeffrey M.",
                  "EmailAddress": null,
                  "PersonNumber": "5541",
                  "PersonId": 5541,
                  "BillingTitle": null,
                  "StartDateActive": "2011-01-01",
                  "EndDateActive": "2030-01-01",
                  "ExternalSourceKey": null,
                  "ExternalReferenceKey": null,
                  "@context": {
                    "key": "300100012835891,1",
                    "headers": {
                      "ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    },
                    "links": [
                      {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835889%2C1/child/JobAssignmentOverride/300100012835891%2C1",
                        "name": "JobAssignmentOverride",
                        "kind": "item"
                      },
                      {
                        "rel": "canonical",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835889%2C1/child/JobAssignmentOverride/300100012835891%2C1",
                        "name": "JobAssignmentOverride",
                        "kind": "item"
                      },
                      {
                        "rel": "parent",
                        "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835889%2C1",
                        "name": "BillPlan",
                        "kind": "item"
                      }
                    ]
                  }
                }
              ],
              "count": 1,
              "hasMore": false,
              "limit": 3,
              "offset": 0,
              "links": [
                {
                  "rel": "self",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835889%2C1/child/JobAssignmentOverride",
                  "name": "JobAssignmentOverride",
                  "kind": "collection"
                }
              ]
            },
            "@context": {
              "key": "300100012835889,1",
              "headers": {
                "ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
              },
              "links": [
                {
                  "rel": "self",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835889%2C1",
                  "name": "BillPlan",
                  "kind": "item"
                },
                {
                  "rel": "canonical",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835889%2C1",
                  "name": "BillPlan",
                  "kind": "item"
                },
                {
                  "rel": "parent",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916",
                  "name": "contracts",
                  "kind": "item"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835889%2C1/child/BillPlanDescriptiveFlexField",
                  "name": "BillPlanDescriptiveFlexField",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835889%2C1/child/BillPlanTranslation",
                  "name": "BillPlanTranslation",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835889%2C1/child/JobAssignmentOverride",
                  "name": "JobAssignmentOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835889%2C1/child/JobRateOverride",
                  "name": "JobRateOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835889%2C1/child/JobTitleOverride",
                  "name": "JobTitleOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835889%2C1/child/LaborMultiplierOverride",
                  "name": "LaborMultiplierOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835889%2C1/child/NonLaborRateOverride",
                  "name": "NonLaborRateOverride",
                  "kind": "collection"
                },
                {
                  "rel": "child",
                  "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan/300100012835889%2C1/child/PersonRateOverride",
                  "name": "PersonRateOverride",
                  "kind": "collection"
                }
              ]
            }
          }
        ],
        "count": 3,
        "hasMore": true,
        "limit": 3,
        "offset": 0,
        "links": [
          {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan",
            "name": "BillPlan",
            "kind": "collection"
          }
        ]
      },
      "@context": {
        "key": "100100069549916",
        "headers": {
          "ETag": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
        },
        "links": [
          {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916",
            "name": "contracts",
            "kind": "item"
          },
          {
            "rel": "canonical",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916",
            "name": "contracts",
            "kind": "item"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/AiGenerateSummaryDocs",
            "name": "AiGenerateSummaryDocs",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillPlan",
            "name": "BillPlan",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/BillingControl",
            "name": "BillingControl",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/ContractApprovalHistory",
            "name": "ContractApprovalHistory",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/ContractDocuments",
            "name": "ContractDocuments",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/ContractEsignHistory",
            "name": "ContractEsignHistory",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/ContractHeaderFlexfieldVA",
            "name": "ContractHeaderFlexfieldVA",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/ContractHeaderTranslation",
            "name": "ContractHeaderTranslation",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/ContractLine",
            "name": "ContractLine",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/ContractParty",
            "name": "ContractParty",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/ContractStatusHistory",
            "name": "ContractStatusHistory",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/ContractTerms",
            "name": "ContractTerms",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/ExternalSharedDocuments",
            "name": "ExternalSharedDocuments",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/InternalSharedDocuments",
            "name": "InternalSharedDocuments",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/Note",
            "name": "Note",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/RelatedDocument",
            "name": "RelatedDocument",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/RevenuePlan",
            "name": "RevenuePlan",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/SalesCredit",
            "name": "SalesCredit",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/Section",
            "name": "Section",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/SupportingDocuments",
            "name": "SupportingDocuments",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/UploadedRevisions",
            "name": "UploadedRevisions",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/contractKeyTermExtracts",
            "name": "contractKeyTermExtracts",
            "kind": "collection"
          },
          {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/child/smartActions",
            "name": "smartActions",
            "kind": "collection"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/validateContract",
            "name": "validateContract",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/createVersion",
            "name": "createVersion",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/revertContract",
            "name": "revertContract",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/sign",
            "name": "sign",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/submitForApproval",
            "name": "submitForApproval",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/downloadLatestContractDocument",
            "name": "downloadLatestContractDocument",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/classifyKeyTerms",
            "name": "classifyKeyTerms",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/stopApproval",
            "name": "stopApproval",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/getUpdatableAttributes",
            "name": "getUpdatableAttributes",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/reopen",
            "name": "reopen",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/getAllInternalPartyContacts",
            "name": "getAllInternalPartyContacts",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/getAllExternalPartyContacts",
            "name": "getAllExternalPartyContacts",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/downloadAIContractSummaryPDF",
            "name": "downloadAIContractSummaryPDF",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/isContractRedwoodCompatible",
            "name": "isContractRedwoodCompatible",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/getDefaultTermsTemplate",
            "name": "getDefaultTermsTemplate",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/applyHold",
            "name": "applyHold",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/removeHold",
            "name": "removeHold",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/cancel",
            "name": "cancel",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/duplicate",
            "name": "duplicate",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/preview",
            "name": "preview",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/close",
            "name": "close",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/amend",
            "name": "amend",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/extractKeyTermValues",
            "name": "extractKeyTermValues",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/downloadContractTermsInWord",
            "name": "downloadContractTermsInWord",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/generateContractSummary",
            "name": "generateContractSummary",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/shareInSupplierPortal",
            "name": "shareInSupplierPortal",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/createContractEnvelopeForSignature",
            "name": "createContractEnvelopeForSignature",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/manageContractEnvelopeStatus",
            "name": "manageContractEnvelopeStatus",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/manageContractSignatureEnvelope",
            "name": "manageContractSignatureEnvelope",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/removeContractTerms",
            "name": "removeContractTerms",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/getSignedContractEnvelopeHistoryUrl",
            "name": "getSignedContractEnvelopeHistoryUrl",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/addContractTermsStructured",
            "name": "addContractTermsStructured",
            "kind": "other"
          },
          {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/action/addContractTermsAttachedDocument",
            "name": "addContractTermsAttachedDocument",
            "kind": "other"
          },
          {
            "rel": "enclosure",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069549916/enclosure/AiSummary",
            "name": "AiSummary",
            "kind": "other"
          }
        ]
      }
    }
  ],
  "count": 3,
  "hasMore": true,
  "limit": 3,
  "offset": 0,
  "links": [
    {
      "rel": "self",
      "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts",
      "name": "contracts",
      "kind": "collection"
    }
  ]
}
Back to Top