Tool/software:
I am implementing and testing the extended quote API, using the test data on the site. When I get the token and then POST to ge create a quote,
the AP is returning the folloiwng:
{
"errors": [
{
"errorCode": "ERR-BKG-QUOTE-API-0022",
"type": "ERROR",
"reason": "Missing CustomerSoldToIdentifier",
"message": "CustomerSoldToIdentifier is required. Contact TI API Support (https://api-portal.ti.com/support) for assistance."
}
]
}
I don't see that feild, CustomerSoldToIdentifier being reference in the documentation.
Thanks,
Paul