Create a quick entry

post

/fscmRestApi/resources/11.13.18.05/projectTemplates/{projectTemplatesUniqID}/child/QuickEntries

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key for the Project Templates resource and used to uniquely identify an instance of Project Templates. The client should not generate the hash key value. Instead, the client should query on the Project Templates collection resource in order to navigate to a specific instance of Project Templates to get the hash key.
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.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Title: Field Code
    Maximum Length: 30
    Code of the field represented by the quick entry. Valid values are TEAM_MEMBER, CLASSIFICATION, LEGAL_ENTITY_ID, CARRYING_OUT_ORGANIZATION_ID, PARTNER_ORG, PRIORITY_CODE, CUSTOMER_NAME, DESCRIPTION, PROJECT_STATUS_CODE, and SUPPLIER_ORG.
  • Title: Required
    Maximum Length: 1
    Default Value: false
    Indicates whether the quick entry is mandatory or not. Valid values are true and false. Default value is false.
  • Title: Prompt
    Maximum Length: 80
    Display name of the field.
  • Title: Specification
    Specification of the field. It applies only if the field is TEAM_MEMBER or CLASSIFICATION. It is mandatory when the field is TEAM_MEMBER or CLASSIFICATION.
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 : projectTemplates-QuickEntries-item-response
Type: object
Show Source
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the record.
  • Title: Creation Date
    Read Only: true
    The date when the record was created.
  • Title: Field Code
    Maximum Length: 30
    Code of the field represented by the quick entry. Valid values are TEAM_MEMBER, CLASSIFICATION, LEGAL_ENTITY_ID, CARRYING_OUT_ORGANIZATION_ID, PARTNER_ORG, PRIORITY_CODE, CUSTOMER_NAME, DESCRIPTION, PROJECT_STATUS_CODE, and SUPPLIER_ORG.
  • Title: Last Updated By
    Read Only: true
    The date when the record was last updated.
  • Title: Last Updated Date
    Read Only: true
    Maximum Length: 64
    The user who last updated the record.
  • Links
  • Title: Required
    Maximum Length: 1
    Default Value: false
    Indicates whether the quick entry is mandatory or not. Valid values are true and false. Default value is false.
  • Title: Prompt
    Maximum Length: 80
    Display name of the field.
  • Title: Quick Entry ID
    Read Only: true
    Unique identifier of the quick entry for a project template.
  • Title: Specification
    Specification of the field. It applies only if the field is TEAM_MEMBER or CLASSIFICATION. It is mandatory when the field is TEAM_MEMBER or CLASSIFICATION.
Back to Top

Examples

The following example shows how to create a quick entry by submitting a POST request on the REST resource using cURL.

curl --user ppm_cloud_user -X POST -d @example_request_payload.json --header "Content-Type: application/json" https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectTemplates

Request Body Example

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

{
"ProjectTemplateName" : "Demo Template Name",
"ProjectTemplateNumber" : "Demo Template Number",
"ProjectTemplateStartDate" : "2018-07-04",
"ProjectTypeName": "Service Delivery ",
"ProjectUnitName": "Project Operations",
"BusinessUnitName": "Vision Operations",
"InitialProjectStatus": "Approved",
"LegalEntityName": "Vision Operations",
"OwningOrganizationName": "Vision Operations",
"ProjectTemplateDescription": "Template for billable time and materials projects",
"ServiceType": "Project Execution",
"WorkType": "Commercial Customer-billable",
"CrossChargeLaborFlag": "true",
"CrossChargeNonLaborFlag": "true",
"LaborTpSchedule":"Standard Transfer Price Schedule",
"NlTransferPriceSchedule":"Vision Operations Transfer Price Schedule",
"QuickEntries":
[
{
"FieldCode": "CLASSIFICATION",
"Specification": "Funding Source"
},
{
"FieldCode": "CLASSIFICATION",
"Prompt": "Funding Source2",
"Specification": "Funding Source"
},
{
"FieldCode": "TEAM_MEMBER",
"MandatoryFlag": true,
"Specification": "Project Manager"
},
{
"FieldCode": "TEAM_MEMBER",
"Specification": "Team Member"
},
{
"FieldCode": "CARRYING_OUT_ORGANIZATION_ID"
},
{
"FieldCode": "LEGAL_ENTITY_ID"
},
{
"FieldCode": "PARTNER_ORG"
},
{
"FieldCode": "PRIORITY_CODE"
},
{
"FieldCode": "CUSTOMER_NAME"
},
{
"FieldCode": "DESCRIPTION"
},
{
"FieldCode": "PROJECT_STATUS_CODE"
},
{
"FieldCode": "SUPPLIER_ORG"
}
]
}

