POST api/Account/saveassetgroup

Request Information

URI Parameters

None.

Body Parameters

AssetGroupViewModels
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

AssetGroupNo

integer

None.

Name

string

Required

String length: inclusive between 0 and 100

CreatedBy

string

String length: inclusive between 0 and 128

CreatedOn

date

None.

ModifiedBy

string

String length: inclusive between 0 and 128

ModifiedOn

date

None.

Description

string

Required

Request Formats

application/json, text/json

Sample:
{
  "ID": "c9e8cc4b-11d1-4a3f-8c19-fa97e58dfce2",
  "AssetGroupNo": 2,
  "Name": "sample string 3",
  "CreatedBy": "sample string 4",
  "CreatedOn": "2026-04-18T18:27:32.6941282+05:30",
  "ModifiedBy": "sample string 6",
  "ModifiedOn": "2026-04-18T18:27:32.6941282+05:30",
  "Description": "sample string 7"
}

application/xml, text/xml

Sample:
<AssetGroupViewModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yuso.ERP.API.Models">
  <AssetGroupNo>2</AssetGroupNo>
  <CreatedBy>sample string 4</CreatedBy>
  <CreatedOn>2026-04-18T18:27:32.6941282+05:30</CreatedOn>
  <Description>sample string 7</Description>
  <ID>c9e8cc4b-11d1-4a3f-8c19-fa97e58dfce2</ID>
  <ModifiedBy>sample string 6</ModifiedBy>
  <ModifiedOn>2026-04-18T18:27:32.6941282+05:30</ModifiedOn>
  <Name>sample string 3</Name>
</AssetGroupViewModels>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.