PUT api/EdgeCtpSignUp/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

edgeCtpSignUp
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "EdgeCtpSignUpId": "2c591b0d-5b0c-4d01-8554-056f72958fc5",
  "EmailAddress": "sample string 2",
  "EmailToken": "sample string 3",
  "PasswordToken": "sample string 4",
  "Coupon": "sample string 5",
  "TimeStamp": "2025-05-09T19:51:39.9917425+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>2c591b0d-5b0c-4d01-8554-056f72958fc5</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:51:39.9917425+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.