POST api/Values/DTS
Request Information
URI Parameters
None.
Body Parameters
DtsData| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CompanyID | integer |
None. |
|
| DepCode | integer |
None. |
|
| TableName | string |
None. |
|
| FileContent | string |
None. |
|
| MaxID | integer |
None. |
|
| State | string |
None. |
|
| InsertDate | date |
None. |
|
| CompanyToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"CompanyID": 2,
"DepCode": 3,
"TableName": "sample string 4",
"FileContent": "sample string 5",
"MaxID": 6,
"State": "sample string 7",
"InsertDate": "2025-12-07T12:02:53.8989383+03:30",
"CompanyToken": "sample string 9"
}
application/xml, text/xml
Sample:
<DtsData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FormoulAPI.Models"> <CompanyID>2</CompanyID> <CompanyToken>sample string 9</CompanyToken> <DepCode>3</DepCode> <FileContent>sample string 5</FileContent> <ID>1</ID> <InsertDate>2025-12-07T12:02:53.8989383+03:30</InsertDate> <MaxID>6</MaxID> <State>sample string 7</State> <TableName>sample string 4</TableName> </DtsData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.