POST api/MSKAPI/GetMskApiDetails

Request Information

URI Parameters

None.

Body Parameters

APIDetails
NameDescriptionTypeAdditional information
InitialEstimateId

integer

None.

CustomerId

integer

None.

Depot

string

None.

UnitNumber

string

None.

EstimateNumber

string

None.

Estimate_Status

string

None.

Event_Status

string

None.

Error

string

None.

API_Name

string

None.

Created_Date

date

None.

Updated_date

date

None.

Active

boolean

None.

API_send

string

None.

Response_Status

string

None.

Response_Text

string

None.

RequestURL

string

None.

RequestBody

string

None.

EntrySource

string

None.

MaintenanceOrderNumber

integer

None.

rows

integer

None.

page

integer

None.

sidx

string

None.

sord

string

None.

Records

integer

None.

Total

decimal number

None.

filters

string

None.

startindex

integer

None.

endindex

integer

None.

gridRowsCount

integer

None.

_search

boolean

None.

IsMechanicalStructural

string

None.

StartDate

date

None.

EndDate

date

None.

OrderCount

integer

None.

OrderNumbers

string

None.

CustomerIds

string

None.

LoggedInUserId

integer

None.

UserType

integer

None.

AEMS_Status

string

None.

RepairDateComplition

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "InitialEstimateId": 1,
  "CustomerId": 2,
  "Depot": "sample string 3",
  "UnitNumber": "sample string 4",
  "EstimateNumber": "sample string 5",
  "Estimate_Status": "sample string 6",
  "Event_Status": "sample string 7",
  "Error": "sample string 8",
  "API_Name": "sample string 9",
  "Created_Date": "2025-06-30T14:54:21.1584388+00:00",
  "Updated_date": "2025-06-30T14:54:21.1584388+00:00",
  "Active": true,
  "API_send": "sample string 11",
  "Response_Status": "sample string 12",
  "Response_Text": "sample string 13",
  "RequestURL": "sample string 14",
  "RequestBody": "sample string 15",
  "EntrySource": "sample string 16",
  "MaintenanceOrderNumber": 17,
  "rows": 18,
  "page": 19,
  "sidx": "sample string 20",
  "sord": "sample string 21",
  "Records": 22,
  "Total": 23.0,
  "filters": "sample string 24",
  "startindex": 25,
  "endindex": 26,
  "gridRowsCount": 27,
  "_search": true,
  "IsMechanicalStructural": "sample string 29",
  "StartDate": "2025-06-30T14:54:21.1584388+00:00",
  "EndDate": "2025-06-30T14:54:21.1584388+00:00",
  "OrderCount": 30,
  "OrderNumbers": "sample string 31",
  "CustomerIds": "sample string 32",
  "LoggedInUserId": 33,
  "UserType": 34,
  "AEMS_Status": "sample string 35",
  "RepairDateComplition": true
}

application/xml, text/xml

Sample:
<MSKAPIs.APIDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomLayer.MSK_API">
  <AEMS_Status>sample string 35</AEMS_Status>
  <API_Name>sample string 9</API_Name>
  <API_send>sample string 11</API_send>
  <Active>true</Active>
  <Created_Date>2025-06-30T14:54:21.1584388+00:00</Created_Date>
  <CustomerId>2</CustomerId>
  <CustomerIds>sample string 32</CustomerIds>
  <Depot>sample string 3</Depot>
  <EndDate>2025-06-30T14:54:21.1584388+00:00</EndDate>
  <EntrySource>sample string 16</EntrySource>
  <Error>sample string 8</Error>
  <EstimateNumber>sample string 5</EstimateNumber>
  <Estimate_Status>sample string 6</Estimate_Status>
  <Event_Status>sample string 7</Event_Status>
  <InitialEstimateId>1</InitialEstimateId>
  <IsMechanicalStructural>sample string 29</IsMechanicalStructural>
  <LoggedInUserId>33</LoggedInUserId>
  <MaintenanceOrderNumber>17</MaintenanceOrderNumber>
  <OrderCount>30</OrderCount>
  <OrderNumbers>sample string 31</OrderNumbers>
  <Records>22</Records>
  <RepairDateComplition>true</RepairDateComplition>
  <RequestBody>sample string 15</RequestBody>
  <RequestURL>sample string 14</RequestURL>
  <Response_Status>sample string 12</Response_Status>
  <Response_Text>sample string 13</Response_Text>
  <StartDate>2025-06-30T14:54:21.1584388+00:00</StartDate>
  <Total>23</Total>
  <UnitNumber>sample string 4</UnitNumber>
  <Updated_date>2025-06-30T14:54:21.1584388+00:00</Updated_date>
  <UserType>34</UserType>
  <_search>true</_search>
  <endindex>26</endindex>
  <filters>sample string 24</filters>
  <gridRowsCount>27</gridRowsCount>
  <page>19</page>
  <rows>18</rows>
  <sidx>sample string 20</sidx>
  <sord>sample string 21</sord>
  <startindex>25</startindex>
</MSKAPIs.APIDetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.