PUT api/HSNMaster

Request Information

URI Parameters

None.

Body Parameters

C_HSNMaster
NameDescriptionTypeAdditional information
Id

integer

None.

HSNCode

string

None.

HSNDescription

string

None.

CodeFlag

string

None.

CreatedBy

integer

None.

CreatedOn

date

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "HSNCode": "sample string 2",
  "HSNDescription": "sample string 3",
  "CodeFlag": "sample string 4",
  "CreatedBy": 1,
  "CreatedOn": "2024-04-27T23:03:20.1585433+00:00",
  "ModifiedBy": 1,
  "ModifiedOn": "2024-04-27T23:03:20.1585433+00:00"
}

application/xml, text/xml

Sample:
<C_HSNMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models">
  <CodeFlag>sample string 4</CodeFlag>
  <CreatedBy>1</CreatedBy>
  <CreatedOn>2024-04-27T23:03:20.1585433+00:00</CreatedOn>
  <HSNCode>sample string 2</HSNCode>
  <HSNDescription>sample string 3</HSNDescription>
  <Id>1</Id>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedOn>2024-04-27T23:03:20.1585433+00:00</ModifiedOn>
</C_HSNMaster>

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

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.