Get all special price agreements

get

/fscmRestApi/resources/11.13.18.05/channelSpecialPriceAgreements

Request

Query Parameters
  • 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
  • Used as a predefined finder to search the collection.

    Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables:

    • PrimaryKey: Finds a special price agreement according to the primary key.
      Finder Variables:
      • SpecialPriceAgreementId; integer; Unique identifier of the special price agreement.
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • 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
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • AccountedEstimatedAmount; number; Estimated amount in the ledger currency.
    • ApprovedDate; string; Date when the special price agreement is approved.
    • BusinessUnit; string; Name of the business unit.
    • BusinessUnitId; integer; Value that uniquely identifies the business unit.
    • Competitor; string; Value that uniquely identifies the competitor.
    • CompetitorAddress; string; Address of the competitor.
    • CompetitorContact; string; Name of the competitor contact.
    • CompetitorContactEmail; string; Competitor's contact email address.
    • CompetitorContactPhoneCountryCode; string; Competitor's contact phone country code.
    • CompetitorContactPhoneExtension; string; Competitor's contact phone number extension.
    • CompetitorContactPhoneNumber; string; Competitor's contact phone number.
    • CompetitorId; integer; Name of the competitor.
    • CompetitorRegistryId; string; Number that uniquely identifies the competitor.
    • CreatedBy; string; User who created the record.
    • CreationDate; string; Date and time when the user created the record.
    • Currency; string; Name of the currency used for the special price agreement.
    • CurrencyCode; string; Abbreviation that identifies the currency used for the special price agreement.
    • DateContextType; string; Name of the effective date type used for evaluating the special price agreement eligibility. A list of accepted values is defined in the lookup ORA_CJM_SPA_DATE_QUAL.
    • DateContextTypeCode; string; Abbreviation that identifies the effective date type used for evaluating the special price agreement eligibility.
    • Distributor; string; Name of the distributor.
    • DistributorBillToAccountAddress; string; Primary bill-to account address of the distributor's bill-to customer account.
    • DistributorBillToAccountId; integer; Value that uniquely identifies the bill-to customer account of the distributor.
    • DistributorBillToAccountNumber; string; Number that identifies the bill-to customer account of the distributor.
    • DistributorContact; string; Name of the distributor's bill-to customer account's contact.
    • DistributorContactEmail; string; Email of the distributor's bill-to customer account's contact.
    • DistributorContactId; integer; Value that uniquely represents the distributor's bill-to customer account's contact.
    • DistributorContactNumber; string; Number that identifies the distributor's bill-to customer account's contact.
    • DistributorContactPhoneNumber; string; Phone number of the distributor's bill-to customer account's contact.
    • DistributorContactPhoneNumberExtension; string; Phone number extension of the distributor's bill-to customer account's contact.
    • EndCustomer; string; Name of the end customer.
    • EndCustomerAddress; string; Address of the end customer.
    • EndCustomerContact; string; Name of the end customer contact.
    • EndCustomerContactEmail; string; End customer's contact email address.
    • EndCustomerContactPhoneCountryCode; string; End customer's contact phone country code.
    • EndCustomerContactPhoneExtension; string; End customer's contact phone number extension.
    • EndCustomerContactPhoneNumber; string; End customer's contact phone number.
    • EndCustomerId; integer; Value that uniquely identifies the end customer.
    • EndCustomerRegistryId; string; Number that uniquely identifies the end customer.
    • EndDate; string; Date until when the special price agreement is applicable.
    • EstimatedAmount; number; Estimated amount for the special price agreement.
    • FunctionalCurrency; string; Abbreviation that identifies the functional currency used for the special price agreement.
    • FunctionalCurrencyCode; string; Name of the functional currency used for the special price agreement.
    • LastUpdateDate; string; Date and time when the user most recently updated the record.
    • LastUpdatedBy; string; User who most recently updated the record.
    • Outcome; string; Outcome of the special price agreement. A list of accepted values is defined in the lookup ORA_CJM_SPA_OUTCOME.
    • OutcomeCode; string; Abbreviation that identifies the outcome of the special price agreement.
    • Owner; string; Name of the person who owns the special price agreement. This attribute defaults to the name of the person who creates the special price agreement.
    • OwnerId; integer; Value that uniquely identifies the person who owns the special price agreement.
    • OwnerPersonNumber; string; Number that uniquely identifies the person who owns the special price agreement.
    • ProgramTemplate; string; Name of the predefined program template on which the special price agreement is based. A list of accepted values is defined in the lookup ORA_CJM_PROGRAM_TYPE.
    • ProgramTemplateCode; string; Abbreviation that identifies the predefined program template on which the special price agreement is based.
    • ProgramType; string; Type of program on which the special price agreement is based.
    • ProgramTypeId; integer; Value that uniquely identifies the type of program on which the special price agreement is based.
    • RejectedDate; string; Date when the special price agreement is rejected.
    • RequestType; string; Request type for special price agreements. A list of accepted values is defined in the lookup ORA_CJM_SPA_REQUEST_TYPE.
    • RequestTypeCode; string; Abbreviation that identifies the request type for special price agreements.
    • ShipFromDistributorInventoryFlag; boolean; Contains one of the following values: true or false. If true, then the special price agreement is for the distributor's existing inventory. If false, then the special price agreement is for a new inventory. This attribute is defaulted to true.
    • SpecialPriceAgreementId; integer; Value that uniquely identifies the special price agreement.
    • SpecialPriceAgreementName; string; Name of the special price agreement.
    • SpecialPriceAgreementNumber; string; Number that uniquely identifies the special price agreement.
    • StartDate; string; Date from when the special price agreement is applicable.
    • Status; string; Status of the special price agreement.
    • StatusId; integer; Value that uniquely identifies the status of the special price agreement.
    • SubmittedBy; string; Name that identifies the user who submitted the special price agreement for approval.
    • SubmittedDate; string; Date when the special price agreement is submitted.
    • SystemStatus; string; System status of the special price agreement.
    • SystemStatusCode; string; Abbreviation that identifies the system status of the special price agreement.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
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 : channelSpecialPriceAgreements
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : channelSpecialPriceAgreements-item-response
Type: object
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The Attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Channel Special Price Agreements Descriptive Flexfields
Type: array
Title: Channel Special Price Agreements Descriptive Flexfields
The Descriptive Flexfields for Channel Special Price Agreements resource manages additional details.
Show Source
Nested Schema : Notes
Type: array
Title: Notes
The Notes resource captures comments, information, or instructions for a special price agreement.
Show Source
Nested Schema : Products
Type: array
Title: Products
Manages products of a special price agreement.
Show Source
Nested Schema : channelSpecialPriceAgreements-attachments-item-response
Type: object
Show Source
Nested Schema : channelSpecialPriceAgreements-DFF-item-response
Type: object
Show Source
Nested Schema : channelSpecialPriceAgreements-notes-item-response
Type: object
Show Source
Nested Schema : channelSpecialPriceAgreements-products-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to get all special price agreements.

