POST api/VouchersApprovedByEditorRemarks/ReadAsSingleString

Request Information

URI Parameters

None.

Body Parameters

VouchersApprovedByEditorRemarks
NameDescriptionTypeAdditional information
Id

integer

None.

RefDocTypeId

integer

None.

RefDocMasterRecordId

integer

None.

Comments

string

None.

CommentsUserId

integer

None.

CommentsEntryDate

date

None.

SortNo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RefDocTypeId": 2,
  "RefDocMasterRecordId": 3,
  "Comments": "sample string 4",
  "CommentsUserId": 5,
  "CommentsEntryDate": "2025-10-29T13:05:55.1770164+05:00",
  "SortNo": 7
}

application/xml, text/xml

Sample:
<VouchersApprovedByEditorRemarks xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Accounts">
  <Comments>sample string 4</Comments>
  <CommentsEntryDate>2025-10-29T13:05:55.1770164+05:00</CommentsEntryDate>
  <CommentsUserId>5</CommentsUserId>
  <Id>1</Id>
  <RefDocMasterRecordId>3</RefDocMasterRecordId>
  <RefDocTypeId>2</RefDocTypeId>
  <SortNo>7</SortNo>
</VouchersApprovedByEditorRemarks>

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 'VouchersApprovedByEditorRemarks'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.