POST api/EdgeCtpSignUp

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
edgeCtpSignUp
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "EdgeCtpSignUpId": "3e3b416f-15fd-4c41-9d55-e19296294a8b",
  "EmailAddress": "sample string 2",
  "EmailToken": "sample string 3",
  "PasswordToken": "sample string 4",
  "Coupon": "sample string 5",
  "TimeStamp": "2025-05-09T19:26:04.1289716+00:00",
  "IsPartner": true,
  "PartnerType": "sample string 7",
  "PartnerComments": "sample string 8",
  "FirstName": "sample string 9",
  "LastName": "sample string 10",
  "PhoneNo": "sample string 11",
  "IsTariffTool": true,
  "LoginAttempts": 1.0
}

application/xml, text/xml

Sample:
<EdgeCtpSignUp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL">
  <Coupon>sample string 5</Coupon>
  <EdgeCtpSignUpId>3e3b416f-15fd-4c41-9d55-e19296294a8b</EdgeCtpSignUpId>
  <EmailAddress>sample string 2</EmailAddress>
  <EmailToken>sample string 3</EmailToken>
  <FirstName>sample string 9</FirstName>
  <IsPartner>true</IsPartner>
  <IsTariffTool>true</IsTariffTool>
  <LastName>sample string 10</LastName>
  <LoginAttempts>1</LoginAttempts>
  <PartnerComments>sample string 8</PartnerComments>
  <PartnerType>sample string 7</PartnerType>
  <PasswordToken>sample string 4</PasswordToken>
  <PhoneNo>sample string 11</PhoneNo>
  <TimeStamp>2025-05-09T19:26:04.1289716+00:00</TimeStamp>
</EdgeCtpSignUp>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'EdgeCtpSignUp'.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.