POST Avatax/UpdateLine

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.Avatax_CreateTranRequestFromService
NameDescriptionTypeAdditional information
DOC_NO

integer

None.

LINE

decimal number

None.

DOC_CATEGORY

string

None.

QORDER

decimal number

None.

UNITP

decimal number

None.

IsInsert

boolean

None.

CONV_DOC_NO

integer

None.

CONV_LINE

decimal number

None.

CONV_DOC_CATEGORY

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DOC_NO": 1,
  "LINE": 2.0,
  "DOC_CATEGORY": "sample string 3",
  "QORDER": 1.0,
  "UNITP": 1.0,
  "IsInsert": true,
  "CONV_DOC_NO": 5,
  "CONV_LINE": 6.0,
  "CONV_DOC_CATEGORY": "sample string 7"
}

application/xml, text/xml

Sample:
<Avatax_CreateTranRequestFromService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <CONV_DOC_CATEGORY>sample string 7</CONV_DOC_CATEGORY>
  <CONV_DOC_NO>5</CONV_DOC_NO>
  <CONV_LINE>6</CONV_LINE>
  <DOC_CATEGORY>sample string 3</DOC_CATEGORY>
  <DOC_NO>1</DOC_NO>
  <IsInsert>true</IsInsert>
  <LINE>2</LINE>
  <QORDER>1</QORDER>
  <UNITP>1</UNITP>
</Avatax_CreateTranRequestFromService>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.