POST User/SaveYoklama

Request Information

URI Parameters

None.

Body Parameters

Yoklama
NameDescriptionTypeAdditional information
ID

integer

None.

UserID

integer

None.

YoklamaID

integer

None.

Tarih

date

None.

TarihBitis

date

None.

StatusID

integer

None.

PoligonID

integer

None.

Aciklama

string

None.

User

User

None.

DeliveryPoint

DeliveryPoint

None.

PostResult

PostResult

None.

Status

string

None.

OldStatusID

integer

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'Firm' with type 'SehriNet.ETicaret.Models.Listing'. Path 'User.Firm.FirmUser'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'Firm' with type 'SehriNet.ETicaret.Models.Listing'. Path 'User.Firm.FirmUser'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'SehriNet.ETicaret.Models.FirmUser' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'SehriNet.ETicaret.Models.FirmUser' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Yoklama'.

Response Information

Resource Description

PostResultMini
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<PostResultMini xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehriNet.ETicaret.Models">
  <Message>sample string 2</Message>
  <isSuccess>true</isSuccess>
</PostResultMini>