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