POST User/SaveYoklama
Request Information
URI Parameters
None.
Body Parameters
YoklamaName | Description | Type | Additional 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:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
PostResultMiniName | Description | Type | Additional 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>