POST api/Factor/StartFactor

Request Information

URI Parameters

None.

Body Parameters

StartFactorRequest
NameDescriptionTypeAdditional information
FactorCode

integer

None.

Id

globally unique identifier

None.

Token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FactorCode": 1,
  "Id": "a626b1f7-3dc2-4c61-9fe5-d93e97783f8e",
  "Token": "sample string 2"
}

application/xml, text/xml

Sample:
<StartFactorRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicesDomain.Models.Factor">
  <Token xmlns="http://schemas.datacontract.org/2004/07/ServicesDomain.Models">sample string 2</Token>
  <FactorCode>1</FactorCode>
  <Id>a626b1f7-3dc2-4c61-9fe5-d93e97783f8e</Id>
</StartFactorRequest>

multipart/form-data

Sample:
<StartFactorRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicesDomain.Models.Factor"><Token xmlns="http://schemas.datacontract.org/2004/07/ServicesDomain.Models">sample string 2</Token><FactorCode>1</FactorCode><Id>a626b1f7-3dc2-4c61-9fe5-d93e97783f8e</Id></StartFactorRequest>

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, multipart/form-data

Sample:

Sample not available.