POST v6/api_1191/CikisIrsaliyeOlustur
Request Information
URI Parameters
None.
Body Parameters
Collection of IrsTemel| Name | Description | Type | Additional information |
|---|---|---|---|
| SiparisReferans | globally unique identifier |
None. |
|
| PartiNo | string |
None. |
|
| LotNo | integer |
None. |
|
| Miktar | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"SiparisReferans": "e467083f-27da-4d11-9bb0-a335eefc386c",
"PartiNo": "sample string 2",
"LotNo": 3,
"Miktar": 4.0
},
{
"SiparisReferans": "e467083f-27da-4d11-9bb0-a335eefc386c",
"PartiNo": "sample string 2",
"LotNo": 3,
"Miktar": 4.0
}
]
application/xml, text/xml
Sample:
<ArrayOfmdl_1191.IrsTemel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/V6.models.Entegrasyon.Operasyonlar">
<mdl_1191.IrsTemel>
<LotNo>3</LotNo>
<Miktar>4</Miktar>
<PartiNo>sample string 2</PartiNo>
<SiparisReferans>e467083f-27da-4d11-9bb0-a335eefc386c</SiparisReferans>
</mdl_1191.IrsTemel>
<mdl_1191.IrsTemel>
<LotNo>3</LotNo>
<Miktar>4</Miktar>
<PartiNo>sample string 2</PartiNo>
<SiparisReferans>e467083f-27da-4d11-9bb0-a335eefc386c</SiparisReferans>
</mdl_1191.IrsTemel>
</ArrayOfmdl_1191.IrsTemel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResultModelOfIrsTemel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccessful | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| ItemResults | Collection of ItemResultModelOfIrsTemel |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccessful": true,
"ErrorMessage": "sample string 2",
"ItemResults": [
{
"IsSuccessfull": true,
"ErrorMessage": "sample string 2",
"Item": {
"SiparisReferans": "72e20b21-d934-4897-9ff6-b831e8d97569",
"PartiNo": "sample string 2",
"LotNo": 3,
"Miktar": 4.0
}
},
{
"IsSuccessfull": true,
"ErrorMessage": "sample string 2",
"Item": {
"SiparisReferans": "72e20b21-d934-4897-9ff6-b831e8d97569",
"PartiNo": "sample string 2",
"LotNo": 3,
"Miktar": 4.0
}
}
]
}
application/xml, text/xml
Sample:
<ResultModelOfmdl_1191.IrsTemeld9aiAa1p xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/V6.models.Entegrasyon.Operasyonlar.CoupaEntegrasyon.Models">
<ErrorMessage>sample string 2</ErrorMessage>
<IsSuccessful>true</IsSuccessful>
<ItemResults xmlns:d2p1="http://schemas.datacontract.org/2004/07/V6.models.Entegrasyon.Operasyonlar.CoupaEntegrasyon.Models.ResultModels">
<d2p1:ItemResultModelOfmdl_1191.IrsTemeld9aiAa1p>
<d2p1:ErrorMessage>sample string 2</d2p1:ErrorMessage>
<d2p1:IsSuccessfull>true</d2p1:IsSuccessfull>
<d2p1:Item xmlns:d4p1="http://schemas.datacontract.org/2004/07/V6.models.Entegrasyon.Operasyonlar">
<d4p1:LotNo>3</d4p1:LotNo>
<d4p1:Miktar>4</d4p1:Miktar>
<d4p1:PartiNo>sample string 2</d4p1:PartiNo>
<d4p1:SiparisReferans>72e20b21-d934-4897-9ff6-b831e8d97569</d4p1:SiparisReferans>
</d2p1:Item>
</d2p1:ItemResultModelOfmdl_1191.IrsTemeld9aiAa1p>
<d2p1:ItemResultModelOfmdl_1191.IrsTemeld9aiAa1p>
<d2p1:ErrorMessage>sample string 2</d2p1:ErrorMessage>
<d2p1:IsSuccessfull>true</d2p1:IsSuccessfull>
<d2p1:Item xmlns:d4p1="http://schemas.datacontract.org/2004/07/V6.models.Entegrasyon.Operasyonlar">
<d4p1:LotNo>3</d4p1:LotNo>
<d4p1:Miktar>4</d4p1:Miktar>
<d4p1:PartiNo>sample string 2</d4p1:PartiNo>
<d4p1:SiparisReferans>72e20b21-d934-4897-9ff6-b831e8d97569</d4p1:SiparisReferans>
</d2p1:Item>
</d2p1:ItemResultModelOfmdl_1191.IrsTemeld9aiAa1p>
</ItemResults>
</ResultModelOfmdl_1191.IrsTemeld9aiAa1p>