POST api/Customer/Update_unv_cc_baddress?country={country}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
country

Countries

Required

Body Parameters

AccountPaymentBillingLink
NameDescriptionTypeAdditional information
LinkId

string

None.

AccountId

string

None.

PaymentId

string

None.

BillingAddressId

string

None.

ActiveValue

integer

None.

Request 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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>