POST api/app/VendorPortalAccount/SavePaymentInfo

Request Information

URI Parameters

None.

Body Parameters

PaymentInfoBindingModel
NameDescriptionTypeAdditional information
Id

integer

None.

SupplierId

integer

None.

InvitationId

string

None.

CustomerId

string

None.

RegistrationCode

string

None.

PaymentIntentId

string

None.

PaymentMethodId

string

None.

SubscriptionId

string

None.

Status

string

None.

SelectedPlan

string

None.

Description

string

None.

BuilderId

integer

None.

ERPType

string

None.

ERPCCId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "SupplierId": 2,
  "InvitationId": "sample string 3",
  "CustomerId": "sample string 4",
  "RegistrationCode": "sample string 5",
  "PaymentIntentId": "sample string 6",
  "PaymentMethodId": "sample string 7",
  "SubscriptionId": "sample string 8",
  "Status": "sample string 9",
  "SelectedPlan": "sample string 10",
  "Description": "sample string 11",
  "BuilderId": 12,
  "ERPType": "sample string 13",
  "ERPCCId": 14
}

application/xml, text/xml

Sample:
<PaymentInfoBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.Business.Entities.Model.VendorPortal">
  <BuilderId xmlns="http://schemas.datacontract.org/2004/07/Central.API.Common.BindingModel.VendorPortal">12</BuilderId>
  <ERPCCId xmlns="http://schemas.datacontract.org/2004/07/Central.API.Common.BindingModel.VendorPortal">14</ERPCCId>
  <ERPType xmlns="http://schemas.datacontract.org/2004/07/Central.API.Common.BindingModel.VendorPortal">sample string 13</ERPType>
  <CustomerId>sample string 4</CustomerId>
  <Description>sample string 11</Description>
  <Id>1</Id>
  <InvitationId>sample string 3</InvitationId>
  <PaymentIntentId>sample string 6</PaymentIntentId>
  <PaymentMethodId>sample string 7</PaymentMethodId>
  <RegistrationCode>sample string 5</RegistrationCode>
  <SelectedPlan>sample string 10</SelectedPlan>
  <Status>sample string 9</Status>
  <SubscriptionId>sample string 8</SubscriptionId>
  <SupplierId>2</SupplierId>
</PaymentInfoBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CommandResponseOfObject
NameDescriptionTypeAdditional information
Data

Object

None.

IsSuccess

boolean

None.

Message

string

None.

AdditionData

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {},
  "IsSuccess": true,
  "Message": "sample string 3",
  "AdditionData": {}
}

application/xml, text/xml

Sample:
<CommandResponseOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.Enterprise.ResponseModels">
  <AdditionData />
  <Data />
  <IsSuccess>true</IsSuccess>
  <Message>sample string 3</Message>
</CommandResponseOfanyType>