POST api/AbstractHeaders
Request Information
URI Parameters
None.
Body Parameters
AbstractHeader| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Tenant | string |
None. |
|
| ExpirationDate | string |
None. |
|
| ContractID | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Tenant": "sample string 2",
"ExpirationDate": "sample string 3",
"ContractID": 1,
"CreatedDate": "2026-02-23T18:03:15.2074085-08:00",
"ModifiedDate": "2026-02-23T18:03:15.2074085-08:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.