Response Body Example

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

{
    "AllowCrossChargeFlag": false,
    "BusinessUnitName": "Vision Operations",
    "BusinessUnitId": 204,
    "CrossChargeLaborFlag": true,
    "CrossChargeNonLaborFlag": true,
    "EnableBudgetaryControlFlag": false,
    "InitialProjectStatus": "Approved",
    "InitialProjectStatusCode": "APPROVED",
    "LaborTpFixedDate": null,
    "LaborTpSchedule": "Standard Transfer Price Schedule",
    "LaborTpScheduleId": 100000010420127,
    "LegalEntityName": "Vision Operations",
    "LegalEntityId": 204,
    "NlTransferPriceFixedDate": null,
    "NlTransferPriceSchedule": "Vision Operations Transfer Price Schedule",
    "NlTransferPriceScheduleId": 100000010420028,
    "OwningOrganizationName": "Vision Operations",
    "OwningOrganizationId": 204,
    "ProjectCurrencyCode": "USD",
    "ProjectEndDate": null,
    "ProjectPriorityCode": null,
    "ProjectStartDate": "2018-07-04",
    "ProjectTemplateDescription": "Template for billable time and materials projects",
    "ProjectTemplateEndDate": null,
    "ProjectTemplateId": 300100176473716,
    "ProjectTemplateName": "Demo Template Name",
    "ProjectTemplateNumber": "Demo Template Number",
    "ProjectTemplateStartDate": "2018-07-04",
    "ProjectTypeName": "Service Delivery ",
    "ProjectTypeId": 100000010065002,
    "ProjectUnitName": "Project Operations",
    "ProjectUnitId": 100010023900163,
    "ServiceType": "Project Execution",
    "ServiceTypeCode": "EXECUTION",
    "SourceApplicationCode": "ORA_PROJECT_SERVICE",
    "SourceReference": null,
    "TransactionControlFlag": null,
    "WorkType": "Commercial Customer-billable",
    "WorkTypeId": 10020,
    "CreatedBy": "ABRAHAM.MASON",
    "CreationDate": "2019-03-20T10:12:08.001+00:00",
    "LastUpdatedBy": "ABRAHAM.MASON",
    "LastUpdateDate": "2019-03-20T10:12:13.939+00:00",
    "QuickEntries": [
        {
            "FieldCode": "CLASSIFICATION",
            "MandatoryFlag": false,
            "Prompt": "Funding Source",
            "QuickEntryId": 300100176473724,
            "Specification": "Funding Source",
            "CreatedBy": "ABRAHAM.MASON",
            "CreationDate": "2019-03-20T10:12:11.025+00:00",
            "LastUpdatedBy": "ABRAHAM.MASON",
            "LastUpdateDate": "2019-03-20T10:12:13.680+00:00",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473724",
                    "name": "QuickEntries",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473724",
                    "name": "QuickEntries",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716",
                    "name": "projectTemplates",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473724/lov/Specifications",
                    "name": "Specifications",
                    "kind": "collection"
                }
            ]
        },
        {
            "FieldCode": "CLASSIFICATION",
            "MandatoryFlag": false,
            "Prompt": "Funding Source2",
            "QuickEntryId": 300100176473727,
            "Specification": "Funding Source",
            "CreatedBy": "ABRAHAM.MASON",
            "CreationDate": "2019-03-20T10:12:12.996+00:00",
            "LastUpdatedBy": "ABRAHAM.MASON",
            "LastUpdateDate": "2019-03-20T10:12:13.689+00:00",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473727",
                    "name": "QuickEntries",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473727",
                    "name": "QuickEntries",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716",
                    "name": "projectTemplates",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473727/lov/Specifications",
                    "name": "Specifications",
                    "kind": "collection"
                }
            ]
        },
        {
            "FieldCode": "TEAM_MEMBER",
            "MandatoryFlag": true,
            "Prompt": "Project Manager",
            "QuickEntryId": 300100176473729,
            "Specification": "Project Manager",
            "CreatedBy": "ABRAHAM.MASON",
            "CreationDate": "2019-03-20T10:12:13.040+00:00",
            "LastUpdatedBy": "ABRAHAM.MASON",
            "LastUpdateDate": "2019-03-20T10:12:13.698+00:00",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473729",
                    "name": "QuickEntries",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473729",
                    "name": "QuickEntries",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716",
                    "name": "projectTemplates",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473729/lov/Specifications",
                    "name": "Specifications",
                    "kind": "collection"
                }
            ]
        },
        {
            "FieldCode": "TEAM_MEMBER",
            "MandatoryFlag": false,
            "Prompt": "Team Member",
            "QuickEntryId": 300100176473731,
            "Specification": "Team Member",
            "CreatedBy": "ABRAHAM.MASON",
            "CreationDate": "2019-03-20T10:12:13.130+00:00",
            "LastUpdatedBy": "ABRAHAM.MASON",
            "LastUpdateDate": "2019-03-20T10:12:13.706+00:00",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473731",
                    "name": "QuickEntries",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473731",
                    "name": "QuickEntries",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716",
                    "name": "projectTemplates",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473731/lov/Specifications",
                    "name": "Specifications",
                    "kind": "collection"
                }
            ]
        },
        {
            "FieldCode": "CARRYING_OUT_ORGANIZATION_ID",
            "MandatoryFlag": false,
            "Prompt": "Organization",
            "QuickEntryId": 300100176473733,
            "Specification": null,
            "CreatedBy": "ABRAHAM.MASON",
            "CreationDate": "2019-03-20T10:12:13.154+00:00",
            "LastUpdatedBy": "ABRAHAM.MASON",
            "LastUpdateDate": "2019-03-20T10:12:13.713+00:00",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473733",
                    "name": "QuickEntries",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473733",
                    "name": "QuickEntries",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716",
                    "name": "projectTemplates",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473733/lov/Specifications",
                    "name": "Specifications",
                    "kind": "collection"
                }
            ]
        },
        {
            "FieldCode": "LEGAL_ENTITY_ID",
            "MandatoryFlag": false,
            "Prompt": "Legal Entity",
            "QuickEntryId": 300100176473735,
            "Specification": null,
            "CreatedBy": "ABRAHAM.MASON",
            "CreationDate": "2019-03-20T10:12:13.230+00:00",
            "LastUpdatedBy": "ABRAHAM.MASON",
            "LastUpdateDate": "2019-03-20T10:12:13.722+00:00",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473735",
                    "name": "QuickEntries",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473735",
                    "name": "QuickEntries",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716",
                    "name": "projectTemplates",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473735/lov/Specifications",
                    "name": "Specifications",
                    "kind": "collection"
                }
            ]
        },
        {
            "FieldCode": "PARTNER_ORG",
            "MandatoryFlag": false,
            "Prompt": "Partner Organization",
            "QuickEntryId": 300100176473737,
            "Specification": null,
            "CreatedBy": "ABRAHAM.MASON",
            "CreationDate": "2019-03-20T10:12:13.254+00:00",
            "LastUpdatedBy": "ABRAHAM.MASON",
            "LastUpdateDate": "2019-03-20T10:12:13.729+00:00",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473737",
                    "name": "QuickEntries",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473737",
                    "name": "QuickEntries",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716",
                    "name": "projectTemplates",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473737/lov/Specifications",
                    "name": "Specifications",
                    "kind": "collection"
                }
            ]
        },
        {
            "FieldCode": "PRIORITY_CODE",
            "MandatoryFlag": false,
            "Prompt": "Priority",
            "QuickEntryId": 300100176473739,
            "Specification": null,
            "CreatedBy": "ABRAHAM.MASON",
            "CreationDate": "2019-03-20T10:12:13.278+00:00",
            "LastUpdatedBy": "ABRAHAM.MASON",
            "LastUpdateDate": "2019-03-20T10:12:13.737+00:00",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473739",
                    "name": "QuickEntries",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473739",
                    "name": "QuickEntries",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716",
                    "name": "projectTemplates",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473739/lov/Specifications",
                    "name": "Specifications",
                    "kind": "collection"
                }
            ]
        },
        {
            "FieldCode": "CUSTOMER_NAME",
            "MandatoryFlag": false,
            "Prompt": "Project Customer",
            "QuickEntryId": 300100176473741,
            "Specification": null,
            "CreatedBy": "ABRAHAM.MASON",
            "CreationDate": "2019-03-20T10:12:13.302+00:00",
            "LastUpdatedBy": "ABRAHAM.MASON",
            "LastUpdateDate": "2019-03-20T10:12:13.744+00:00",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473741",
                    "name": "QuickEntries",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473741",
                    "name": "QuickEntries",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716",
                    "name": "projectTemplates",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473741/lov/Specifications",
                    "name": "Specifications",
                    "kind": "collection"
                }
            ]
        },
        {
            "FieldCode": "DESCRIPTION",
            "MandatoryFlag": false,
            "Prompt": "Project Description",
            "QuickEntryId": 300100176473743,
            "Specification": null,
            "CreatedBy": "ABRAHAM.MASON",
            "CreationDate": "2019-03-20T10:12:13.327+00:00",
            "LastUpdatedBy": "ABRAHAM.MASON",
            "LastUpdateDate": "2019-03-20T10:12:13.752+00:00",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473743",
                    "name": "QuickEntries",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473743",
                    "name": "QuickEntries",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716",
                    "name": "projectTemplates",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473743/lov/Specifications",
                    "name": "Specifications",
                    "kind": "collection"
                }
            ]
        },
        {
            "FieldCode": "PROJECT_STATUS_CODE",
            "MandatoryFlag": false,
            "Prompt": "Project Status",
            "QuickEntryId": 300100176473745,
            "Specification": null,
            "CreatedBy": "ABRAHAM.MASON",
            "CreationDate": "2019-03-20T10:12:13.351+00:00",
            "LastUpdatedBy": "ABRAHAM.MASON",
            "LastUpdateDate": "2019-03-20T10:12:13.762+00:00",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473745",
                    "name": "QuickEntries",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473745",
                    "name": "QuickEntries",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716",
                    "name": "projectTemplates",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473745/lov/Specifications",
                    "name": "Specifications",
                    "kind": "collection"
                }
            ]
        },
        {
            "FieldCode": "SUPPLIER_ORG",
            "MandatoryFlag": false,
            "Prompt": "Supplier Organization",
            "QuickEntryId": 300100176473747,
            "Specification": null,
            "CreatedBy": "ABRAHAM.MASON",
            "CreationDate": "2019-03-20T10:12:13.375+00:00",
            "LastUpdatedBy": "ABRAHAM.MASON",
            "LastUpdateDate": "2019-03-20T10:12:13.770+00:00",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473747",
                    "name": "QuickEntries",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473747",
                    "name": "QuickEntries",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716",
                    "name": "projectTemplates",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries/300100176473747/lov/Specifications",
                    "name": "Specifications",
                    "kind": "collection"
                }
            ]
        }
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716",
            "name": "projectTemplates",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716",
            "name": "projectTemplates",
            "kind": "item"
        },
        {
            "rel": "lov",
            "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/lov/ServiceTypes",
            "name": "ServiceTypes",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/lov/ProjectUnits",
            "name": "ProjectUnits",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/lov/LegalEntities",
            "name": "LegalEntities",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/lov/ProjectStatuses",
            "name": "ProjectStatuses",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/lov/OwningOrganizations",
            "name": "OwningOrganizations",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/lov/BusinessUnits",
            "name": "BusinessUnits",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/lov/WorkTypes",
            "name": "WorkTypes",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/lov/ProjectTypes",
            "name": "ProjectTypes",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/lov/TransferPriceSchedules",
            "name": "TransferPriceSchedules",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/SetupOptions",
            "name": "SetupOptions",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/ProjectTeamMembers",
            "name": "ProjectTeamMembers",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/Tasks",
            "name": "Tasks",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/ProjectTransactionControls",
            "name": "ProjectTransactionControls",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/ProjectCustomers",
            "name": "ProjectCustomers",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/QuickEntries",
            "name": "QuickEntries",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473716/child/ProjectClassifications",
            "name": "ProjectClassifications",
            "kind": "collection"
        }
    ]
}
Back to Top