POST api/physical-group/add-column
Request Information
URI Parameters
None.
Body Parameters
PhysicalColumnJson| Name | Description | Type | Additional information |
|---|---|---|---|
| physicalGroupId | integer |
None. |
|
| index | integer |
None. |
|
| title | string |
None. |
|
| quotationMeasure | string |
None. |
|
| quotationMeasureId | integer |
None. |
|
| decimalPlaces | integer |
None. |
|
| id | integer |
None. |
|
| active | boolean |
None. |
|
| userIns | string |
None. |
|
| dateUtcIns | date |
None. |
|
| userUpd | string |
None. |
|
| dateUtcUpd | date |
None. |
|
| dateUtcUpdIso8601 | string |
None. |
|
| dateUtcInsIso8601 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"physicalGroupId": 1,
"index": 2,
"title": "sample string 3",
"quotationMeasure": "sample string 4",
"quotationMeasureId": 5,
"decimalPlaces": 6,
"id": 7,
"active": true,
"userIns": "sample string 9",
"dateUtcIns": "2025-10-25T04:14:19.6886911+00:00",
"userUpd": "sample string 10",
"dateUtcUpd": "2025-10-25T04:14:19.6886911+00:00",
"dateUtcUpdIso8601": "2025-10-25T04:14:19Z",
"dateUtcInsIso8601": "2025-10-25T04:14:19Z"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.