POST api/Centers/customer-edit

Request Information

URI Parameters

None.

Body Parameters

CustomerEditFormRequest

NameDescriptionTypeAdditional Information
CustomerUpdateInformation

CustomerEditForm

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerUpdateInformation": {
    "BillingGivenName": "sample string 1",
    "BillingSurName": "sample string 2",
    "BillingPhoneticGivenName": "sample string 3",
    "BillingPhoneticSurName": "sample string 4",
    "BillingCompanyName": "sample string 5",
    "BillingEmail": "sample string 6",
    "BillingChangeEmailGlobally": "sample string 7",
    "BillingPhone": "sample string 8",
    "BillingAddress1": "sample string 9",
    "BillingAddress2": "sample string 10",
    "BillingAddress3": "sample string 11",
    "BillingLocality": "sample string 12",
    "BillingProvince": "sample string 13",
    "BillingPostalCode": "sample string 14",
    "BillingCountry": "sample string 15",
    "ShippingGivenName": "sample string 16",
    "ShippingSurName": "sample string 17",
    "ShippingPhoneticGivenName": "sample string 18",
    "ShippingPhoneticSurName": "sample string 19",
    "ShippingCompanyName": "sample string 20",
    "ShippingPhone": "sample string 21",
    "ShippingAddress1": "sample string 22",
    "ShippingAddress2": "sample string 23",
    "ShippingAddress3": "sample string 24",
    "ShippingLocality": "sample string 25",
    "ShippingProvince": "sample string 26",
    "ShippingPostalCode": "sample string 27",
    "ShippingCountry": "sample string 28",
    "InternalNote": "sample string 29",
    "SendEmailToCustomer": true,
    "MaxAddressLength": 31,
    "OrderID": 32,
    "OrderHistoryDetail": {
      "ChangeType": 0,
      "ObjectID": 1,
      "OHHead": "sample string 2",
      "OHBody": "sample string 3",
      "OHFoot": "sample string 4",
      "ShowToInterface": true,
      "GroupTogetherID": "sample string 6",
      "HistoryTimeUTC": "2026-02-06T07:20:19.0886674+00:00",
      "OrderHistoryModel": null
    }
  }
}

application/xml, text/xml

Sample:
<CustomerEditFormRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DECK.OMS.Domain.Models.API">
  <CustomerUpdateInformation xmlns:d2p1="http://schemas.datacontract.org/2004/07/DECK.OMS.Domain.Models">
    <d2p1:BillingAddress1>sample string 9</d2p1:BillingAddress1>
    <d2p1:BillingAddress2>sample string 10</d2p1:BillingAddress2>
    <d2p1:BillingAddress3>sample string 11</d2p1:BillingAddress3>
    <d2p1:BillingChangeEmailGlobally>sample string 7</d2p1:BillingChangeEmailGlobally>
    <d2p1:BillingCompanyName>sample string 5</d2p1:BillingCompanyName>
    <d2p1:BillingCountry>sample string 15</d2p1:BillingCountry>
    <d2p1:BillingEmail>sample string 6</d2p1:BillingEmail>
    <d2p1:BillingGivenName>sample string 1</d2p1:BillingGivenName>
    <d2p1:BillingLocality>sample string 12</d2p1:BillingLocality>
    <d2p1:BillingPhone>sample string 8</d2p1:BillingPhone>
    <d2p1:BillingPhoneticGivenName>sample string 3</d2p1:BillingPhoneticGivenName>
    <d2p1:BillingPhoneticSurName>sample string 4</d2p1:BillingPhoneticSurName>
    <d2p1:BillingPostalCode>sample string 14</d2p1:BillingPostalCode>
    <d2p1:BillingProvince>sample string 13</d2p1:BillingProvince>
    <d2p1:BillingSurName>sample string 2</d2p1:BillingSurName>
    <d2p1:InternalNote>sample string 29</d2p1:InternalNote>
    <d2p1:MaxAddressLength>31</d2p1:MaxAddressLength>
    <d2p1:OrderID>32</d2p1:OrderID>
    <d2p1:SendEmailToCustomer>true</d2p1:SendEmailToCustomer>
    <d2p1:ShippingAddress1>sample string 22</d2p1:ShippingAddress1>
    <d2p1:ShippingAddress2>sample string 23</d2p1:ShippingAddress2>
    <d2p1:ShippingAddress3>sample string 24</d2p1:ShippingAddress3>
    <d2p1:ShippingCompanyName>sample string 20</d2p1:ShippingCompanyName>
    <d2p1:ShippingCountry>sample string 28</d2p1:ShippingCountry>
    <d2p1:ShippingGivenName>sample string 16</d2p1:ShippingGivenName>
    <d2p1:ShippingLocality>sample string 25</d2p1:ShippingLocality>
    <d2p1:ShippingPhone>sample string 21</d2p1:ShippingPhone>
    <d2p1:ShippingPhoneticGivenName>sample string 18</d2p1:ShippingPhoneticGivenName>
    <d2p1:ShippingPhoneticSurName>sample string 19</d2p1:ShippingPhoneticSurName>
    <d2p1:ShippingPostalCode>sample string 27</d2p1:ShippingPostalCode>
    <d2p1:ShippingProvince>sample string 26</d2p1:ShippingProvince>
    <d2p1:ShippingSurName>sample string 17</d2p1:ShippingSurName>
  </CustomerUpdateInformation>
</CustomerEditFormRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CustomerEditFormResponse

NameDescriptionTypeAdditional Information
ResponseCode

APIResponseCodes

None.

Message

string

None.

CorrelationId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 0,
  "Message": "sample string 1",
  "CorrelationId": "sample string 2"
}

application/xml, text/xml

Sample:
<CustomerEditFormResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DECK.OMS.Domain.Models.API">
  <CorrelationId>sample string 2</CorrelationId>
  <Message>sample string 1</Message>
  <ResponseCode>Success</ResponseCode>
</CustomerEditFormResponse>