HomeGuidesAPI ReferenceChangelogDiscussions
GuidesiMIS ProfessionaliMIS EnterpriseClient SupportLog In
Discussions
These docs are for v20.3.44. Click to read the latest docs for v20.3.189.

Discussions

Ask a Question
Back to All

REST API - LegacyBillingItem with forward slash in ItemId

Hello - I have a billing item with an ItemId of "CHAPT/NORTH". I need to update the product using an API PUT request, but the slash in the name is preventing me, even if I encode it.

These paths fail for both GET and PUT requests:

/api/LegacyBillingItem/CHAPT/NORTH (404)
/api/LegacyBillingItem/CHAPT%2FNORTH (404)
/api/LegacyBillingItem/CHAPT%252FNORTH (400)

Wondering if there's a workaround for this? Thanks!