Page Aide

GET DocumentTechnique

Logo

URI Parameters

None.

Body Parameters

BtecDocumentSerializeModel
NameDescriptionTypeAdditional information
Id

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1
}

text/plain

Sample:
{"Id":1}

application/xml, text/xml

Sample:
<BtecDocumentSerializeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIERP.Models">
  <Id>1</Id>
</BtecDocumentSerializeModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BtecDocumentSerializeModel'.

Response Information

string

Response Formats

application/json, text/json, text/plain

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>