POST api/GDA/GetGDAParty
Documentation for 'GetGDAParty'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ParaDtl | Documentation for 'ParaDtl'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"username": "sample string 1",
"password": "sample string 2",
"cocode": "sample string 3",
"branchcode": "sample string 4",
"dbc": "sample string 5",
"yearid": "sample string 6",
"invno": "sample string 7",
"icode": "sample string 8",
"propotioncode": "sample string 9",
"cylinderno": "sample string 10",
"ftm": true
}
application/xml, text/xml
Sample:
<MasterPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VCLCYL.API.Models"> <branchcode>sample string 4</branchcode> <cocode>sample string 3</cocode> <cylinderno>sample string 10</cylinderno> <dbc>sample string 5</dbc> <ftm>true</ftm> <icode>sample string 8</icode> <invno>sample string 7</invno> <password>sample string 2</password> <propotioncode>sample string 9</propotioncode> <username>sample string 1</username> <yearid>sample string 6</yearid> </MasterPara>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"success": true,
"message": "sample string 2",
"data": [
{
"invno": "sample string 1",
"entdate": "sample string 2",
"pcode": "sample string 3",
"pname": "sample string 4",
"ftm": true,
"gdatype": "sample string 6"
},
{
"invno": "sample string 1",
"entdate": "sample string 2",
"pcode": "sample string 3",
"pname": "sample string 4",
"ftm": true,
"gdatype": "sample string 6"
},
{
"invno": "sample string 1",
"entdate": "sample string 2",
"pcode": "sample string 3",
"pname": "sample string 4",
"ftm": true,
"gdatype": "sample string 6"
}
]
}
application/xml, text/xml
Sample:
<BindGDAParty xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VCLCYL.API.Models">
<data>
<GDAParty>
<entdate>sample string 2</entdate>
<ftm>true</ftm>
<gdatype>sample string 6</gdatype>
<invno>sample string 1</invno>
<pcode>sample string 3</pcode>
<pname>sample string 4</pname>
</GDAParty>
<GDAParty>
<entdate>sample string 2</entdate>
<ftm>true</ftm>
<gdatype>sample string 6</gdatype>
<invno>sample string 1</invno>
<pcode>sample string 3</pcode>
<pname>sample string 4</pname>
</GDAParty>
<GDAParty>
<entdate>sample string 2</entdate>
<ftm>true</ftm>
<gdatype>sample string 6</gdatype>
<invno>sample string 1</invno>
<pcode>sample string 3</pcode>
<pname>sample string 4</pname>
</GDAParty>
</data>
<message>sample string 2</message>
<success>true</success>
</BindGDAParty>