POST api/UserRegistration/AddTypeOfWorkForDefaultProfile
Request Information
URI Parameters
None.
Body Parameters
ProfileTypeOfWorkModel| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.