POST Api/Positions/Add
Request Information
URI Parameters
None.
Body Parameters
Position| Name | Description | Type | Additional information |
|---|---|---|---|
| PositionId | integer |
None. |
|
| PositionCategoryId | integer |
None. |
|
| Name | string |
None. |
|
| MinRate | decimal number |
None. |
|
| MaxRate | decimal number |
None. |
|
| IsActive | boolean |
None. |
|
| RequiresPhysicianProfile | boolean |
None. |
|
| RequiresSupervisingPhysician | boolean |
None. |
|
| FormFile | Collection of byte |
None. |
|
| JobExpectationFileSize | integer |
None. |
|
| JobExpectationFileName | string |
None. |
|
| JobExpectationAzureFileName | string |
None. |
|
| JobExpectationMimeType | string |
None. |
|
| IsZoneManager | boolean |
None. |
|
| IsPhysician | boolean |
None. |
|
| IsPhysicianAssistant | boolean |
None. |
|
| IsFrontOffice | boolean |
None. |
|
| IsBackOffice | boolean |
None. |
|
| IsXrayTech | boolean |
None. |
|
| IsNursing | boolean |
None. |
|
| IsExecutive | boolean |
None. |
|
| IsManager | boolean |
None. |
|
| PositionCategory | PositionCategory |
None. |
Request Formats
application/json, text/json, text/html, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.