POST api/Customer/Unv_cc_baddressById

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AccountPaymentBillingLink
NameDescriptionTypeAdditional information
LinkId

string

None.

AccountId

string

None.

PaymentId

string

None.

BillingAddressId

string

None.

ActiveValue

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "LinkId": "sample string 1",
  "AccountId": "sample string 2",
  "PaymentId": "sample string 3",
  "BillingAddressId": "sample string 4",
  "Active": false,
  "ActiveValue": 0
}

application/xml, text/xml

Sample:
<AccountPaymentBillingLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Univera.Data">
  <AccountId>sample string 2</AccountId>
  <Active>false</Active>
  <ActiveValue>0</ActiveValue>
  <BillingAddressId>sample string 4</BillingAddressId>
  <LinkId>sample string 1</LinkId>
  <PaymentId>sample string 3</PaymentId>
</AccountPaymentBillingLink>