POST api/generalMaintenance
Request Information
URI Parameters
None.
Body Parameters
GeneralMaintenanceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GeneralMaintenanceId | integer |
None. |
|
| TypeGeneralMaintenanceId | integer |
Required |
|
| CurrencySourceId | integer |
Required |
|
| CountryId | integer |
Required |
|
| OutlookId | integer |
Required |
|
| CorporateId | integer |
Required |
|
| GrossRates | decimal number |
Required |
|
| YearGeneralMaintenance | date |
Required |
|
| CreatedBy | string |
None. |
|
| CreatedByUserId | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedByUserId | integer |
None. |
|
| ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"GeneralMaintenanceId": 1,
"TypeGeneralMaintenanceId": 2,
"CurrencySourceId": 3,
"CountryId": 4,
"OutlookId": 5,
"CorporateId": 6,
"GrossRates": 7.0,
"YearGeneralMaintenance": "2026-05-11T21:21:22.1020262+00:00",
"CreatedBy": "sample string 8",
"CreatedByUserId": 9,
"CreatedOn": "2026-05-11T21:21:22.1020262+00:00",
"ModifiedBy": "sample string 11",
"ModifiedByUserId": 12,
"ModifiedOn": "2026-05-11T21:21:22.1020262+00:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.