POST api/SyncDocuments

Request Information

URI Parameters

None.

Body Parameters

SyncDocument
NameDescriptionTypeAdditional information
UserAssignId

integer

None.

CommittedDate

date

None.

BackupsRequestAmount

integer

None.

TransactionType

string

None.

TransactionStatus

string

None.

TransactionDetail

string

None.

DocEntry

integer

None.

DocNum

integer

None.

DocumentKey

string

None.

DocumentType

string

None.

RawDocument

string

None.

Id

integer

None.

CreatedDate

date

None.

CreatedBy

string

None.

UpdateDate

date

None.

UpdatedBy

string

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UserAssignId": 1,
  "CommittedDate": "2024-09-18T20:23:32.1477806-06:00",
  "BackupsRequestAmount": 3,
  "TransactionType": "sample string 4",
  "TransactionStatus": "sample string 5",
  "TransactionDetail": "sample string 6",
  "DocEntry": 7,
  "DocNum": 8,
  "DocumentKey": "sample string 9",
  "DocumentType": "sample string 10",
  "RawDocument": "sample string 11",
  "Id": 12,
  "CreatedDate": "2024-09-18T20:23:32.1477806-06:00",
  "CreatedBy": "sample string 14",
  "UpdateDate": "2024-09-18T20:23:32.1477806-06:00",
  "UpdatedBy": "sample string 15",
  "IsActive": true
}

application/xml, text/xml

Sample:
<SyncDocument xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLMLTEMA.MODELS">
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/CL.STRUCTURES.CLASSES.PresentationEntities">sample string 14</CreatedBy>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/CL.STRUCTURES.CLASSES.PresentationEntities">2024-09-18T20:23:32.1477806-06:00</CreatedDate>
  <Id xmlns="http://schemas.datacontract.org/2004/07/CL.STRUCTURES.CLASSES.PresentationEntities">12</Id>
  <IsActive xmlns="http://schemas.datacontract.org/2004/07/CL.STRUCTURES.CLASSES.PresentationEntities">true</IsActive>
  <UpdateDate xmlns="http://schemas.datacontract.org/2004/07/CL.STRUCTURES.CLASSES.PresentationEntities">2024-09-18T20:23:32.1477806-06:00</UpdateDate>
  <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/CL.STRUCTURES.CLASSES.PresentationEntities">sample string 15</UpdatedBy>
  <BackupsRequestAmount>3</BackupsRequestAmount>
  <CommittedDate>2024-09-18T20:23:32.1477806-06:00</CommittedDate>
  <DocEntry>7</DocEntry>
  <DocNum>8</DocNum>
  <DocumentKey>sample string 9</DocumentKey>
  <DocumentType>sample string 10</DocumentType>
  <RawDocument>sample string 11</RawDocument>
  <TransactionDetail>sample string 6</TransactionDetail>
  <TransactionStatus>sample string 5</TransactionStatus>
  <TransactionType>sample string 4</TransactionType>
  <UserAssignId>1</UserAssignId>
</SyncDocument>

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.