POST api/token/create
Request Information
URI Parameters
None.
Body Parameters
BidderTokenDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| bidderTokenID | integer |
None. |
|
| bidderID | integer |
None. |
|
| unitTypeCode | string |
None. |
|
| currentToken | integer |
None. |
|
| totalToken | integer |
None. |
|
| availableToken | integer |
None. |
|
| isActive | string |
None. |
|
| UserOfficeId | integer |
None. |
|
| UserRequestId | integer |
None. |
|
| UserRoleId | integer |
None. |
|
| TimeStamp | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"bidderTokenID": 1,
"bidderID": 2,
"unitTypeCode": "sample string 3",
"currentToken": 4,
"totalToken": 5,
"availableToken": 6,
"isActive": "sample string 7",
"UserOfficeId": 8,
"UserRequestId": 9,
"UserRoleId": 10,
"TimeStamp": "QEA="
}
text/html
Sample:
{"bidderTokenID":1,"bidderID":2,"unitTypeCode":"sample string 3","currentToken":4,"totalToken":5,"availableToken":6,"isActive":"sample string 7","UserOfficeId":8,"UserRequestId":9,"UserRoleId":10,"TimeStamp":"QEA="}
application/xml, text/xml
Sample:
<BidderTokenDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models"> <TimeStamp>QEA=</TimeStamp> <UserOfficeId>8</UserOfficeId> <UserRequestId>9</UserRequestId> <UserRoleId>10</UserRoleId> <availableToken>6</availableToken> <bidderID>2</bidderID> <bidderTokenID>1</bidderTokenID> <currentToken>4</currentToken> <isActive>sample string 7</isActive> <totalToken>5</totalToken> <unitTypeCode>sample string 3</unitTypeCode> </BidderTokenDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.