POST api/branmast

Request Information

URI Parameters

None.

Body Parameters

branmast
NameDescriptionTypeAdditional information
code

integer

None.

name

string

None.

addr1

string

None.

addr2

string

None.

addr3

string

None.

phone

string

None.

ename

string

None.

CreatedOn

date

None.

UpdatedBy

string

None.

UpdatedOn

date

None.

UpdateCount

integer

None.

UsageCount

integer

None.

Id

integer

None.

Active

boolean

None.

CreatedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "code": 1,
  "name": "sample string 2",
  "addr1": "sample string 3",
  "addr2": "sample string 4",
  "addr3": "sample string 5",
  "phone": "sample string 6",
  "ename": "sample string 7",
  "CreatedOn": "2025-12-17T14:38:29.9633456+05:30",
  "UpdatedBy": "sample string 9",
  "UpdatedOn": "2025-12-17T14:38:29.9633456+05:30",
  "UpdateCount": 11,
  "UsageCount": 12,
  "Id": 13,
  "Active": true,
  "CreatedBy": "sample string 15"
}

application/xml, text/xml

Sample:
<branmast xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PEAPI.Model">
  <Active>true</Active>
  <CreatedBy>sample string 15</CreatedBy>
  <Id>13</Id>
  <CreatedOn>2025-12-17T14:38:29.9633456+05:30</CreatedOn>
  <UpdateCount>11</UpdateCount>
  <UpdatedBy>sample string 9</UpdatedBy>
  <UpdatedOn>2025-12-17T14:38:29.9633456+05:30</UpdatedOn>
  <UsageCount>12</UsageCount>
  <addr1>sample string 3</addr1>
  <addr2>sample string 4</addr2>
  <addr3>sample string 5</addr3>
  <code>1</code>
  <ename>sample string 7</ename>
  <name>sample string 2</name>
  <phone>sample string 6</phone>
</branmast>

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.