POST api/InventoryTrans/PostWarehouseInvTransApproval

Request Information

URI Parameters

None.

Body Parameters

PostWHInventoryTransApprovalInput
NameDescriptionTypeAdditional information
MULTI_WIH_ID

string

None.

WIH_STATUS

string

None.

WIH_CP_ID

integer

None.

WIH_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MULTI_WIH_ID": "sample string 1",
  "WIH_STATUS": "sample string 2",
  "WIH_CP_ID": 1,
  "WIH_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<PostWHInventoryTransApprovalInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <MULTI_WIH_ID>sample string 1</MULTI_WIH_ID>
  <WIH_CP_ID>1</WIH_CP_ID>
  <WIH_CREATED_BY>1</WIH_CREATED_BY>
  <WIH_STATUS>sample string 2</WIH_STATUS>
</PostWHInventoryTransApprovalInput>

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.