SapccApiCreateRegistrationRequestRequest
Request parameters for createRegistrationRequest operation in SapccApi. SapccApiCreateRegistrationRequestRequest
interface SapccApiCreateRegistrationRequestRequest {
readonly baseSiteId: string;
readonly fields?: string;
readonly orgUserRegistrationData: OrgUserRegistrationData;
readonly sapCommerceCloudCaptchaToken?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiCreateRegistrationRequest |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiCreateRegistrationRequest |
orgUserRegistrationData | Required | OrgUserRegistrationData | {OrgUserRegistrationData} SapccApiCreateRegistrationRequest |
sapCommerceCloudCaptchaToken | Optional | string | The user's response token returned by captcha provider, for example, the g-recaptcha-response returned by google recaptcha client. When the captchaCheckEnabled = true for the store, the field is mandatory and will call the provider to validate. {string} SapccApiCreateRegistrationRequest |