POST api/GetPackageConfigId
Request Information
URI Parameters
None.
Body Parameters
GetConfigModelName | Description | Type | Additional information |
---|---|---|---|
GLK | integer |
None. |
|
Schemeid | integer |
None. |
|
ZoneId | integer |
None. |
|
PinCodeID | integer |
None. |
|
Toc | integer |
None. |
|
InstallationType | integer |
None. |
|
PaytermId | integer |
None. |
|
IDUFlag | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "GLK": 1, "Schemeid": 2, "ZoneId": 3, "PinCodeID": 4, "Toc": 5, "InstallationType": 6, "PaytermId": 7, "IDUFlag": 8 }
application/xml, text/xml
Sample:
<WebsiteAPIBusinessObject.GetConfigModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/D2HApplication.Model"> <GLK>1</GLK> <IDUFlag>8</IDUFlag> <InstallationType>6</InstallationType> <PaytermId>7</PaytermId> <PinCodeID>4</PinCodeID> <Schemeid>2</Schemeid> <Toc>5</Toc> <ZoneId>3</ZoneId> </WebsiteAPIBusinessObject.GetConfigModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.