Get a bill plan

get

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

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.
Query Parameters
  • This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2

    Format: <attr1>=<val1>,<attr2>=<value2>
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
Header Parameters
  • 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.

There's no request body for this operation.

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-item-response
Type: object
Show Source
Nested Schema : Bill Plan Flexfields
Type: array
Title: Bill Plan Flexfields
The bill plan fexfields resource is used to view, create, and update contract bill plan flexfield information.
Show Source
Nested Schema : Bill Plan Translations
Type: array
Title: Bill Plan Translations
The bill plan translations resource is used to view and update contract bill plan translation information.
Show Source
Nested Schema : Job Assignment Overrides
Type: array
Title: Job Assignment Overrides
The resource is used to view, create, update, delete job assignment override details
Show Source
Nested Schema : Job Rate Overrides
Type: array
Title: Job Rate Overrides
The resource is used to view, create, update, delete job rate override details.
Show Source
Nested Schema : Job Title Overrides
Type: array
Title: Job Title Overrides
The resource is used to view, create, update, delete job title override details.
Show Source
Nested Schema : Labor Multiplier Overrides
Type: array
Title: Labor Multiplier Overrides
The resource is used to view, create, update, delete labor multiplier override details.
Show Source
Nested Schema : Non Labor Rate Overrides
Type: array
Title: Non Labor Rate Overrides
The resource is used to view, create, update, delete non labor multiplier override details.
Show Source
Nested Schema : Person Rate Overrides
Type: array
Title: Person Rate Overrides
The resource is used to view, create, update, delete person rate override details.
Show Source
Nested Schema : contracts-BillPlan-BillPlanDescriptiveFlexField-item-response
Type: object
Show Source
Nested Schema : contracts-BillPlan-BillPlanTranslation-item-response
Type: object
Show Source
Nested 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.
Nested Schema : contracts-BillPlan-JobRateOverride-item-response
Type: object
Show Source
Nested Schema : contracts-BillPlan-JobTitleOverride-item-response
Type: object
Show Source
  • Title: Billing Title Override
    Maximum Length: 80
    Name of the override job title being assigned to the job 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 title override is defined.
  • Title: Contract Line Number
    Maximum Length: 150
    The contract line number for which the job title override is defined.
  • Title: End Date
    The date to which a job title override applies.
  • Title: External Reference Key
    Maximum Length: 150
    Unique identifier of the job title override in the source application. Used to identify job title overrides created through external webservices.
  • Title: External Source Key
    Maximum Length: 150
    Unique identifier of the source application from where the job title override originates. Used to identify job title overrides created through external webservices.
  • Title: Job Code
    Code of the job for which the job title override is defined.
  • Title: Job ID
    Unique identifier of the job for which the job title override is defined.
  • Title: Job Name
    Maximum Length: 240
    Name for the Job for which the job title override is defined.
  • Title: Job Title Override ID
    Unique identifier of the job title override on the bill plan that identifies the negotiated job title assigned to a specific person, rather than the normal title for that person.
  • Links
  • Title: Version
    Default Value: 1
    Version of the contract containing this particular set of job title override details.
  • Title: Start Date
    The date from which a job title override applies.
Nested Schema : contracts-BillPlan-LaborMultiplierOverride-item-response
Type: object
Show Source
Nested Schema : contracts-BillPlan-NonLaborRateOverride-item-response
Type: object
Show Source
Nested Schema : contracts-BillPlan-PersonRateOverride-item-response
Type: object
Show Source
Back to Top

Examples

The following example shows how to get a bill plan by submitting a get request on the REST resource using cURL.

cURL Command

curl -u <username:password> \ -X https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/BillPlan/{BillPlanUniqID}

Example of Response Body

The following shows an example of the response body in JSON format.