Example cURL Command

Use the following cURL command to submit a request on the REST resource:

curl -u username:password "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements"

Example Response Body

The following example includes the contents of the response body in JSON format:
{
    "items": [
        
        {
            "SpecialPriceAgreementId": 300100638746144,
            "SpecialPriceAgreementNumber": "SPA_AUTO_18898",
            "SpecialPriceAgreementName": "SPA_AUTO_18898",
            "BusinessUnitId": 204,
            "BusinessUnit": "Vision Operations",
            "ProgramTypeId": 300100638425358,
            "ProgramType": "CR_SPA_AUTO",
            "ProgramTemplateCode": "SPECIAL_PRICE_AGREEMENT",
            "ProgramTemplate": "Special Price Agreement",
            "RequestTypeCode": "ORA_BLANKET_REQUEST",
            "RequestType": "Blanket Request",
            "ShipFromDistributorInventoryFlag": true,
            "StatusId": 100106596209345,
            "Status": "Active",
            "SystemStatusCode": "ORA_ACTIVE",
            "SystemStatus": "Active",
            "OwnerId": 300100036658848,
            "Owner": "Patric",
            "OwnerPersonNumber": "955160008177616",
            "DateContextTypeCode": "ORA_REQ_SHIP_DATE",
            "DateContextType": "Requested Ship Date",
            "StartDate": "2025-06-18",
            "EndDate": "2025-12-31",
            "Currency": "US Dollar",
            "CurrencyCode": "USD",
            "FunctionalCurrency": "US Dollar",
            "FunctionalCurrencyCode": "USD",
            "EstimatedAmount": 666146,
            "AccountedEstimatedAmount": 666146,
            "Description": "SPA Program for Automation",
            "Justification": null,
            "OutcomeCode": "ORA_WON",
            "Outcome": "Won",
            "Distributor": "Hilman and Associates",
            "DistributorBillToAccountId": 1004,
            "DistributorBillToAccountNumber": "1004",
            "DistributorBillToAccountAddress": "1230 East 60th Street South,OK",
            "DistributorContact": "Ettore Aliprandi",
            "DistributorContactId": 1401,
            "DistributorContactNumber": "1257",
            "DistributorContactEmail": "sendmail-test-discard@oracle.com",
            "DistributorContactPhoneNumber": "5558355",
            "DistributorContactPhoneNumberExtension": "861",
            "EndCustomerId": null,
            "EndCustomerRegistryId": null,
            "EndCustomer": null,
            "EndCustomerAddress": null,
            "EndCustomerContact": null,
            "EndCustomerContactEmail": null,
            "EndCustomerContactPhoneCountryCode": null,
            "EndCustomerContactPhoneNumber": null,
            "EndCustomerContactPhoneExtension": null,
            "Competitor": null,
            "CompetitorId": null,
            "CompetitorRegistryId": null,
            "CompetitorAddress": null,
            "CompetitorContact": null,
            "CompetitorContactEmail": null,
            "CompetitorContactPhoneCountryCode": null,
            "CompetitorContactPhoneNumber": null,
            "CompetitorContactPhoneExtension": null,
            "CreatedBy": "channel_user",
            "CreationDate": "2025-07-22T04:05:43+00:00",
            "LastUpdateDate": "2025-07-22T05:22:45+00:00",
            "LastUpdatedBy": "channel_user",
            "SubmittedBy": "channel_user",
            "SubmittedDate": "2025-07-22",
            "ApprovedDate": null,
            "RejectedDate": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100638746144",
                    "name": "channelSpecialPriceAgreements",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100638746144",
                    "name": "channelSpecialPriceAgreements",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100638746144/child/DFF",
                    "name": "DFF",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100638746144/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100638746144/child/notes",
                    "name": "notes",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100638746144/child/products",
                    "name": "products",
                    "kind": "collection"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100638746144/action/submit",
                    "name": "submit",
                    "kind": "other"
                }
            ]
        },
        {
            "SpecialPriceAgreementId": 300100652176178,
            "SpecialPriceAgreementNumber": "SPA51010",
            "SpecialPriceAgreementName": "Seven Corp Blanket Request",
            "BusinessUnitId": 204,
            "BusinessUnit": "Vision Operations",
            "ProgramTypeId": 300100638607486,
            "ProgramType": "Distributor Special Pricing",
            "ProgramTemplateCode": "SPECIAL_PRICE_AGREEMENT",
            "ProgramTemplate": "Special Price Agreement",
            "RequestTypeCode": "ORA_BLANKET_REQUEST",
            "RequestType": "Blanket Request",
            "ShipFromDistributorInventoryFlag": true,
            "StatusId": 100106596209345,
            "Status": "Active",
            "SystemStatusCode": "ORA_ACTIVE",
            "SystemStatus": "Active",
            "OwnerId": 300100592838596,
            "Owner": "Evans Sonneshien1",
            "OwnerPersonNumber": "955160008195285",
            "DateContextTypeCode": "ORA_ORDER_DATE",
            "DateContextType": "Order Date",
            "StartDate": "2025-08-01",
            "EndDate": "2025-08-31",
            "Currency": "US Dollar",
            "CurrencyCode": "USD",
            "FunctionalCurrency": "US Dollar",
            "FunctionalCurrencyCode": "USD",
            "EstimatedAmount": 67326.94,
            "AccountedEstimatedAmount": 67326.94,
            "Description": null,
            "Justification": null,
            "OutcomeCode": null,
            "Outcome": null,
            "Distributor": "Seven Corporation",
            "DistributorBillToAccountId": 300100581001701,
            "DistributorBillToAccountNumber": "226331",
            "DistributorBillToAccountAddress": "234 10th Avenue,ELMONT, NY 11003",
            "DistributorContact": "David Chetley",
            "DistributorContactId": 300100638481776,
            "DistributorContactNumber": "CDRM_311274",
            "DistributorContactEmail": "david.chetley@discard.oracle.com",
            "DistributorContactPhoneNumber": "5551212",
            "DistributorContactPhoneNumberExtension": null,
            "EndCustomerId": null,
            "EndCustomerRegistryId": null,
            "EndCustomer": null,
            "EndCustomerAddress": null,
            "EndCustomerContact": null,
            "EndCustomerContactEmail": null,
            "EndCustomerContactPhoneCountryCode": null,
            "EndCustomerContactPhoneNumber": null,
            "EndCustomerContactPhoneExtension": null,
            "Competitor": null,
            "CompetitorId": null,
            "CompetitorRegistryId": null,
            "CompetitorAddress": null,
            "CompetitorContact": null,
            "CompetitorContactEmail": null,
            "CompetitorContactPhoneCountryCode": null,
            "CompetitorContactPhoneNumber": null,
            "CompetitorContactPhoneExtension": null,
            "CreatedBy": "channel_user",
            "CreationDate": "2025-08-18T16:21:07+00:00",
            "LastUpdateDate": "2025-08-18T16:55:04+00:00",
            "LastUpdatedBy": "channel_user",
            "SubmittedBy": "channel_user",
            "SubmittedDate": "2025-08-18",
            "ApprovedDate": null,
            "RejectedDate": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100652176178",
                    "name": "channelSpecialPriceAgreements",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100652176178",
                    "name": "channelSpecialPriceAgreements",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100652176178/child/DFF",
                    "name": "DFF",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100652176178/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100652176178/child/notes",
                    "name": "notes",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100652176178/child/products",
                    "name": "products",
                    "kind": "collection"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100652176178/action/submit",
                    "name": "submit",
                    "kind": "other"
                }
            ]
        },
      
        {
            "SpecialPriceAgreementId": 300100667476911,
            "SpecialPriceAgreementNumber": "SPA68012",
            "SpecialPriceAgreementName": "Seven Corporation Bid Request",
            "BusinessUnitId": 204,
            "BusinessUnit": "Vision Operations",
            "ProgramTypeId": 300100638425358,
            "ProgramType": "CR_SPA_AUTO",
            "ProgramTemplateCode": "SPECIAL_PRICE_AGREEMENT",
            "ProgramTemplate": "Special Price Agreement",
            "RequestTypeCode": "ORA_BID_REQUEST",
            "RequestType": "Bid Request",
            "ShipFromDistributorInventoryFlag": true,
            "StatusId": 100106596209338,
            "Status": "Draft",
            "SystemStatusCode": "ORA_DRAFT",
            "SystemStatus": "Draft",
            "OwnerId": 300100592838596,
            "Owner": "Evans Sonneshien1",
            "OwnerPersonNumber": "955160008195285",
            "DateContextTypeCode": "ORA_ACTUAL_SHIP_DATE",
            "DateContextType": "Actual Ship Date",
            "StartDate": "2025-07-01",
            "EndDate": "2025-11-20",
            "Currency": "US Dollar",
            "CurrencyCode": "USD",
            "FunctionalCurrency": "US Dollar",
            "FunctionalCurrencyCode": "USD",
            "EstimatedAmount": 345.6,
            "AccountedEstimatedAmount": null,
            "Description": "Special Price Agreement description",
            "Justification": "Justification",
            "OutcomeCode": "ORA_WON",
            "Outcome": "Won",
            "Distributor": "Seven Corporation",
            "DistributorBillToAccountId": 300100581001701,
            "DistributorBillToAccountNumber": "226331",
            "DistributorBillToAccountAddress": "234 10th Avenue,ELMONT, NY 11003",
            "DistributorContact": null,
            "DistributorContactId": null,
            "DistributorContactNumber": null,
            "DistributorContactEmail": null,
            "DistributorContactPhoneNumber": null,
            "DistributorContactPhoneNumberExtension": null,
            "EndCustomerId": 1718236,
            "EndCustomerRegistryId": "1521032",
            "EndCustomer": "SMALL INC",
            "EndCustomerAddress": "610 N MATSON ST,48402 \r\r,KERSHAW, SC 290671014",
            "EndCustomerContact": "Patric@small.com",
            "EndCustomerContactEmail": null,
            "EndCustomerContactPhoneCountryCode": null,
            "EndCustomerContactPhoneNumber": null,
            "EndCustomerContactPhoneExtension": null,
            "Competitor": null,
            "CompetitorId": null,
            "CompetitorRegistryId": null,
            "CompetitorAddress": null,
            "CompetitorContact": null,
            "CompetitorContactEmail": null,
            "CompetitorContactPhoneCountryCode": null,
            "CompetitorContactPhoneNumber": null,
            "CompetitorContactPhoneExtension": null,
            "CreatedBy": "channel_user",
            "CreationDate": "2025-09-09T06:22:36+00:00",
            "LastUpdateDate": "2025-09-09T06:22:38.722+00:00",
            "LastUpdatedBy": "channel_user",
            "SubmittedBy": null,
            "SubmittedDate": null,
            "ApprovedDate": null,
            "RejectedDate": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100667476911",
                    "name": "channelSpecialPriceAgreements",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100667476911",
                    "name": "channelSpecialPriceAgreements",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100667476911/child/DFF",
                    "name": "DFF",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100667476911/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100667476911/child/notes",
                    "name": "notes",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100667476911/child/products",
                    "name": "products",
                    "kind": "collection"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements/300100667476911/action/submit",
                    "name": "submit",
                    "kind": "other"
                }
            ]
        }
    ],
    "count": 16,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/channelSpecialPriceAgreements",
            "name": "channelSpecialPriceAgreements",
            "kind": "collection"
        }
    ]
}
Back to Top