POST api/CreditBalanceTracker/SaveData
Request Information
URI Parameters
None.
Body Parameters
CreditBalanceTrackerDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
UserId | integer |
None. |
|
FullName | string |
None. |
|
LeadBalance | integer |
None. |
|
CreditEarned | integer |
None. |
|
StateIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "UserId": 2, "FullName": "sample string 3", "LeadBalance": 4, "CreditEarned": 5, "StateIds": [ 1, 2 ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true