POST api/{language}/contract/{contractId}/OrderSupplier?idSupplier={idSupplier}&idCustomer={idCustomer}

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.

idSupplier
Documentazione di 'idSupplier'.

Define this parameter in the request URI.

idCustomer
Documentazione di 'idCustomer'.

Define this parameter in the request URI.

filter
Documentazione di 'filter'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "From": "sample string 1",
  "To": "sample string 2",
  "OperatorId": 3.0,
  "RegistryId": 4.0,
  "DocumentType": "sample string 5",
  "CodArt": "sample string 6",
  "Make": "sample string 7",
  "Type": "sample string 8",
  "StateOrder": 0,
  "StockVisible": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:

Sample not available.