PUT api/updateCommunicationAddressDetails/{Du_Cust_Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Du_Cust_Id

string

Required

Body Parameters

CommunicationAddressDetailsModel
NameDescriptionTypeAdditional information
Du_Cust_Id

string

None.

Inh_Cust_Id

string

None.

Contact_Type_Id

string

None.

Street_No_Name1

string

None.

Street_No_Name2

string

None.

Landmark

string

None.

Pincode_Id

string

None.

Area_Id

string

None.

City_Town_Id

string

None.

District_Id

string

None.

State_Id

string

None.

Country_Id

string

None.

storeUserId

string

None.

Contact_Id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Du_Cust_Id": "sample string 1",
  "Inh_Cust_Id": "sample string 2",
  "Contact_Type_Id": "sample string 3",
  "Street_No_Name1": "sample string 4",
  "Street_No_Name2": "sample string 5",
  "Landmark": "sample string 6",
  "Pincode_Id": "sample string 7",
  "Area_Id": "sample string 8",
  "City_Town_Id": "sample string 9",
  "District_Id": "sample string 10",
  "State_Id": "sample string 11",
  "Country_Id": "sample string 12",
  "storeUserId": "sample string 13",
  "Contact_Id": "sample string 14"
}

application/xml, text/xml

Sample:
<CommunicationAddressDetailsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models">
  <Area_Id>sample string 8</Area_Id>
  <City_Town_Id>sample string 9</City_Town_Id>
  <Contact_Id>sample string 14</Contact_Id>
  <Contact_Type_Id>sample string 3</Contact_Type_Id>
  <Country_Id>sample string 12</Country_Id>
  <District_Id>sample string 10</District_Id>
  <Du_Cust_Id>sample string 1</Du_Cust_Id>
  <Inh_Cust_Id>sample string 2</Inh_Cust_Id>
  <Landmark>sample string 6</Landmark>
  <Pincode_Id>sample string 7</Pincode_Id>
  <State_Id>sample string 11</State_Id>
  <Street_No_Name1>sample string 4</Street_No_Name1>
  <Street_No_Name2>sample string 5</Street_No_Name2>
  <storeUserId>sample string 13</storeUserId>
</CommunicationAddressDetailsModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

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