POST api/optimiser/PostIsLike
Request Information
URI Parameters
None.
Body Parameters
BillRating| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceNo | decimal number |
None. |
|
| InvRating | integer |
None. |
|
| InvStars | integer |
None. |
|
| islike | integer |
None. |
|
| InvCustRemarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"invoiceNo": 1.1,
"invRating": 2,
"invStars": 3,
"islike": 4,
"invCustRemarks": "sample string 5"
}
text/html
Sample:
{"invoiceNo":1.1,"invRating":2,"invStars":3,"islike":4,"invCustRemarks":"sample string 5"}
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. |