PATCH api/globalcompanygenderlimits/{id}
Patches an existing Global Company Gender Limit object
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gender limit identifier |
integer |
Required |
Body Parameters
The json formatted patch document (https://tools.ietf.org/html/rfc6902) containing operations to apply to the target global company gender limit object
JsonPatchDocument| Name | Description | Type | Additional information |
|---|---|---|---|
| Operations | Collection of Operation |
None. |
Request Formats
application/json
Sample not available.
text/json
Sample not available.
application/json-patch+json
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
A patched Global Company Gender Limit object
CompanyGenderLimitModel| Name | 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-12-09T20:16:19.36531-06:00",
"auditNote": "sample string 4",
"active": true
}