POST api/TrackIndent/GetIndentHistoryInternalUser

Request Information

URI Parameters

None.

Body Parameters

IndentInfo
NameDescriptionTypeAdditional information
IndentId

integer

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IndentId": 1,
  "UserId": 2
}

application/xml, text/xml

Sample:
<IndentInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ekidzeeAndroid.Repositories">
  <IndentId>1</IndentId>
  <UserId>2</UserId>
</IndentInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IResponseModelOfObject
NameDescriptionTypeAdditional information
ResponseMessage

string

None.

ResponseCode

integer

None.

ResponseData

Object

None.

Response Formats

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

Sample:

Sample not available.