SAP Knowledge Base Article - Public

2785228 - SuccessFactors Compound Employee API Country Specific fields - SuccessFactors API (SFAPI)

Symptom

You need to know how to query country specific data from Compound Employee entity of SFAPI.

Environment

SuccessFactors Compound Employee SFAPI.

Resolution

Country-specific personal information is returned by the API as subsegments personal_information_<country> of segment personal_information. For every personal information record either none, one, or more country-specific personal information records may exist (at most only one per country).

The response XML from Compound Employee for country specific contains the tags <personal_information_country> which carry the country-specific information. The placeholders {country1} and {country2} represent the territory code.

Example:

<queryResponse>
	<result>
		<sfobject>
				<id>112</id>
				<type>CompoundEmployee</type>
				<person>
			…
			<personal_information>
			<start_date>…</start_date>
			<end_date>…</end_date>
			…
				<personal_information_{country1}>
				…
			</personal_information_{country1}>
				<personal_information_{country2}>
				…
			</personal_information_{country2}>
			…
			</personal_information>
		…

Refer to this section of the workbook for country specific fields on Compound Employee API: Country-Specific Fields

See Also

Compound Employee workbooks:

Keywords

You need to know how to query country specific data from Compound Employee entity of SFAPI, SuccessFactors Compound Employee API Country Specific field - SuccessFactors API (SFAPI), Country-Specific Fields CE. , KBA , LOD-SF-INT , Integrations , LOD-SF-INT-API , API & Adhoc API Framework , LOD-SF-INT-CE , Compound Employee API , How To

Product

SAP SuccessFactors HCM Core all versions ; SAP SuccessFactors HCM suite all versions