Submit for the Party application domain

post

/party-services/web/v1/partyapplication/submit

Populates Party application aggregate and moves the latest data from all worktables to main tables.

Request

Supported Media Types
Body ()
Request Body that contains data required for creating a new PartyApplicationAggregate
Root Schema : PartyApplicationAggregateModel
Type: object
PartyApplicationAggregateModel
Show Source
Nested Schema : DrawdownPartyModel
Type: object
DrawdownParty model
Show Source
Nested Schema : PartyModel
Type: object
Party model
Show Source
Nested Schema : partyDetails
Type: array
Show Source
Nested Schema : DrawdownPartyDetailsModel
Type: object
DrawdownPartyDetails model
Show Source
Nested Schema : DrawdownAddressModel
Type: object
DrawdownAddress model
Show Source
Nested Schema : partyContact
Type: array
Show Source
Nested Schema : partyRole
Type: array
Show Source
Nested Schema : DrawdownPartyContactModel
Type: object
DrawdownPartyContact model
Show Source
Nested Schema : partyContactMedia
Type: array
Show Source
Nested Schema : partyContactRole
Type: array
Show Source
Nested Schema : DrawdownPartyContactMediaModel
Type: object
DrawdownPartyContactMedia model
Show Source
Nested Schema : DrawdownPartyContactRoleModel
Type: object
DrawdownPartyContactRole model
Show Source
Nested Schema : DrawdownPartyRoleModel
Type: object
DrawdownPartyRole model
Show Source
Nested Schema : partyDetails
Type: array
Show Source
Nested Schema : PartyDetailsModel
Type: object
PartyDetails model
Show Source
Nested Schema : AddressModel
Type: object
Address model
Show Source
Nested Schema : partyContact
Type: array
Show Source
Nested Schema : partyRole
Type: array
Show Source
Nested Schema : PartyContactModel
Type: object
PartyContact model
Show Source
Nested Schema : partyContactMedia
Type: array
Show Source
Nested Schema : partyContactRole
Type: array
Show Source
Nested Schema : PartyContactMediaModel
Type: object
PartyContactMedia model
Show Source
Nested Schema : PartyContactRoleModel
Type: object
PartyContactRole model
Show Source
Nested Schema : PartyRoleModel
Type: object
PartyRole model
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns the Id of the newly created BankingInfo
Headers
Body ()
Root Schema : ResponseDtoWrapper
Type: object
Show Source
Nested Schema : ResponseResourceSupport
Match All
Show Source
Nested Schema : ResponseDto
Type: object
ResponseDto model
Show Source
Nested Schema : ResponseResourceSupport-allOf[0]
Type: object
Discriminator: resouce_type
Nested Schema : httpStatusCode
Type: array
Schedule Details
Show Source
Nested Schema : responseCodes
Type: object
ResponseCodes
Show Source

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
Back to Top