When the "queryType" parameter is set to "KeyField", the method looks for a customer record using the specified key field. In this case, recordId is required.
When queryType is set to "RecordId", the method returns the customer record using the specified recordId. In this case, fieldSlug and fieldValue are required.
Headers
Authorization: Bearer <accessToken>
Request Body
queryType (required): Indicates how to query the customer's table.
Supported values: "RecordId" and "KeyField".
recordId (GUID): The ID of the record to fetch. Required when query type is "RecordId".
fieldSlug (text), The slug of the key field to use. Required when query type is "KeyField".