This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TLV1117LV33EVM-714: Missing CustomerSoldToIdentifier error for Extended Quote

Part Number: TLV1117LV33EVM-714

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