Skip to content

Commit

Permalink
feature/RHT-2351 serialize field cust_amount on cust_AMEAHR
Browse files Browse the repository at this point in the history
  • Loading branch information
ntqdinh-axonivy committed Oct 9, 2023
1 parent 324863d commit 4440c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions successfactors-connector/lib/Octopus-IPeople-OpenApi.json
Original file line number Diff line number Diff line change
Expand Up @@ -588532,14 +588532,7 @@
"nullable": true
},
"cust_amount": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"type": "string",
"format": "decimal",
"example": 0,
"multipleOf": 1,
Expand Down Expand Up @@ -588665,14 +588658,7 @@
"nullable": true
},
"cust_amount": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"type": "string",
"format": "decimal",
"example": 0,
"multipleOf": 1,
Expand Down
Binary file not shown.

0 comments on commit 4440c2d

Please sign in to comment.