PUT api/PLGroupLedgerMappingMaster/POSTProvisionPercentage
Request Information
URI Parameters
None.
Body Parameters
Z_PLProvisionalPercentage| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| GroupId | integer |
None. |
|
| SubGroupId | integer |
None. |
|
| ProductMainGroupId | integer |
None. |
|
| Percentage | decimal number |
None. |
|
| ProvisionalFlag | string |
String length: inclusive between 0 and 1 |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"GroupId": 2,
"SubGroupId": 3,
"ProductMainGroupId": 1,
"Percentage": 4.0,
"ProvisionalFlag": "sample string 5"
}
application/xml, text/xml
Sample:
<Z_PLProvisionalPercentage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models"> <GroupId>2</GroupId> <Id>1</Id> <Percentage>4</Percentage> <ProductMainGroupId>1</ProductMainGroupId> <ProvisionalFlag>sample string 5</ProvisionalFlag> <SubGroupId>3</SubGroupId> </Z_PLProvisionalPercentage>
application/x-www-form-urlencoded
Sample:
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. |