POST Major/CloneCustomerMajor

Request Information

URI Parameters

None.

Body Parameters

CloneMajorRequestDTO
NameDescriptionTypeAdditional information
SourceCustomerNo

string

None.

TargetCustomerNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SourceCustomerNo": "sample string 1",
  "TargetCustomerNo": "sample string 2"
}

application/xml, text/xml

Sample:
<CloneMajorRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.Entity.DTO">
  <SourceCustomerNo>sample string 1</SourceCustomerNo>
  <TargetCustomerNo>sample string 2</TargetCustomerNo>
</CloneMajorRequestDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.