POST api/mypages/campaigns/start

Request Information

URI Parameters

None.

Body Parameters

MyPagesDto
NameDescriptionTypeAdditional information
AnyCustomerNumber

string

None.

TelephoneOrEmail

string

None.

IsStop

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "anyCustomerNumber": "sample string 1",
  "telephoneOrEmail": "sample string 2",
  "isStop": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.