PUT api/Accounting?userId={userId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

integer

Required

Body Parameters

tbl_transactions
NameDescriptionTypeAdditional information
transaction_id

integer

None.

transaction_date

date

None.

reference_no

string

None.

description

string

None.

total_amount

decimal number

None.

customer_id

integer

None.

store_id

integer

None.

is_deleted

boolean

None.

created_by

integer

None.

created_at

date

None.

last_updated_by

integer

None.

last_updated_at

date

None.

tbl_transaction_payments

Collection of tbl_transaction_payments

None.

tbl_customer

tbl_customer

None.

tbl_store

tbl_store

None.

tbl_user

tbl_user

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

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.