POST api/SPIntegration/UpdateAndPushDocumentType

Request Information

URI Parameters

None.

Body Parameters

DocumentTypeDto
NameDescriptionTypeAdditional information
Id

string

None.

Name

string

None.

Tags

string

None.

Keywords

string

None.

LibType

string

None.

LibTypeCode

integer

None.

Environment

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "Name": "sample string 2",
  "Tags": "sample string 3",
  "Keywords": "sample string 4",
  "LibType": "sample string 5",
  "LibTypeCode": 6,
  "Environment": "sample string 7"
}

application/xml, text/xml

Sample:
<DocumentTypeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LoadInvoiceReport.Da.Dto">
  <Environment>sample string 7</Environment>
  <Id>sample string 1</Id>
  <Keywords>sample string 4</Keywords>
  <LibType>sample string 5</LibType>
  <LibTypeCode>6</LibTypeCode>
  <Name>sample string 2</Name>
  <Tags>sample string 3</Tags>
</DocumentTypeDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.