POST api/ActionService/UserOnboardChecks

Documentation for 'UserOnboardChecks'.

Request Information

Parameters

NameDescriptionAdditional information
request
Documentation for 'request'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserId": 1
}

application/xml, text/xml

Sample:
<UserOnboardChecksRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages">
  <UserId>1</UserId>
</UserOnboardChecksRequest>

application/x-www-form-urlencoded

Sample:

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

Response Information

Response body formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "Message": {
    "UserTypeChoosen": true,
    "ProfileUrlChoosen": true,
    "UserAreasChoosen": true,
    "UserBudgetsChoosen": true,
    "UserMusicTypesChoosen": true,
    "PhoneNoChoosen": true,
    "VatNoChoosen": true,
    "NameChoosen": true
  }
}

application/xml, text/xml

Sample:
<ResponseBaseOfUserOnboardChecksResponseK8eNC3q0 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.MessageBase">
  <Message xmlns:d2p1="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages">
    <d2p1:NameChoosen>true</d2p1:NameChoosen>
    <d2p1:PhoneNoChoosen>true</d2p1:PhoneNoChoosen>
    <d2p1:ProfileUrlChoosen>true</d2p1:ProfileUrlChoosen>
    <d2p1:UserAreasChoosen>true</d2p1:UserAreasChoosen>
    <d2p1:UserBudgetsChoosen>true</d2p1:UserBudgetsChoosen>
    <d2p1:UserMusicTypesChoosen>true</d2p1:UserMusicTypesChoosen>
    <d2p1:UserTypeChoosen>true</d2p1:UserTypeChoosen>
    <d2p1:VatNoChoosen>true</d2p1:VatNoChoosen>
  </Message>
  <status>sample string 1</status>
</ResponseBaseOfUserOnboardChecksResponseK8eNC3q0>