POST importapi/updateClientAddress

Request Information

URI Parameters

None.

Body Parameters

CustomerBranchImp
NameDescriptionTypeAdditional information
customer_user

string

None.

branch_code

string

None.

city

string

None.

address

string

None.

companyName

string

None.

country

string

None.

county

string

None.

email

string

None.

notes

string

None.

telephone1

string

None.

telephone2

string

None.

zip_Code

string

None.

disabled

string

None.

rowType

string

None.

iso_country_code

string

None.

taxIdNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "customer_user": "sample string 1",
  "branch_code": "sample string 2",
  "city": "sample string 3",
  "address": "sample string 4",
  "companyName": "sample string 5",
  "country": "sample string 7",
  "county": "sample string 8",
  "email": "sample string 9",
  "notes": "sample string 10",
  "telephone1": "sample string 11",
  "telephone2": "sample string 12",
  "zip_Code": "sample string 13",
  "disabled": "sample string 14",
  "rowType": "sample string 15",
  "iso_country_code": "sample string 16",
  "taxIdNumber": "sample string 17"
}

text/html

Sample:
{"customer_user":"sample string 1","branch_code":"sample string 2","city":"sample string 3","address":"sample string 4","companyName":"sample string 5","country":"sample string 7","county":"sample string 8","email":"sample string 9","notes":"sample string 10","telephone1":"sample string 11","telephone2":"sample string 12","zip_Code":"sample string 13","disabled":"sample string 14","rowType":"sample string 15","iso_country_code":"sample string 16","taxIdNumber":"sample string 17"}

application/xml, text/xml

Sample:
<CustomerBranchImp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">
  <Address>sample string 4</Address>
  <Branch>sample string 2</Branch>
  <City>sample string 3</City>
  <CompanyName>sample string 5</CompanyName>
  <ContactPerson>sample string 6</ContactPerson>
  <Country>sample string 7</Country>
  <County>sample string 8</County>
  <CustomerCode>sample string 1</CustomerCode>
  <Disabled>sample string 14</Disabled>
  <EMail>sample string 9</EMail>
  <ISOCountryCode>sample string 16</ISOCountryCode>
  <Notes>sample string 10</Notes>
  <RowType>sample string 15</RowType>
  <TaxIdNumber>sample string 17</TaxIdNumber>
  <Telephone1>sample string 11</Telephone1>
  <Telephone2>sample string 12</Telephone2>
  <ZIPCode>sample string 13</ZIPCode>
</CustomerBranchImp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseModel
NameDescriptionTypeAdditional information
Message

string

None.

Status

boolean

None.

Dati

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": true,
  "Dati": {}
}

text/html

Sample:
{"Message":"sample string 1","Status":true,"Dati":{}}

application/xml, text/xml

Sample:
<ResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">
  <Dati />
  <Message>sample string 1</Message>
  <Status>true</Status>
</ResponseModel>