POST api/AccountCategoryv

Request Information

URI Parameters

None.

Body Parameters

AccountCategoryv
NameDescriptionTypeAdditional information
AccountCategoryvId

integer

None.

AccountvId

integer

None.

CompanyCategoryId

integer

None.

CompanyCategoryName

string

None.

CreatedDate

date

Data type: DateTime

CreatedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountCategoryvId": 1,
  "AccountvId": 2,
  "CompanyCategoryId": 3,
  "CompanyCategoryName": "sample string 4",
  "CreatedDate": "2025-12-08T01:53:27.0488531+05:30",
  "CreatedBy": "sample string 6"
}

application/xml, text/xml

Sample:
<AccountCategoryv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities.VirtualEntities">
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">sample string 6</CreatedBy>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">2025-12-08T01:53:27.0488531+05:30</CreatedDate>
  <AccountCategoryvId>1</AccountCategoryvId>
  <AccountvId>2</AccountvId>
  <CompanyCategoryId>3</CompanyCategoryId>
  <CompanyCategoryName>sample string 4</CompanyCategoryName>
</AccountCategoryv>

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.