POST api/{language}/contract/{contractId}/Document?OperationType={OperationType}

Documentazione di 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
language
Documentazione di 'language'.

Define this parameter in the request URI.

contractId
Documentazione di 'contractId'.

Define this parameter in the request URI.

document
Documentazione di 'document'.

Define this parameter in the request body.

OperationType
Documentazione di 'OperationType'.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "DocId": 1,
  "Plate": "sample string 2",
  "DocumentTypeID": "sample string 3",
  "DocumentTypeName": "sample string 4",
  "PaymentTypeId": 5,
  "RegistryId": 6,
  "WarehouseId": 7,
  "Number": 8,
  "Series": "sample string 9",
  "IncludeDetails": true,
  "SourceDocs": [
    {
      "DocId": 1,
      "DocumentTypeID": "sample string 2"
    },
    {
      "DocId": 1,
      "DocumentTypeID": "sample string 2"
    },
    {
      "DocId": 1,
      "DocumentTypeID": "sample string 2"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
1.0