Retrieves Supply Chain Finance master party parameters
get
/service/v1/parties
This endpoint is used to get the Supply Chain Finance master party parameters.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
App ID
-
branchCode(required): string
Branch Code
-
userId(required): string
User ID
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Nested Schema : ScfMasterPartyModel
Type:
Show Source
array
-
Array of:
object ScfMasterPartyModel
Scf Master Party model
Nested Schema : ScfMasterPartyModel
Type:
object
Scf Master Party model
Show Source
-
id:
integer(int64)
Id of the Party
-
partyCategory:
string
Will differentiate weather it is customer/bank (C/B)
-
partyCode:
string
Code for the Party.This is a unique constraint
-
partyDescription:
string
Configured value for the disbursement mode which will be used in rest of application.
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error