POST api/CreateAccountGroup
Request Information
URI Parameters
None.
Body Parameters
AccountGroupViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Tag | string |
None. |
|
| GrpCode | string |
None. |
|
| GrpDesc | string |
None. |
|
| GrpShortName | string |
None. |
|
| GrpSchedule | integer |
None. |
|
| PrimaryGrp | string |
None. |
|
| PrimaryGrpType | string |
None. |
|
| db | string |
None. |
|
| isActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Tag": "sample string 1",
"GrpCode": "sample string 2",
"GrpDesc": "sample string 3",
"GrpShortName": "sample string 4",
"GrpSchedule": 5,
"PrimaryGrp": "sample string 6",
"PrimaryGrpType": "sample string 7",
"db": "sample string 8",
"isActive": true
}
application/xml, text/xml
Sample:
<AccountGroupViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Services.OmsLite.Master"> <GrpCode>sample string 2</GrpCode> <GrpDesc>sample string 3</GrpDesc> <GrpSchedule>5</GrpSchedule> <GrpShortName>sample string 4</GrpShortName> <PrimaryGrp>sample string 6</PrimaryGrp> <PrimaryGrpType>sample string 7</PrimaryGrpType> <Tag>sample string 1</Tag> <db>sample string 8</db> <isActive>true</isActive> </AccountGroupViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.