POST api/BillTerm
Request Information
URI Parameters
None.
Body Parameters
BillTerm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| TermType | string |
None. |
|
| ApplicableOn | string |
None. |
|
| Type | string |
None. |
|
| Rate | decimal number |
None. |
|
| LinkedLedgerId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"TermType": "sample string 3",
"ApplicableOn": "sample string 4",
"Type": "sample string 5",
"Rate": 6.0,
"LinkedLedgerId": "sample string 7"
}
application/xml, text/xml
Sample:
<BillTerm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DCubeHotelDomain.Models.Accounts"> <ApplicableOn>sample string 4</ApplicableOn> <Id>1</Id> <LinkedLedgerId>sample string 7</LinkedLedgerId> <Name>sample string 2</Name> <Rate>6</Rate> <TermType>sample string 3</TermType> <Type>sample string 5</Type> </BillTerm>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |