POST api/Customer/EditBillingToEpicor

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ShipToId": 1,
  "name": "sample string 2",
  "mail_address1": "sample string 3",
  "mail_address2": "sample string 4",
  "mail_city": "sample string 5",
  "mail_state": "sample string 6",
  "mail_postal_code": "sample string 7",
  "mail_country": "sample string 8",
  "central_phone_number": "sample string 9",
  "central_fax_number": "sample string 10",
  "CustomerId": 11,
  "addressid": 12,
  "Message": "sample string 13",
  "Status": 14,
  "Type": "sample string 15"
}

application/xml, text/xml

Sample:
<ShippingAddressViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epicor.Models">
  <CustomerId>11</CustomerId>
  <Message>sample string 13</Message>
  <ShipToId>1</ShipToId>
  <Status>14</Status>
  <Type>sample string 15</Type>
  <addressid>12</addressid>
  <central_fax_number>sample string 10</central_fax_number>
  <central_phone_number>sample string 9</central_phone_number>
  <mail_address1>sample string 3</mail_address1>
  <mail_address2>sample string 4</mail_address2>
  <mail_city>sample string 5</mail_city>
  <mail_country>sample string 8</mail_country>
  <mail_postal_code>sample string 7</mail_postal_code>
  <mail_state>sample string 6</mail_state>
  <name>sample string 2</name>
</ShippingAddressViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ShipToId": 1,
  "name": "sample string 2",
  "mail_address1": "sample string 3",
  "mail_address2": "sample string 4",
  "mail_city": "sample string 5",
  "mail_state": "sample string 6",
  "mail_postal_code": "sample string 7",
  "mail_country": "sample string 8",
  "central_phone_number": "sample string 9",
  "central_fax_number": "sample string 10",
  "CustomerId": 11,
  "addressid": 12,
  "Message": "sample string 13",
  "Status": 14,
  "Type": "sample string 15"
}

application/xml, text/xml

Sample:
<ShippingAddressViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epicor.Models">
  <CustomerId>11</CustomerId>
  <Message>sample string 13</Message>
  <ShipToId>1</ShipToId>
  <Status>14</Status>
  <Type>sample string 15</Type>
  <addressid>12</addressid>
  <central_fax_number>sample string 10</central_fax_number>
  <central_phone_number>sample string 9</central_phone_number>
  <mail_address1>sample string 3</mail_address1>
  <mail_address2>sample string 4</mail_address2>
  <mail_city>sample string 5</mail_city>
  <mail_country>sample string 8</mail_country>
  <mail_postal_code>sample string 7</mail_postal_code>
  <mail_state>sample string 6</mail_state>
  <name>sample string 2</name>
</ShippingAddressViewModel>