PUT api/Quotation?userId={userId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

integer

Required

Body Parameters

tbl_quotation
NameDescriptionTypeAdditional information
id

integer

None.

referenceNumber

string

None.

customerId

integer

None.

createdBy

integer

None.

dateCreated

date

None.

isDeleted

boolean

None.

isPurchased

boolean

None.

deletedBy

integer

None.

dateDeleted

date

None.

lastUpdatedBy

integer

None.

lastUpdated

date

None.

storeId

integer

None.

tbl_customer

tbl_customer

None.

tbl_qoute_item

Collection of tbl_qoute_item

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.