PATCH api/rest/customers/internalaccountsync

Request Information

URI Parameters

None.

Body Parameters

Collection of CustomerUpdate
NameDescriptionTypeAdditional information
customerid

string

None.

internalaccountnumber

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "customerid": "sample string 1",
    "internalaccountnumber": "sample string 2"
  },
  {
    "customerid": "sample string 1",
    "internalaccountnumber": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCustomerUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerteqDeviceUpdate.Models">
  <CustomerUpdate>
    <customerid>sample string 1</customerid>
    <internalaccountnumber>sample string 2</internalaccountnumber>
  </CustomerUpdate>
  <CustomerUpdate>
    <customerid>sample string 1</customerid>
    <internalaccountnumber>sample string 2</internalaccountnumber>
  </CustomerUpdate>
</ArrayOfCustomerUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.