PUT api/NTCoIncExp/UpdateCommentItem?uniqueClientID={uniqueClientID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| uniqueClientID | integer |
Required |
Body Parameters
EYCTCWebNTCoSchIncomeExpenseDetailsItem| Name | Description | Type | Additional information |
|---|---|---|---|
| SchID | integer |
None. |
|
| ID | integer |
None. |
|
| ItemID | integer |
None. |
|
| Description | string |
None. |
|
| Reference | string |
None. |
|
| Amount | decimal number |
None. |
|
| Amounts | Collection of decimal number |
None. |
|
| Adjustment | Pair of string [key] and string [value] |
None. |
|
| AdjustmentCode | integer |
None. |
|
| IsQualifyForPIC | boolean |
None. |
|
| IsCashPayout | boolean |
None. |
|
| PICITAndAutomationEquipmentListCategoryList | Pair of string [key] and string [value] |
None. |
|
| PICITAndAutomationEquipmentListCategoryCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SchID": 1,
"ID": 2,
"ItemID": 3,
"Description": "sample string 4",
"Reference": "sample string 5",
"Amount": 3.0,
"Amounts": [
1.0,
2.0
],
"Adjustment": {
"Key": "sample string 1",
"Value": "sample string 2"
},
"AdjustmentCode": 6,
"IsQualifyForPIC": true,
"IsCashPayout": true,
"PICITAndAutomationEquipmentListCategoryList": {
"Key": "sample string 1",
"Value": "sample string 2"
},
"PICITAndAutomationEquipmentListCategoryCode": 9
}
application/xml, text/xml
Sample:
<EYCTCWebNTCoSchIncomeExpenseDetailsItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EYCAPL.CTS.Web">
<Adjustment xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<d2p1:key>sample string 1</d2p1:key>
<d2p1:value>sample string 2</d2p1:value>
</Adjustment>
<AdjustmentCode>6</AdjustmentCode>
<Amounts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:decimal>1</d2p1:decimal>
<d2p1:decimal>2</d2p1:decimal>
</Amounts>
<Description>sample string 4</Description>
<ID>2</ID>
<IsCashPayout>true</IsCashPayout>
<IsQualifyForPIC>true</IsQualifyForPIC>
<ItemID>3</ItemID>
<PICITAndAutomationEquipmentListCategoryCode>9</PICITAndAutomationEquipmentListCategoryCode>
<PICITAndAutomationEquipmentListCategoryList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<d2p1:key>sample string 1</d2p1:key>
<d2p1:value>sample string 2</d2p1:value>
</PICITAndAutomationEquipmentListCategoryList>
<Reference>sample string 5</Reference>
<SchID>1</SchID>
</EYCTCWebNTCoSchIncomeExpenseDetailsItem>
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. |