POST api/groups/{groupid}/groupplans/{groupplanid}/penaltybasises
Posts a penalty basis record
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid |
Group identifier |
integer |
Required |
groupplanid |
Group Plan identifier |
integer |
Required |
Body Parameters
PenaltyBasisModelName | Description | Type | Additional information |
---|---|---|---|
GroupPlanNo |
Gets or sets the identifier for the Group Plan associated with this PenaltyBasis |
integer |
None. |
Description |
Gets or sets the description of the penalty basis |
string |
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
Sample:
{ "url": "sample string 3", "id": 4, "groupPlanNo": 1, "description": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
A newly created Penalty Basis record
PenaltyBasisModelName | Description | Type | Additional information |
---|---|---|---|
GroupPlanNo |
Gets or sets the identifier for the Group Plan associated with this PenaltyBasis |
integer |
None. |
Description |
Gets or sets the description of the penalty basis |
string |
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
Sample:
{ "url": "sample string 3", "id": 4, "groupPlanNo": 1, "description": "sample string 2" }