POST api/Transaction/UpdateTransaction

Request Information

URI Parameters

None.

Body Parameters

DataInputSys_Transaction_His
NameDescriptionTypeAdditional information
RowID

integer

None.

SoTien

decimal number

None.

CreatedDate

string

None.

Note

string

None.

Loai

string

None.

CustomerID

string

None.

PaymentID

string

None.

Disable

boolean

None.

DeleteNote

string

None.

DeletedDate

string

None.

DeletedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RowID": 1,
  "SoTien": 2.1,
  "CreatedDate": "sample string 3",
  "Note": "sample string 4",
  "Loai": "sample string 5",
  "CustomerID": "sample string 6",
  "PaymentID": "sample string 7",
  "Disable": true,
  "DeleteNote": "sample string 9",
  "DeletedDate": "sample string 10",
  "DeletedBy": "sample string 11"
}

application/xml, text/xml

Sample:

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseModelOfObject
NameDescriptionTypeAdditional information
status

integer

None.

data

Object

None.

page

PageModel

None.

error

ErrorModel

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 1,
  "data": {},
  "page": {
    "Page": 1,
    "AllPage": 2,
    "Size": 3,
    "TotalCount": 4
  },
  "error": {
    "message": "sample string 1",
    "code": "sample string 2",
    "page": {
      "Page": 1,
      "AllPage": 2,
      "Size": 3,
      "TotalCount": 4
    }
  }
}

application/xml, text/xml

Sample: