POST api/BoreDiameter
Request Information
URI Parameters
None.
Body Parameters
BoreDiameter| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| DiameterInInches | decimal number |
None. |
|
| DateCreatedUtc | date |
None. |
|
| Id | string |
None. |
|
| Version | Collection of byte |
None. |
|
| CreatedAt | date |
None. |
|
| UpdatedAt | date |
Required |
|
| Deleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"diameterInInches": 2.1,
"dateCreatedUtc": "2026-01-15T03:32:15.506Z",
"id": "sample string 4",
"version": "QEA=",
"createdAt": "2026-01-15T03:32:15.506Z",
"updatedAt": "2026-01-15T03:32:15.506Z",
"deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.