POST CreateTravelProposal
Request Information
URI Parameters
None.
Body Parameters
ProposalTravelRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| kimlikNo | string |
None. |
|
| tarifeNo | string |
None. |
|
| verNo | string |
None. |
|
| odePlanSeq | string |
None. |
|
| startDate | string |
None. |
|
| planId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"kimlikNo": "sample string 1",
"tarifeNo": "sample string 2",
"verNo": "sample string 3",
"odePlanSeq": "sample string 4",
"startDate": "sample string 5",
"planId": "sample string 6"
}
application/xml, text/xml
Sample:
<ProposalTravelRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHServices.Models.Production"> <kimlikNo>sample string 1</kimlikNo> <odePlanSeq>sample string 4</odePlanSeq> <planId>sample string 6</planId> <startDate>sample string 5</startDate> <tarifeNo>sample string 2</tarifeNo> <verNo>sample string 3</verNo> </ProposalTravelRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |