POST UpdateCategory

Request Information

URI Parameters

None.

Body Parameters

CategoryMaster
NameDescriptionTypeAdditional information
ReturnVal

integer

None.

MemberID

integer

None.

AlDisType

integer

None.

CategoryID

integer

None.

Category

string

None.

Al_CategoryID

integer

None.

Al_CategoryName

string

None.

Dis_CategoryID

integer

None.

Dis_CategoryName

string

None.

StatusID

integer

None.

CreatedBy

integer

None.

CreationDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ReturnVal": 1,
  "MemberID": 2,
  "AlDisType": 3,
  "CategoryID": 4,
  "Category": "sample string 5",
  "Al_CategoryID": 6,
  "Al_CategoryName": "sample string 7",
  "Dis_CategoryID": 8,
  "Dis_CategoryName": "sample string 9",
  "StatusID": 10,
  "CreatedBy": 11,
  "CreationDate": "2024-09-19T22:16:32.6713717+01:00"
}

application/xml, text/xml

Sample:
<CategoryMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TestingWebApi">
  <AlDisType>3</AlDisType>
  <Al_CategoryID>6</Al_CategoryID>
  <Al_CategoryName>sample string 7</Al_CategoryName>
  <Category>sample string 5</Category>
  <CategoryID>4</CategoryID>
  <CreatedBy>11</CreatedBy>
  <CreationDate>2024-09-19T22:16:32.6713717+01:00</CreationDate>
  <Dis_CategoryID>8</Dis_CategoryID>
  <Dis_CategoryName>sample string 9</Dis_CategoryName>
  <MemberID>2</MemberID>
  <ReturnVal>1</ReturnVal>
  <StatusID>10</StatusID>
</CategoryMaster>

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.