POST api/Account/AddJDSDeveloper

Request Information

URI Parameters

None.

Body Parameters

DeveloperBindingModel
NameDescriptionTypeAdditional information
UserId

string

None.

accepted_terms

boolean

None.

dateAccepted

date

None.

status

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "accepted_terms": true,
  "dateAccepted": "2026-02-02T11:57:18.8402887+00:00",
  "status": 3
}

text/html

Sample:
{"UserId":"sample string 1","accepted_terms":true,"dateAccepted":"2026-02-02T11:57:18.8402887+00:00","status":3}

application/xml, text/xml

Sample:
<DeveloperBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JDSupraAPI.Models">
  <UserId>sample string 1</UserId>
  <accepted_terms>true</accepted_terms>
  <dateAccepted>2026-02-02T11:57:18.8402887+00:00</dateAccepted>
  <status>3</status>
</DeveloperBindingModel>

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.