We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26043b0 + f2c0d86 commit d159c90Copy full SHA for d159c90
src/services/psc-discrepancies-report/service.ts
@@ -25,7 +25,7 @@ export default class {
25
const resp = await this.client.httpPost(
26
PSC_DISCREPANCY_API_URL,
27
{
28
- obligedEntityType: obligedEntityType,
+ obliged_entity_type: obligedEntityType,
29
status: "INCOMPLETE"
30
});
31
return this.utility.processResponse(resp);
0 commit comments