POST api/NebimSiparis/NebimDllTest
Request Information
URI Parameters
None.
Body Parameters
NebimDllTestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrAccCode | string |
None. |
|
| AddressId | string |
None. |
|
| Barcode | string |
None. |
|
| CurrencyCode | string |
None. |
|
| CustomerTypeCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"currAccCode": "sample string 1",
"addressId": "sample string 2",
"barcode": "sample string 3",
"currencyCode": "sample string 4",
"customerTypeCode": 5
}
application/xml, text/xml
Sample:
<NebimDllTestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VolisServer.DTOs.Common"> <AddressId>sample string 2</AddressId> <Barcode>sample string 3</Barcode> <CurrAccCode>sample string 1</CurrAccCode> <CurrencyCode>sample string 4</CurrencyCode> <CustomerTypeCode>5</CustomerTypeCode> </NebimDllTestDTO>
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.