POST api/Case/Put/{id}/{statusid}/{loggedInUserId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

statusid

string

None.

loggedInUserId

string

None.

Body Parameters

CaseViewModel
NameDescriptionTypeAdditional information
ID

integer

None.

CustomerId

string

None.

LoggedInUserId

integer

None.

PatientFirstName

string

None.

PatientLastName

string

None.

PatientId

string

None.

SpecialInstructions

string

None.

Duedate

date

None.

Shipdate

date

None.

StatusModifiedOn

date

None.

ShadeGuideId

integer

None.

ShadeCountId

integer

None.

IsRushCase

boolean

None.

Item

string

None.

Price

decimal number

None.

StatusId

integer

None.

OutSourceCompany

string

None.

DiscountType

string

None.

DiscountPercentage

decimal number

None.

DiscountAmount

decimal number

None.

CaseNumber

string

None.

CreatedBy

string

None.

CreatedOn

date

None.

Message

string

None.

SerialNumber

string

None.

Customers

Customer

None.

Categories

Collection of Category

None.

ShadeGuides

Collection of ShadeGuide

None.

StumpShadeGuides

Collection of StumpShadeGuide

None.

ShadeCounts

Collection of ShadeCount

None.

Shades

Collection of Shade

None.

Statuses

Collection of Status

None.

CaseProducts

Collection of CaseProductViewModel

None.

ddlCategoryId

integer

None.

ddlSubCategoryId

integer

None.

ddlProductId

integer

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

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.