A valid request URL is required to generate request examples{
"successAccountIds": [
123
],
"skippedAccountIds": [
123
],
"errorAccountIds": [
{
"accountID": 123,
"errorMessage": "<string>"
}
]
}Upgrades bulk B2C accounts to B2B
A valid request URL is required to generate request examples{
"successAccountIds": [
123
],
"skippedAccountIds": [
123
],
"errorAccountIds": [
{
"accountID": 123,
"errorMessage": "<string>"
}
]
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
List of accountIds(integers)
Success
This class is used for sending custom response while upgrading the B2C accounts to B2B. The custom response returns a list of success, skipped and error accountIDs while upgrade.