PUT api/Account/UpdateSubAccountTermsConditions

Request Information

URI Parameters

None.

Body Parameters

UpdateSubAccountTermsAndConditionsRequestVM
NameDescriptionTypeAdditional information
UserId

string

Required

UpdatedAccountIds

Collection of string

Required

LeadFormTermsConditions

string

None.

LeadFormTermsConditionsRawContent

string

None.

OfferTermsConditions

string

None.

OfferTermsConditionsRawContent

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "UpdatedAccountIds": [
    "sample string 1",
    "sample string 2"
  ],
  "LeadFormTermsConditions": "sample string 2",
  "LeadFormTermsConditionsRawContent": "sample string 3",
  "OfferTermsConditions": "sample string 4",
  "OfferTermsConditionsRawContent": "sample string 5"
}

application/xml, text/xml

Sample:
<UpdateSubAccountTermsAndConditionsRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services.RequestViewModels.AccountsAndUsers">
  <LeadFormTermsConditions>sample string 2</LeadFormTermsConditions>
  <LeadFormTermsConditionsRawContent>sample string 3</LeadFormTermsConditionsRawContent>
  <OfferTermsConditions>sample string 4</OfferTermsConditions>
  <OfferTermsConditionsRawContent>sample string 5</OfferTermsConditionsRawContent>
  <UpdatedAccountIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </UpdatedAccountIds>
  <UserId>sample string 1</UserId>
</UpdateSubAccountTermsAndConditionsRequestVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.