POST api/GetMeasureTypeList
Request Information
URI Parameters
None.
Body Parameters
RequestName | Description | Type | Additional information |
---|---|---|---|
User | string |
None. |
|
UserId | integer |
None. |
|
ValidationKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "user": "sample string 1", "userId": 2, "validationKey": "sample string 3" }
application/xml, text/xml
Sample:
<Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Request"> <User>sample string 1</User> <UserId>2</UserId> <ValidationKey>sample string 3</ValidationKey> </Request>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
MeasureTypeResponseListName | Description | Type | Additional information |
---|---|---|---|
ItemList | Collection of MeasureTypeResponse |
None. |
|
ResultCode | integer |
None. |
|
ResultMessage | string |
None. |
|
ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "itemList": [ { "codeMeasureType": "sample string 1", "unit": "sample string 2", "id": 3, "name": "sample string 4", "description": "sample string 5", "code": 6, "isEnabled": true, "isInUse": true, "resultCode": 9, "resultMessage": "sample string 10", "errorMessage": "sample string 11" }, { "codeMeasureType": "sample string 1", "unit": "sample string 2", "id": 3, "name": "sample string 4", "description": "sample string 5", "code": 6, "isEnabled": true, "isInUse": true, "resultCode": 9, "resultMessage": "sample string 10", "errorMessage": "sample string 11" } ], "resultCode": 1, "resultMessage": "sample string 2", "errorMessage": "sample string 3" }
application/xml, text/xml
Sample:
<MeasureTypeResponseList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response.MeasureType"> <ErrorMessage xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">sample string 3</ErrorMessage> <ResultCode xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">1</ResultCode> <ResultMessage xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">sample string 2</ResultMessage> <ItemList> <MeasureTypeResponse> <ErrorMessage xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">sample string 11</ErrorMessage> <ResultCode xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">9</ResultCode> <ResultMessage xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">sample string 10</ResultMessage> <Code xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">6</Code> <Description xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">sample string 5</Description> <Id xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">3</Id> <IsEnabled xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">true</IsEnabled> <IsInUse xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">true</IsInUse> <Name xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">sample string 4</Name> <CodeMeasureType>sample string 1</CodeMeasureType> <Unit>sample string 2</Unit> </MeasureTypeResponse> <MeasureTypeResponse> <ErrorMessage xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">sample string 11</ErrorMessage> <ResultCode xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">9</ResultCode> <ResultMessage xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">sample string 10</ResultMessage> <Code xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">6</Code> <Description xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">sample string 5</Description> <Id xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">3</Id> <IsEnabled xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">true</IsEnabled> <IsInUse xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">true</IsInUse> <Name xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">sample string 4</Name> <CodeMeasureType>sample string 1</CodeMeasureType> <Unit>sample string 2</Unit> </MeasureTypeResponse> </ItemList> </MeasureTypeResponseList>