POST api/Services/EquipmentTypes
Request Information
URI Parameters
None.
Body Parameters
EquipmentTypesViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
Required |
|
| Description | string |
None. |
|
| Service | string |
None. |
|
| Mode | string |
None. |
|
| ServiceLevel | string |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
|
| ServiceLevelId | integer |
Required |
|
| ModeId | integer |
None. |
|
| ServiceId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Service": "sample string 4",
"Mode": "sample string 5",
"ServiceLevel": "sample string 6",
"Created": "2025-12-05T21:33:20.9374844-08:00",
"Updated": "2025-12-05T21:33:20.9374844-08:00",
"ServiceLevelId": 9,
"ModeId": 10,
"ServiceId": 11
}
application/xml, text/xml
Sample:
<EquipmentTypesViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMpowerCore.ViewModels.Services"> <Created>2025-12-05T21:33:20.9374844-08:00</Created> <Description>sample string 3</Description> <Id>1</Id> <Mode>sample string 5</Mode> <ModeId>10</ModeId> <Name>sample string 2</Name> <Service>sample string 4</Service> <ServiceId>11</ServiceId> <ServiceLevel>sample string 6</ServiceLevel> <ServiceLevelId>9</ServiceLevelId> <Updated>2025-12-05T21:33:20.9374844-08:00</Updated> </EquipmentTypesViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.