POST v6/api_1191/CikisIrsaliyeOlustur
Request Information
URI Parameters
None.
Body Parameters
Collection of IrsTemelName | 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": "4231356c-492f-4d37-850c-6d675dc19d9d", "PartiNo": "sample string 2", "LotNo": 3, "Miktar": 4.0 }, { "SiparisReferans": "4231356c-492f-4d37-850c-6d675dc19d9d", "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>4231356c-492f-4d37-850c-6d675dc19d9d</SiparisReferans> </mdl_1191.IrsTemel> <mdl_1191.IrsTemel> <LotNo>3</LotNo> <Miktar>4</Miktar> <PartiNo>sample string 2</PartiNo> <SiparisReferans>4231356c-492f-4d37-850c-6d675dc19d9d</SiparisReferans> </mdl_1191.IrsTemel> </ArrayOfmdl_1191.IrsTemel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResultModelOfIrsTemelName | 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": "cc2ffb27-cf0d-46d2-9975-64f7527dbae8", "PartiNo": "sample string 2", "LotNo": 3, "Miktar": 4.0 } }, { "IsSuccessfull": true, "ErrorMessage": "sample string 2", "Item": { "SiparisReferans": "cc2ffb27-cf0d-46d2-9975-64f7527dbae8", "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>cc2ffb27-cf0d-46d2-9975-64f7527dbae8</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>cc2ffb27-cf0d-46d2-9975-64f7527dbae8</d4p1:SiparisReferans> </d2p1:Item> </d2p1:ItemResultModelOfmdl_1191.IrsTemeld9aiAa1p> </ItemResults> </ResultModelOfmdl_1191.IrsTemeld9aiAa1p>