POST api/DimensionAPI/GetDimensions
Request Information
URI Parameters
None.
Body Parameters
UserDimensionDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Value | decimal number |
None. |
|
DocumentType | integer |
None. |
|
Width | decimal number |
None. |
|
Length | decimal number |
None. |
|
DimensionType | integer |
None. |
|
StatusCode | integer |
None. |
|
MessageEn | string |
None. |
|
MessageAr | string |
None. |
|
datasetxml | string |
None. |
|
FlagId | integer |
None. |
|
TypeId | integer |
None. |
|
PageSize | integer |
None. |
|
PageNumber | integer |
None. |
|
ActionBy | integer |
None. |
|
pagingNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Value": 2.0, "DocumentType": 3, "Width": 4.0, "Length": 5.0, "DimensionType": 6, "StatusCode": 7, "MessageEn": "sample string 8", "MessageAr": "sample string 9", "datasetxml": "sample string 10", "FlagId": 11, "TypeId": 12, "PageSize": 13, "PageNumber": 14, "ActionBy": 15, "pagingNumber": 16 }
application/xml, text/xml
Sample:
<UserDimensionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <ActionBy>15</ActionBy> <FlagId>11</FlagId> <MessageAr>sample string 9</MessageAr> <MessageEn>sample string 8</MessageEn> <PageNumber>14</PageNumber> <PageSize>13</PageSize> <StatusCode>7</StatusCode> <TypeId>12</TypeId> <datasetxml>sample string 10</datasetxml> <pagingNumber>16</pagingNumber> <DimensionType>6</DimensionType> <DocumentType>3</DocumentType> <Id>1</Id> <Length>5</Length> <Value>2</Value> <Width>4</Width> </UserDimensionDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.