PUT api/InvCountings/OpenInvCounting
Request Information
URI Parameters
None.
Body Parameters
OpenCounting| Name | Description | Type | Additional information |
|---|---|---|---|
| IdCounting | integer |
None. |
|
| IdQuery | integer |
None. |
|
| Parameters | Collection of Parameter |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdCounting": 1,
"IdQuery": 2,
"Parameters": [
{
"Value": {},
"Type": "sample string 2",
"Name": "sample string 3",
"UseNull": true
},
{
"Value": {},
"Type": "sample string 2",
"Name": "sample string 3",
"UseNull": true
}
]
}
application/xml, text/xml
Sample:
<OpenCounting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZBINVENTORY.MODELS.Other">
<IdCounting>1</IdCounting>
<IdQuery>2</IdQuery>
<Parameters>
<Parameter>
<Name>sample string 3</Name>
<Type>sample string 2</Type>
<UseNull>true</UseNull>
<Value />
</Parameter>
<Parameter>
<Name>sample string 3</Name>
<Type>sample string 2</Type>
<UseNull>true</UseNull>
<Value />
</Parameter>
</Parameters>
</OpenCounting>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |