POST api/CustomerRate/UpdateCustomerRate

Request Information

URI Parameters

None.

Body Parameters

CustomerRate
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

integer

None.

CustomerId

integer

None.

Customer

string

None.

Mobile

string

None.

AreaId

integer

None.

Area

string

None.

ProductId

integer

None.

Product

string

None.

Qty

decimal number

None.

SizeId

integer

None.

Size

string

None.

UnitId

integer

None.

Unit

string

None.

Rate

decimal number

None.

CreatedBy

string

None.

CreatedDate

string

None.

UpdatedBy

string

None.

UpdatedDate

string

None.

IsInstant

integer

None.

Seq_Num

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": 2,
  "CustomerId": 3,
  "Customer": "sample string 4",
  "Mobile": "sample string 5",
  "AreaId": 6,
  "Area": "sample string 7",
  "ProductId": 8,
  "Product": "sample string 9",
  "Qty": 10.0,
  "SizeId": 11,
  "Size": "sample string 12",
  "UnitId": 13,
  "Unit": "sample string 14",
  "Rate": 15.0,
  "CreatedBy": "sample string 16",
  "CreatedDate": "sample string 17",
  "UpdatedBy": "sample string 18",
  "UpdatedDate": "sample string 19",
  "IsInstant": 20,
  "Seq_Num": 21.0
}

application/octet-stream

Sample:
{"$id":"1","Id":1,"UserId":2,"CustomerId":3,"Customer":"sample string 4","Mobile":"sample string 5","AreaId":6,"Area":"sample string 7","ProductId":8,"Product":"sample string 9","Qty":10.0,"SizeId":11,"Size":"sample string 12","UnitId":13,"Unit":"sample string 14","Rate":15.0,"CreatedBy":"sample string 16","CreatedDate":"sample string 17","UpdatedBy":"sample string 18","UpdatedDate":"sample string 19","IsInstant":20,"Seq_Num":21.0}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:

Sample not available.