customer creation
Hi,
when I am trying to create a customer (as Organization) through REST API its throwing the below error.
The operation can't assign the party usage code to the party because the party usage doesn't support an unconditional assignment. (ZCH-105165)
Attaching the payload for reference.
{
"PartyNumber": "11111111_MI1",
"SourceSystem": "DIGIKEY",
"SourceSystemReferenceValue": "10000961_MI1",
"OrganizationName": "TESLA",
"Status": "A",
"CreationDate": "2023-12-01T07:32:51.041+00:00",
"LastUpdatedBy": "data_migration_user",
"PartyUsageCode": "TAX_PARTNER",
"AddressNumber": "3062116_BILL_TO",
"Address1": "47400 KATO RD DOCK 23/24",
"AddressType": "BILL_TO",
"City": "FREMONT",
"Country": "US",
"PostalCode": "945387319",
"Province": "CA",
"State": "CA",
"UniqueNameAlias": "TESLA",
"FormattedAddress": "47400 KATO RD DOCK 23/24,FREMONT, CA 945387319"
}
Please let me know what possibly can be done to resolve this error.