POST api/Customer/TransferRecords

Request Information

URI Parameters

None.

Body Parameters

TransferCustomerRecord
NameDescriptionTypeAdditional information
AppID

integer

Required

DirAppID

integer

Required

CustomerFromID

integer

Required

CustomerToID

integer

Required

CTXUser

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AppID": 1,
  "DirAppID": 2,
  "CustomerFromID": 3,
  "CustomerToID": 4,
  "CTXUser": "sample string 5"
}

text/html

Sample:
{"AppID":1,"DirAppID":2,"CustomerFromID":3,"CustomerToID":4,"CTXUser":"sample string 5"}

application/xml, text/xml

Sample:
<TransferCustomerRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCAPI.Models">
  <AppID>1</AppID>
  <CTXUser>sample string 5</CTXUser>
  <CustomerFromID>3</CustomerFromID>
  <CustomerToID>4</CustomerToID>
  <DirAppID>2</DirAppID>
</TransferCustomerRecord>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.