Discussions
Can we pass multiple parameters to the /Party endpoint?
8 months ago by Jake Bound
I'm trying to make a call to the /Party endpoint filtering on UpdatedBy and CustomerTypeCode, works no problem:
/api/Party?UpdatedOn=gt:2024-03-01&CustomerTypeCode=ne:NM
I'm trying to filter it to return all except 3-4 member types in a single call. Is that possible?
/api/Party?UpdatedOn=gt:2024-03-01&CustomerTypeCode=ne:NM,WEB
Doesn't work. Thanks!