Get all valid account special rate
get
/service/lmm/accountSpecialRate
This endpoint is used to get all valid account special rate maintenance records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
accountNumber(optional): string
-
authStatus(optional): string
-
branchCode(optional): string
-
effDt(optional): string
-
icGroup(optional): string
-
includecloseandunauth(optional): boolean
includecloseandunauth need to be set to fetch summary record, defult value is false
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
prod(optional): string
-
recordStatus(optional): string
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Headers
Root Schema : LmmTmAccountSpecialRateDTOServiceCollection
Type:
object
Collection of account special rate.
Show Source
Nested Schema : LmmTmAccountSpecialRateDTO
Type:
object
Match All
Show Source
-
allOf
GenericDto
-
object
LmmTmAccountSpecialRateDTO-allOf[1]
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : LmmTmAccountSpecialRateDTO-allOf[1]
Type:
Show Source
object
-
accountGroup(optional):
string
Maximum Length:
5
-
accountNumber(optional):
string
Maximum Length:
30
-
branchCode(optional):
string
Maximum Length:
4
Pattern:[a-zA-Z0-9]+
-
currency(optional):
string
Maximum Length:
3
-
effDt(optional):
string
-
icGroup(optional):
string
Maximum Length:
5
-
lmmTmAccountSpecialConditionUdeValuesList(optional):
array lmmTmAccountSpecialConditionUdeValuesList
-
prod(optional):
string
Maximum Length:
4
Nested Schema : lmmTmAccountSpecialConditionUdeValuesList
Type:
Show Source
array
-
Array of:
object LmmTmAccountSpecialConditionUdeValsDTO
Nested Schema : LmmTmAccountSpecialConditionUdeValsDTO
Type:
Show Source
object
-
id(optional):
string
Maximum Length:
64
-
rateCode(optional):
string
-
udeDesc(optional):
string
-
udeId(optional):
string
-
udeValue(optional):
number
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error