POST api/{language}/contract/{contractId}/WarehouseDepartment

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.

department_new
Documentazione di 'department_new'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Value": "sample string 2",
  "ContractId": "sample string 3",
  "WarehouseId": 4.0,
  "NumDep_CashRegister": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:

Sample not available.