findNetsuiteOpportunityPayload
Wrapper payload for the NetSuite opportunity/entity search queries;
data is the matched rows (each annotated with any connected accords)
or a response whose error is set on failure.
type findNetsuiteOpportunityPayload {
data: JSON
}
Fields
findNetsuiteOpportunityPayload.data ● JSON scalar
Matched records with connected-accord annotations, or { error } on failure.
Returned By
getNetsuiteOpportunitiesForEntity query ● searchNetsuiteCustomerRecords query ● searchNetsuiteOpportunity query