Skip to content

enhancement request to support "upsert" function import from SAP SuccessFactors API #206

@alex-berezin

Description

@alex-berezin

Hi there,

Can you please consider a new enhancement to support "upsert" function import coming from SAP SuccessFactors API?

Metadata:

FunctionImport< Name="upsert" ReturnType="Collection(SFOData.UpsertResult)" EntitySet="UpsertResult" m:HttpMethod="POST" sap:support-payload="true" >/FunctionImport<"

Example payload:
Method: POST https://api2preview.sapsf.eu/odata/v2/upsert
Body: {
"__metadata": {
"uri": "FormPMReviewContentDetail(formContentId=169736L,formDataId=32107L)",
"type": "SFOData.FormPMReviewContentDetail"
},
"competencySections": [
{
"__metadata": {
"uri": "FormCompetencySection(formContentId=169736L,formDataId=32107L,sectionIndex=1)",
"type": "SFOData.FormCompetencySection"
},
"competencies": [
{
"__metadata": {
"uri": "FormCompetency(formContentId=169736L,formDataId=32107L,itemId=13550L,sectionIndex=1)",
"type": "SFOData.FormCompetency"
},
"officialRating": {
"__metadata": {
"uri": "FormUserRatingComment(formContentId=169736L,formDataId=32107L,itemId=13550L,ratingType='official',sectionIndex=1,userId='admin')",
"type": "SFOData.FormUserRatingComment"
},
"ratingKey": "wf_sect_1__c13550_r",
"rating": "1.0"
}
}
]
}
]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions