POST api/rating/GlAccount
Request Information
URI Parameters
None.
Body Parameters
BindGlAccountViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| WarehouseId | integer |
Required |
|
| GlAccount | string |
Required |
|
| Name | string |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"WarehouseId": 1,
"GlAccount": "sample string 2",
"Name": "sample string 3",
"Type": "sample string 4"
}
application/xml, text/xml
Sample:
<BindGlAccountViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMpowerCore.ViewModels.Charges"> <GlAccount>sample string 2</GlAccount> <Name>sample string 3</Name> <Type>sample string 4</Type> <WarehouseId>1</WarehouseId> </BindGlAccountViewModel>
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.