GET api/Sales/DeleteSalesLineDara?DaraID={DaraID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DaraID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of sp_StokHareketDaraSil_Result
NameDescriptionTypeAdditional information
DaraID

globally unique identifier

None.

Sonuc

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DaraID": "1f4f969e-0b07-420e-b13a-7100b42ee45b",
    "Sonuc": "sample string 1"
  },
  {
    "DaraID": "1f4f969e-0b07-420e-b13a-7100b42ee45b",
    "Sonuc": "sample string 1"
  }
]

text/html

Sample:
[{"DaraID":"1f4f969e-0b07-420e-b13a-7100b42ee45b","Sonuc":"sample string 1"},{"DaraID":"1f4f969e-0b07-420e-b13a-7100b42ee45b","Sonuc":"sample string 1"}]

application/xml, text/xml

Sample:
<ArrayOfsp_StokHareketDaraSil_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TalayErp.Data.Model">
  <sp_StokHareketDaraSil_Result>
    <DaraID>1f4f969e-0b07-420e-b13a-7100b42ee45b</DaraID>
    <Sonuc>sample string 1</Sonuc>
  </sp_StokHareketDaraSil_Result>
  <sp_StokHareketDaraSil_Result>
    <DaraID>1f4f969e-0b07-420e-b13a-7100b42ee45b</DaraID>
    <Sonuc>sample string 1</Sonuc>
  </sp_StokHareketDaraSil_Result>
</ArrayOfsp_StokHareketDaraSil_Result>