POST api/Account/CustomRegisterExternalColaborador

Request Information

URI Parameters

None.

Body Parameters

CustomRegisterExternalColaboradorBindingModel
NameDescriptionTypeAdditional information
Email

string

Required

Nome

string

Required

String length: inclusive between 0 and 64

Token

string

Required

Request Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "Nome": "sample string 2",
  "Token": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.