POST api/globalcompanygenderlimits
Posts a new Global Company Gender Limit
Request Information
URI Parameters
None.
Body Parameters
CompanyGenderLimitModelName | Description | Type | Additional information |
---|---|---|---|
Name |
Gets or sets the description of the gender limit resource |
string |
None. |
isGlobal |
Gets or sets whether this is a global gender limit resource (true if Global, false if Formulary-level) Obsolete - will be removed at a later date |
boolean |
None. |
Gender |
Gets or sets the Gender |
string |
None. |
CreatedOn |
Gets or sets the Created On Date for this resource |
date |
None. |
AuditNote |
Gets or sets the value indicating (for audit purposes) why the most current change to this resource was made |
string |
None. |
Active |
Gets or sets the value indicating whether this gender limit is currently active. |
boolean |
None. |
Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
ID |
Gets or sets the identifier for the resource |
integer |
None. |
Request Formats
application/json, text/json, application/json-patch+json
{ "url": "sample string 5", "id": 6, "name": "sample string 2", "isGlobal": true, "gender": "sample string 3", "createdOn": "2025-05-30T21:09:50.7786131-05:00", "auditNote": "sample string 4", "active": true }
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The newly created Global Company Gender Limit object
CompanyGenderLimitModelName | Description | Type | Additional information |
---|---|---|---|
Name |
Gets or sets the description of the gender limit resource |
string |
None. |
isGlobal |
Gets or sets whether this is a global gender limit resource (true if Global, false if Formulary-level) Obsolete - will be removed at a later date |
boolean |
None. |
Gender |
Gets or sets the Gender |
string |
None. |
CreatedOn |
Gets or sets the Created On Date for this resource |
date |
None. |
AuditNote |
Gets or sets the value indicating (for audit purposes) why the most current change to this resource was made |
string |
None. |
Active |
Gets or sets the value indicating whether this gender limit is currently active. |
boolean |
None. |
Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
{ "url": "sample string 5", "id": 6, "name": "sample string 2", "isGlobal": true, "gender": "sample string 3", "createdOn": "2025-05-30T21:09:50.7786131-05:00", "auditNote": "sample string 4", "active": true }