POST WalletTransactions/AddWalletTransactions

Request Information

URI Parameters

None.

Body Parameters

WalletTransactionsDataContext
NameDescriptionTypeAdditional information
filterStatus

boolean

None.

paginationStatus

boolean

None.

textSearch

string

None.

language

string

None.

columnName

string

None.

PageSortTypeId

integer

None.

statusWithAll

boolean

None.

pageSize

integer

None.

page

integer

None.

sortToken

string

None.

userAuthorizeToken

string

None.

walletTransactionToken

string

None.

walletTransactionCode

string

None.

methodPaidToken

string

None.

methodPaidNameCurrent

string

None.

clientToken

string

None.

clientNameCurrent

string

None.

employeeToken

string

None.

employeeNameCurrent

string

None.

treasuryToken

string

None.

treasuryNameCurrent

string

None.

contractorToken

string

None.

contractorNameCurrent

string

None.

walletTransactionReasonCurrent

string

None.

walletTransactionReasonEn

string

None.

walletTransactionReasonAr

string

None.

walletTransactionReasonUnd

string

None.

walletTransactionTypeToken

string

None.

walletTransactionTypeNameCurrent

string

None.

walletTransactionTypeNameEn

string

None.

walletTransactionTypeNameAr

string

None.

walletTransactionTypeNameUnd

string

None.

walletTransactionValue

decimal number

None.

walletTransactionOldValue

decimal number

None.

walletTransactionNewValue

decimal number

None.

userMakeActionToken

string

None.

userMakeActionNameCurrent

string

None.

payToken

string

None.

notes

string

None.

actionDateTime

string

None.

actionDate

string

None.

actionTime

string

None.

walletTransactionArchiveStatus

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "filterStatus": true,
  "paginationStatus": true,
  "textSearch": "sample string 3",
  "language": "sample string 4",
  "columnName": "sample string 5",
  "PageSortTypeId": 6,
  "statusWithAll": true,
  "pageSize": 8,
  "page": 9,
  "sortToken": "sample string 10",
  "userAuthorizeToken": "sample string 11",
  "walletTransactionToken": "sample string 12",
  "walletTransactionCode": "sample string 13",
  "methodPaidToken": "sample string 14",
  "methodPaidNameCurrent": "sample string 15",
  "clientToken": "sample string 16",
  "clientNameCurrent": "sample string 17",
  "employeeToken": "sample string 18",
  "employeeNameCurrent": "sample string 19",
  "treasuryToken": "sample string 20",
  "treasuryNameCurrent": "sample string 21",
  "contractorToken": "sample string 22",
  "contractorNameCurrent": "sample string 23",
  "walletTransactionReasonCurrent": "sample string 24",
  "walletTransactionReasonEn": "sample string 25",
  "walletTransactionReasonAr": "sample string 26",
  "walletTransactionReasonUnd": "sample string 27",
  "walletTransactionTypeToken": "sample string 28",
  "walletTransactionTypeNameCurrent": "sample string 29",
  "walletTransactionTypeNameEn": "sample string 30",
  "walletTransactionTypeNameAr": "sample string 31",
  "walletTransactionTypeNameUnd": "sample string 32",
  "walletTransactionValue": 33.0,
  "walletTransactionOldValue": 34.0,
  "walletTransactionNewValue": 35.0,
  "userMakeActionToken": "sample string 36",
  "userMakeActionNameCurrent": "sample string 37",
  "payToken": "sample string 38",
  "notes": "sample string 39",
  "actionDateTime": "sample string 40",
  "actionDate": "sample string 41",
  "actionTime": "sample string 42",
  "walletTransactionArchiveStatus": true
}

application/xml, text/xml

Sample:
<WalletTransactionsDataContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.TreasuriesTransactions">
  <actionDate xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 41</actionDate>
  <actionDateTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 40</actionDateTime>
  <actionTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 42</actionTime>
  <clientNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 17</clientNameCurrent>
  <clientToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 16</clientToken>
  <contractorNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 23</contractorNameCurrent>
  <contractorToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 22</contractorToken>
  <employeeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 19</employeeNameCurrent>
  <employeeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 18</employeeToken>
  <methodPaidNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 15</methodPaidNameCurrent>
  <methodPaidToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 14</methodPaidToken>
  <notes xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 39</notes>
  <payToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 38</payToken>
  <treasuryNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 21</treasuryNameCurrent>
  <treasuryToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 20</treasuryToken>
  <userMakeActionNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 37</userMakeActionNameCurrent>
  <userMakeActionToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 36</userMakeActionToken>
  <walletTransactionArchiveStatus xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">true</walletTransactionArchiveStatus>
  <walletTransactionCode xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 13</walletTransactionCode>
  <walletTransactionNewValue xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">35</walletTransactionNewValue>
  <walletTransactionOldValue xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">34</walletTransactionOldValue>
  <walletTransactionReasonAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 26</walletTransactionReasonAr>
  <walletTransactionReasonCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 24</walletTransactionReasonCurrent>
  <walletTransactionReasonEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 25</walletTransactionReasonEn>
  <walletTransactionReasonUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 27</walletTransactionReasonUnd>
  <walletTransactionToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 12</walletTransactionToken>
  <walletTransactionTypeNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 31</walletTransactionTypeNameAr>
  <walletTransactionTypeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 29</walletTransactionTypeNameCurrent>
  <walletTransactionTypeNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 30</walletTransactionTypeNameEn>
  <walletTransactionTypeNameUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 32</walletTransactionTypeNameUnd>
  <walletTransactionTypeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">sample string 28</walletTransactionTypeToken>
  <walletTransactionValue xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Treasuries.WalletTransactions">33</walletTransactionValue>
  <PageSortTypeId>6</PageSortTypeId>
  <columnName>sample string 5</columnName>
  <filterStatus>true</filterStatus>
  <language>sample string 4</language>
  <page>9</page>
  <pageSize>8</pageSize>
  <paginationStatus>true</paginationStatus>
  <sortToken>sample string 10</sortToken>
  <statusWithAll>true</statusWithAll>
  <textSearch>sample string 3</textSearch>
  <userAuthorizeToken>sample string 11</userAuthorizeToken>
</WalletTransactionsDataContext>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.