{
    "BillPlanId": 200000000000000,
    "MajorVersion": 1,
    "BillMethodId": 1003,
    "BillMethodName": "Bill Rate Invoice",
    "BillPlanName": "Invoice Plan - TM BRBR",
    "InvoiceCurrencyOptCode": "CONTRACT",
    "BillingCurrencyType": "Contract",
    "PaymentTermsId": 1000,
    "PaymentTerms": "2/10, Net 30",
    "BillSetNumber": 1,
    "InvHdrGroupingOptions": null,
    "InvoiceHdrGrpOptName": null,
    "BillToCustomerAccountId": 1001,
    "BillToAccountNumber": "1001",
    "BillToSiteUseId": 1006,
    "BillToSite": "New York (OPS)",
    "BillToContactId": 1009,
    "BillToContactName": "Mike Kenton",
    "BillToContactEmail": "sendmail-test-discard@oracle.com",
    "BillingCycleId": 1000000000001,
    "BillingCycle": null,
    "LaborInvoiceFormatId": 100000010695006,
    "LaborInvoiceFormat": "Time and Material",
    "NlInvoiceFormatId": 100000011410001,
    "NonlaborInvoiceFormat": "NL  Work Site Exp Cat Format",
    "EventsInvoiceFormatId": 100000011407004,
    "EventInvoiceFormat": "Event Type Format",
    "FirstBillingOffsetDays": 7,
    "InvoiceInstructions": null,
    "InvoiceComment": "Trial Invoice",
    "PersonBillRateSchId": 1228,
    "PersonRateSchedule": null,
    "JobBillRateSchId": 1229,
    "JobRateSchedule": null,
    "LaborSchFixedDate": null,
    "LaborDiscountPercentage": null,
    "LaborDiscountReasonCode": null,
    "LaborRateChangeReason": null,
    "NlBillRateSchId": 1231,
    "NonlaborRateSchedule": null,
    "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,
    "links": [
        {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001",
            "name": "BillPlan",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001",
            "name": "BillPlan",
            "kind": "item"
        },
        {
            "rel": "parent",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915",
            "name": "contracts",
            "kind": "item"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/EventsInvoiceFormatVA",
            "name": "EventsInvoiceFormatVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/InvoiceConversionRateTypeVA",
            "name": "InvoiceConversionRateTypeVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/InvoiceFormatPVA",
            "name": "InvoiceFormatPVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/BillingCycleVA",
            "name": "BillingCycleVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/InvoiceConvDateTypeLookupVA",
            "name": "InvoiceConvDateTypeLookupVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/BillToContactVA",
            "name": "BillToContactVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/EmployeeRateScheduleVA",
            "name": "EmployeeRateScheduleVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/LaborCostBasisVA",
            "name": "LaborCostBasisVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/BillingMethodVA",
            "name": "BillingMethodVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/NonLaborInvoiceFormatVA",
            "name": "NonLaborInvoiceFormatVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/BillToSiteUseVA",
            "name": "BillToSiteUseVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/JobRateScheduleVA",
            "name": "JobRateScheduleVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/NonLaborCostBasisVA",
            "name": "NonLaborCostBasisVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/NonLaborDiscountReasonVA",
            "name": "NonLaborDiscountReasonVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/PaymentTermVA",
            "name": "PaymentTermVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/LaborInvoiceFormatVA",
            "name": "LaborInvoiceFormatVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/TransferPriceScheduleVA",
            "name": "TransferPriceScheduleVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/BurdenScheduleVA",
            "name": "BurdenScheduleVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/BillToContactNameVA",
            "name": "BillToContactNameVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/BillingCurrencyTypeVA",
            "name": "BillingCurrencyTypeVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/JobBillRateSchIdVA",
            "name": "JobBillRateSchIdVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/LaborDiscountReasonVA",
            "name": "LaborDiscountReasonVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/InvHdrGrpOptionVA",
            "name": "InvHdrGrpOptionVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/CustomerAccountVA",
            "name": "CustomerAccountVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/lov/NonLaborRateScheduleVA",
            "name": "NonLaborRateScheduleVA",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/child/BillPlanDescriptiveFlexField",
            "name": "BillPlanDescriptiveFlexField",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/child/BillPlanTranslation",
            "name": "BillPlanTranslation",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/child/JobAssignmentOverride",
            "name": "JobAssignmentOverride",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/child/JobRateOverride",
            "name": "JobRateOverride",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/child/JobTitleOverride",
            "name": "JobTitleOverride",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/child/LaborMultiplierOverride",
            "name": "LaborMultiplierOverride",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/child/NonLaborRateOverride",
            "name": "NonLaborRateOverride",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/100100069430915/child/BillPlan/00020000000EACED000577080000B5E620F480000000000EACED000577080000000000000001/child/PersonRateOverride",
            "name": "PersonRateOverride",
            "kind": "collection"
        }
    ]
}
Back to Top