POST api/Remark/UpdateRemark1

Request Information

URI Parameters

None.

Body Parameters

Remark1
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Status

string

None.

SortOrder

integer

None.

IsClosed

boolean

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

CreatedUserId

integer

None.

CreatedDate

date

None.

UpdatedUserId

integer

None.

UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Status": "sample string 3",
  "SortOrder": 4,
  "IsClosed": true,
  "IsActive": true,
  "IsDeleted": true,
  "CreatedUserId": 8,
  "CreatedDate": "2026-06-13T05:15:15.8107845+06:30",
  "UpdatedUserId": 1,
  "UpdatedDate": "2026-06-13T05:15:15.8107845+06:30"
}

application/xml, text/xml

Sample:
<Remark1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Entity">
  <CreatedDate>2026-06-13T05:15:15.8107845+06:30</CreatedDate>
  <CreatedUserId>8</CreatedUserId>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <IsClosed>true</IsClosed>
  <IsDeleted>true</IsDeleted>
  <Name>sample string 2</Name>
  <SortOrder>4</SortOrder>
  <Status>sample string 3</Status>
  <UpdatedDate>2026-06-13T05:15:15.8107845+06:30</UpdatedDate>
  <UpdatedUserId>1</UpdatedUserId>
</Remark1>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Remark1'.

Response Information

Resource Description

ResponseMessage
NameDescriptionTypeAdditional information
Id

string

None.

ReferenceNo

string

None.

WholeSaleRegistrationId

string

None.

MessageType

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "ReferenceNo": "sample string 2",
  "WholeSaleRegistrationId": "sample string 3",
  "MessageType": 4,
  "Message": "sample string 5"
}

application/xml, text/xml

Sample:
<ResponseMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <Id>sample string 1</Id>
  <Message>sample string 5</Message>
  <MessageType>4</MessageType>
  <ReferenceNo>sample string 2</ReferenceNo>
  <WholeSaleRegistrationId>sample string 3</WholeSaleRegistrationId>
</ResponseMessage>