DELETE api/NTCoGenInfo/DeleteTaxAssessmentItem?uniqueClientID={uniqueClientID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
uniqueClientID

integer

Required

Body Parameters

EYCTCWebNTCoSchGenInfoTaxAssessItem
NameDescriptionTypeAdditional information
ID

integer

None.

ItemID

integer

None.

Type

Pair of integer [key] and string [value]

None.

TypeCode

integer

None.

Date

string

None.

Amount

decimal number

None.

Amounts

Collection of decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ItemID": 2,
  "Type": {
    "Key": 1,
    "Value": "sample string 2"
  },
  "TypeCode": 3,
  "Date": "sample string 4",
  "Amount": 3.0,
  "Amounts": [
    1.0,
    2.0
  ]
}

application/xml, text/xml

Sample:
<EYCTCWebNTCoSchGenInfoTaxAssessItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EYCAPL.CTS.Web">
  <Amounts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:decimal>1</d2p1:decimal>
    <d2p1:decimal>2</d2p1:decimal>
  </Amounts>
  <Date>sample string 4</Date>
  <ID>1</ID>
  <ItemID>2</ItemID>
  <Type xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
    <d2p1:key>1</d2p1:key>
    <d2p1:value>sample string 2</d2p1:value>
  </Type>
  <TypeCode>3</TypeCode>
</EYCTCWebNTCoSchGenInfoTaxAssessItem>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.