简体   繁体   English

Taleo Integration(TCC) - 使用候选服务更新候选实体

[英]Taleo Integration(TCC) - Update Candidate Entity using Candidate service

I am trying to generate SQ-XML for updating a field in Candidate Entity.我正在尝试生成 SQ-XML 以更新候选实体中的字段。 I am not sure how to write it.我不知道怎么写。 I know how to write a query for export option.我知道如何为导出选项编写查询。 I use below format for export,我使用以下格式进行导出,

Can anyone share the sample of an update query?任何人都可以分享更新查询的示例吗?

Something like this might work:像这样的东西可能会起作用:

<soap:Body>
    <can:mergeRequest xmlns:can="http://www.taleo.com/ws/tee800/2009/01">
        <can:candidate>
            <can:Number searchType="search" searchTarget="." searchValue="123">123</can:Number>
            <can:MiddleInitial>X</can:MiddleInitial>
        </can:candidate>
    </can:mergeRequest>
</soap:Body>

You can find some documentation on this in the import section of this pdf: https://www.oracle.com/technetwork/fusion-apps/tcwsfp12a-userguide-enus-1648971.pdf You can find some documentation on this in the import section of this pdf: https://www.oracle.com/technetwork/fusion-apps/tcwsfp12a-userguide-enus-1648971.pdf

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM