POST api/UserRegistration/AddTypeOfWorkForDefaultProfile

Request Information

URI Parameters

None.

Body Parameters

ProfileTypeOfWorkModel
NameDescriptionTypeAdditional information
DailySupply

boolean

None.

LongTerm

boolean

None.

Permanent

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DailySupply": true,
  "LongTerm": true,
  "Permanent": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.